aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-05OMAPDSS: convert pixel clock to common videomode styleTomi Valkeinen22-99/+98
2014-02-28OMAPDSS: Remove unused get_context_loss_count supportTomi Valkeinen2-18/+0
2014-02-28OMAPDSS: use DISPC register to detect context lossTomi Valkeinen1-13/+11
2014-02-28video: da8xx-fb: Use "SIMPLE_DEV_PM_OPS" macroManish Badarkhe1-12/+10
2014-02-28video: imxfb: Convert to SIMPLE_DEV_PM_OPSAlexander Shiyan1-38/+21
2014-02-28video: imxfb: Resolve mismatch between backlight/contrastAlexander Shiyan1-94/+30
2014-02-28video: imxfb: Use module_platform_driver()Alexander Shiyan1-39/+26
2014-02-28video: imxfb: Remove unused fields from platform data structureAlexander Shiyan1-47/+17
2014-02-14video: s6e8ax0: Use devm_* APIsSachin Kamat1-9/+4
2014-02-14video: exynos: Remove OF dependency for Exynos DPSachin Kamat1-1/+1
2014-02-11video: xilinxfb: Move xilinxfb_platform_data directly to the driverMichal Simek1-1/+14
2014-02-11video: imxfb: Use regulator API with LCD class for poweringAlexander Shiyan1-9/+62
2014-02-11tgafb: avoid restriction on modes with line length not a multiple of 64Mikulas Patocka1-3/+3
2014-02-11tgafb: fix data copyingMikulas Patocka1-213/+51
2014-02-11tgafb: fix mode setting with fbsetMikulas Patocka1-4/+14
2014-02-11mach64: fix cursor when character width is not a multiple of 8 pixelsMikulas Patocka1-6/+16
2014-02-11atyfb: set FBINFO_READS_FASTMikulas Patocka1-1/+2
2014-02-11mach64: use unaligned accessMikulas Patocka1-1/+2
2014-02-11atyfb: remove resolution limit 1600Mikulas Patocka1-2/+2
2014-02-11framebuffer: fix cfb_copyareaMikulas Patocka1-75/+78
2014-02-11matroxfb: restore the registers M_ACCESS and M_PITCHMikulas Patocka2-10/+30
2014-02-11matroxfb: set FBINFO_READS_FASTMikulas Patocka1-1/+2
2014-02-11fbcon: Clean up fbcon data in fb_info on FB_EVENT_FB_UNBIND with 0 fbsKeith Packard1-2/+25
2014-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+3
2014-02-09fix a kmap leak in virtio_consoleAl Viro1-6/+3
2014-02-08Merge tag 'pinctrl-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds6-15/+32
2014-02-08watchdog: dw_wdt: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2014-02-07Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds31-71/+83
2014-02-07Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds2-36/+36
2014-02-07Merge tag 'pm+acpi-3.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds7-23/+75
2014-02-06hwmon: (da9055) Remove use of regmap_irq_get_virq()Adam Thomson1-4/+0
2014-02-06Merge branches 'acpi-cleanup' and 'acpi-video'Rafael J. Wysocki4-6/+10
2014-02-06Merge branch 'pm-cpufreq'Rafael J. Wysocki1-4/+17
2014-02-06Merge branches 'acpi-pci-hotplug' and 'acpi-hotplug'Rafael J. Wysocki1-2/+4
2014-02-06Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds19-139/+1016
2014-02-06pinctrl: tegra: return correct error typeLaxman Dewangan1-1/+1
2014-02-06pinctrl: do not init debugfs entries for unimplemented functionalitiesFlorian Vaussard1-2/+4
2014-02-06drm/radeon: allow geom rings to be setup on r600/r700 (v2)Dave Airlie3-3/+19
2014-02-06Merge tag 'vmwgfx-fixes-3.14-2014-02-05' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie10-130/+988
2014-02-06Merge tag 'ttm-fixes-3.14-2014-02-05' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie2-1/+4
2014-02-06drm/mgag200,ast,cirrus: fix regression with drm_can_sleep conversionDave Airlie3-3/+3
2014-02-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+130
2014-02-05Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-90/+27
2014-02-05Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2-105/+652
2014-02-05drm/ttm: Don't clear page metadata of imported sg pagesThomas Hellstrom1-0/+3
2014-02-05ACPI / hotplug: Fix panic on eject to ejected deviceToshi Kani1-2/+4
2014-02-05drm/ttm: Fix TTM object open regressionThomas Hellstrom1-1/+1
2014-02-05vmwgfx: Fix unitialized stack read in vmw_setup_otable_baseDave Jones1-0/+1
2014-02-05drm/vmwgfx: Reemit context bindings when necessary v2Thomas Hellstrom6-28/+222
2014-02-05drm/vmwgfx: Detect old user-space drivers and set up legacy emulation v2Thomas Hellstrom2-16/+101