summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2013-02-21drivers/video/mx3fb.c: use NULL for pointerFabio Estevam1-1/+1
2013-02-21video: exynos_dp: move disable_irq() to exynos_dp_suspend()Ajay Kumar1-2/+2
2013-02-21video: exynos_dp: add missing of_node_put()Jingoo Han1-6/+13
2013-02-21video: s3c-fb: use ARCH_ dependancyJingoo Han1-1/+2
2013-02-21drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIsSachin Kamat1-51/+17
2013-02-21drivers/video/exynos/exynos_mipi_dsi.c: fix an error check conditionSachin Kamat1-1/+1
2013-02-21drivers/video/exynos/s6e8ax0.c: use devm_* APIs in s6e8ax0.cSachin Kamat1-10/+4
2013-02-21drivers/video/Kconfig: specify the SoCs that make use of FB_IMXFabio Estevam1-1/+1
2013-02-21video: mmpdisp: add spi port in display controllerZhou Zhu5-0/+199
2013-02-21video: mmp: add tpo hvga panel supportedLisa Du5-1/+195
2013-02-21video: mmp display controller supportGuoqing Li6-1/+2570
2013-02-21fb: mmp: include linux/platform_device.hArnd Bergmann1-0/+1
2013-02-21video: mmp fb supportZhou Zhu6-1/+757
2013-02-21video: mmp display subsystemZhou Zhu5-0/+266
2013-02-21goldfish: framebuffer driverArve Hjønnevåg3-0/+328
2013-02-21fbcon: clear the logo bitmap from the margin areaKamal Mostafa1-1/+9
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2013-02-19Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+2
2013-02-14OMAPDSS: add FEAT_DPI_USES_VDDS_DSI to omap3630_dss_feat_listNeilBrown1-0/+1
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-1/+1
2013-01-23Merge tag 'imx-fixes-3.8-3' of git://git.linaro.org/people/shawnguo/linux-2.6...Olof Johansson1-0/+10
2013-01-22Merge tag 'omap-for-v3.8-rc4/fixes-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson1-2/+2
2013-01-17video: imxfb: Do not crash on rebootFabio Estevam1-0/+10
2013-01-16Merge branch 'v3.8-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson135-1129/+1017
2013-01-15Merge tag 'imx-fixes-3.8-2' of git://git.linaro.org/people/shawnguo/linux-2.6...Olof Johansson1-1/+2
2013-01-14video: imxfb: fix imxfb_info configuration orderGwenhael Goavec-Merou1-1/+2
2013-01-11drivers/video/ssd1307fb.c: fix bit order bug in the byte translation functionMaxime Ripard1-2/+2
2013-01-08Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+2
2013-01-04video: mxsfb: fix crash when unblanking the displayLothar Waßmann1-1/+2
2013-01-03Drivers: video: remove __dev* attributes.Greg Kroah-Hartman135-1129/+1017
2012-12-28video/exynos: don't use [delayed_]work_pending()Tejun Heo1-4/+2
2012-12-18backlight: locomolcd: fix checkpatch error and warningJingoo Han1-13/+25
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-5/+18
2012-12-17backlight: corgi_lcd: Use gpio_set_value_cansleep() to avoid WARN_ONMarko Katic1-2/+2
2012-12-17drivers/video/backlight/lms283gf05.c: use GPIOF_INIT flags when using devm_gp...Jingoo Han1-1/+2
2012-12-17drivers/video/backlight/lcd.c: return ENXIO when ops functions cannot be calledJingoo Han1-2/+6
2012-12-17backlight: 88pm860x_bl: remove an unnecessary line continuationJingoo Han1-2/+1
2012-12-17drivers/video/backlight/pandora_bl.c: change TWL4030_MODULE_PWM0 to TWL_MODUL...Peter Ujfalusi1-5/+3
2012-12-17backlight: add of_find_backlight_by_node()Thierry Reding1-0/+29
2012-12-17drivers/video/backlight/lm3639_bl.c: fix up world writable sysfs fileAxel Lin1-1/+1
2012-12-17drivers/video/backlight/max8925_bl.c: drop devm_kfree of devm_kzalloc'd dataJingoo Han1-8/+3
2012-12-17drivers/video/backlight/88pm860x_bl.c: drop devm_kfree of devm_kzalloc'd dataJingoo Han1-8/+3
2012-12-17drivers/video/backlight/s6e63m0.c: remove unnecessary cast of void pointerJingoo Han1-1/+1
2012-12-17drivers/video/backlight/vgg2432a4.c: add missing constJingoo Han3-6/+6
2012-12-17drivers/video/backlight/tdo24m.c: add missing constJingoo Han1-13/+14
2012-12-17drivers/video/backlight/lms283gf05.c: add missing constJingoo Han1-3/+3
2012-12-17drivers/video/backlight/da9052_bl.c: add missing constJingoo Han1-1/+1
2012-12-17drivers/video/backlight/lp855x_bl.c: remove unnecessary mutex codeKim, Milo1-13/+1
2012-12-17drivers/video/backlight/lp855x_bl.c: use generic PWM functionsKim, Milo1-11/+26
2012-12-17backlight: tosa: use devm_gpio_request_oneJingoo Han2-10/+4