aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)Author
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2012-10-01Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds
2012-10-01Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-10-01Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-09-28Merge branch 'cleanup/__iomem' into next/cleanup2Arnd Bergmann
2012-09-28ARM: clps711x: Remove board support for CEIVAAlexander Shiyan
2012-09-23Merge tag 'vt8500-for-next' of git://git.code.sf.net/p/linuxwmt/code into nex...Olof Johansson
2012-09-22Merge branch 'cleanup/__iomem' into next/cleanupOlof Johansson
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson
2012-09-21video: vt8500: Add devicetree support for vt8500-fb and wm8505-fbTony Prisk
2012-09-20ARM: OMAP1: Move board-ams-delta.h from plat to machTony Lindgren
2012-09-20ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren
2012-09-19ARM: omap: move platform_data definitionsArnd Bergmann
2012-09-19video: da8xx-fb: use __iomem pointers for MMIOArnd Bergmann
2012-09-17efifb: Skip DMI checks if the bootloader knows what it's doingMatthew Garrett
2012-09-14ARM: w90x900: move platform_data definitionsArnd Bergmann
2012-09-14ARM: vt8500: move platform_data definitionsArnd Bergmann
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann
2012-09-14ARM: msm: move platform_data definitionsArnd Bergmann
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann
2012-09-14ARM: ep93xx: move platform_data definitionsArnd Bergmann
2012-09-12ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren
2012-09-10ARM: OMAP1: move omap1_bl pdata out of arch/arm/*Igor Grinberg
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov
2012-09-01tmiofb: missing NULL pointer checksAlan Cox
2012-08-23OMAPFB: fix framebuffer console colorsGrazvydas Ignotas
2012-08-23OMAPDSS: Fix SDI PLL lockingTomi Valkeinen
2012-08-23video: mb862xxfb: prevent divide by zero bugDan Carpenter
2012-08-23drivers/video/auo_k190x.c: drop kfree of devm_kzalloc's dataJulia Lawall
2012-08-23fbcon: Fix bit_putcs() call to kmalloc(s, GFP_KERNEL)Bruno Prémont
2012-08-23fbcon: prevent possible buffer overflow.Paul Cercueil
2012-08-22fbcon: fix race condition between console lock and cursor timer (v1.1)Dave Airlie
2012-08-21workqueue: deprecate __cancel_delayed_work()Tejun Heo
2012-08-21workqueue: make deferrable delayed_work initializer names consistentTejun Heo
2012-08-01Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6Linus Torvalds
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-07-30backlight: move lp855x header into platform_data directoryKim, Milo
2012-07-30backlight: move register definitions from header to sourceKim, Milo
2012-07-30backlight: l4f00242t03: export and use devm_gpio_request_one()Jingoo Han
2012-07-30backlight: corgi_lcd: use devm_gpio_request()Jingoo Han
2012-07-30backlight: lms283gf05: use devm_gpio_request()Jingoo Han
2012-07-30backlight: tosa_bl: use devm_gpio_request()Jingoo Han
2012-07-30backlight: tosa_lcd: use devm_gpio_request()Jingoo Han
2012-07-30backlight: ot200_bl: use devm_gpio_request()Jingoo Han
2012-07-30backlight: atmel-pwm-bl: use devm_gpio_request()Jingoo Han
2012-07-30drivers/video/backlight/lm3533_bl.c: use devm_ functionsJingoo Han