summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
...
| * video: exynos_dp: move disable_irq() to exynos_dp_suspend()Ajay Kumar2013-02-211-2/+2
| * video: exynos_dp: add missing of_node_put()Jingoo Han2013-02-211-6/+13
| * video: s3c-fb: use ARCH_ dependancyJingoo Han2013-02-211-1/+2
| * drivers/video/exynos/exynos_mipi_dsi.c: use devm_* APIsSachin Kamat2013-02-211-51/+17
| * drivers/video/exynos/exynos_mipi_dsi.c: fix an error check conditionSachin Kamat2013-02-211-1/+1
| * drivers/video/exynos/s6e8ax0.c: use devm_* APIs in s6e8ax0.cSachin Kamat2013-02-211-10/+4
| * drivers/video/Kconfig: specify the SoCs that make use of FB_IMXFabio Estevam2013-02-211-1/+1
| * video: mmpdisp: add spi port in display controllerZhou Zhu2013-02-215-0/+199
| * video: mmp: add tpo hvga panel supportedLisa Du2013-02-215-1/+195
| * video: mmp display controller supportGuoqing Li2013-02-216-1/+2570
| * fb: mmp: include linux/platform_device.hArnd Bergmann2013-02-211-0/+1
| * video: mmp fb supportZhou Zhu2013-02-216-1/+757
| * video: mmp display subsystemZhou Zhu2013-02-215-0/+266
| * goldfish: framebuffer driverArve Hjønnevåg2013-02-213-0/+328
| * fbcon: clear the logo bitmap from the margin areaKamal Mostafa2013-02-211-1/+9
* | Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-24/+0
|\ \
| * | ARM: OMAP2+: Remove apollon board supportKyungmin Park2013-02-011-24/+0
* | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-215-0/+5
|\ \ \
| * | | ARM defconfigs: add missing inclusions of linux/platform_device.hArnd Bergmann2013-02-141-0/+1
| * | | fb/exynos: include platform_device.hArnd Bergmann2013-02-142-0/+2
| * | | kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman2013-02-042-0/+2
| |/ /
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-2110-45/+39
|\ \ \ | |_|/ |/| |
| * | backlight: fix class_find_device() argumentsGreg Kroah-Hartman2013-02-061-1/+1
| * | Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-251-1/+12
| |\ \ | | |/
| * | video: Convert to devm_ioremap_resource()Thierry Reding2013-01-225-22/+16
| * | drivers/video/omap: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-1/+1
| * | drivers/video/geode: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-7/+7
| * | drivers/video/console: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-1/+1
| * | drivers/video: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-13/+13
* | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-201-1/+1
|\ \ \
| * | | ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-261-1/+1
| | |/ | |/|
* | | Merge branch 'for-3.9-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-191-4/+2
|\ \ \
| * | | video/exynos: don't use [delayed_]work_pending()Tejun Heo2012-12-281-4/+2
* | | | OMAPDSS: add FEAT_DPI_USES_VDDS_DSI to omap3630_dss_feat_listNeilBrown2013-02-141-0/+1
| |/ / |/| |
* | | Merge tag 'imx-fixes-3.8-3' of git://git.linaro.org/people/shawnguo/linux-2.6...Olof Johansson2013-01-231-0/+10
|\ \ \
| * | | video: imxfb: Do not crash on rebootFabio Estevam2013-01-171-0/+10
* | | | Merge tag 'omap-for-v3.8-rc4/fixes-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2013-01-221-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | drivers/video/ssd1307fb.c: fix bit order bug in the byte translation functionMaxime Ripard2013-01-111-2/+2
* | | | Merge branch 'v3.8-samsung-fixes-3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2013-01-16135-1129/+1017
|\ \ \ \ | |/ / /
| * | | Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-01-081-1/+2
| |\ \ \
| * | | | Drivers: video: remove __dev* attributes.Greg Kroah-Hartman2013-01-03135-1129/+1017
| | |_|/ | |/| |
* | | | Merge tag 'imx-fixes-3.8-2' of git://git.linaro.org/people/shawnguo/linux-2.6...Olof Johansson2013-01-151-1/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | video: imxfb: fix imxfb_info configuration orderGwenhael Goavec-Merou2013-01-141-1/+2
| |/
* | video: mxsfb: fix crash when unblanking the displayLothar Waßmann2013-01-041-1/+2
|/
* backlight: locomolcd: fix checkpatch error and warningJingoo Han2012-12-181-13/+25
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-12-182-5/+18
|\
| * Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2012-12-185-12/+30
| |\
| * \ Merge branch 'merge' into nextBenjamin Herrenschmidt2012-11-262-3/+4
| |\ \
| * | | fbdev: Add GXT4000P and GXT6500P support to the gxt4500 driverDan Horák2012-11-152-5/+18
* | | | backlight: corgi_lcd: Use gpio_set_value_cansleep() to avoid WARN_ONMarko Katic2012-12-171-2/+2
OpenPOWER on IntegriCloud