summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-6/+6
2012-10-02Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds16-17/+17
2012-10-02Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds3-762/+0
2012-10-02Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-30/+161
2012-10-02Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds7-10/+11
2012-10-01Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+3
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-2/+5
2012-09-29Merge branch 'cleanup/__iomem' into next/cleanup2Arnd Bergmann1-4/+4
2012-09-28ARM: clps711x: Remove board support for CEIVAAlexander Shiyan3-762/+0
2012-09-24Merge tag 'vt8500-for-next' of git://git.code.sf.net/p/linuxwmt/code into nex...Olof Johansson4-30/+161
2012-09-22Merge branch 'cleanup/__iomem' into next/cleanupOlof Johansson1-4/+4
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson16-17/+17
2012-09-21video: vt8500: Add devicetree support for vt8500-fb and wm8505-fbTony Prisk4-30/+161
2012-09-21ARM: OMAP1: Move board-ams-delta.h from plat to machTony Lindgren1-2/+1
2012-09-21ARM: OMAP1: Make plat/mux.h omap1 onlyTony Lindgren2-2/+2
2012-09-19ARM: omap: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-19video: da8xx-fb: use __iomem pointers for MMIOArnd Bergmann1-4/+4
2012-09-17efifb: Skip DMI checks if the bootloader knows what it's doingMatthew Garrett1-1/+3
2012-09-14ARM: w90x900: move platform_data definitionsArnd Bergmann2-2/+2
2012-09-14ARM: vt8500: move platform_data definitionsArnd Bergmann2-2/+2
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-14ARM: msm: move platform_data definitionsArnd Bergmann8-8/+8
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann2-3/+3
2012-09-14ARM: ep93xx: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-13ARM: OMAP2+: Prepare for irqs.h removalTony Lindgren2-0/+2
2012-09-11ARM: OMAP1: move omap1_bl pdata out of arch/arm/*Igor Grinberg1-1/+1
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-1/+1
2012-09-01tmiofb: missing NULL pointer checksAlan Cox1-0/+4
2012-08-23OMAPFB: fix framebuffer console colorsGrazvydas Ignotas1-1/+1
2012-08-23OMAPDSS: Fix SDI PLL lockingTomi Valkeinen1-0/+14
2012-08-23video: mb862xxfb: prevent divide by zero bugDan Carpenter1-0/+2
2012-08-23drivers/video/auo_k190x.c: drop kfree of devm_kzalloc's dataJulia Lawall1-2/+0
2012-08-23fbcon: Fix bit_putcs() call to kmalloc(s, GFP_KERNEL)Bruno Prémont1-1/+1
2012-08-23fbcon: prevent possible buffer overflow.Paul Cercueil1-1/+1
2012-08-22fbcon: fix race condition between console lock and cursor timer (v1.1)Dave Airlie1-1/+8
2012-08-22workqueue: deprecate __cancel_delayed_work()Tejun Heo1-1/+1
2012-08-22workqueue: make deferrable delayed_work initializer names consistentTejun Heo2-5/+5
2012-08-01Merge tag 'fbdev-updates-for-3.6' of git://github.com/schandinat/linux-2.6Linus Torvalds48-1089/+2468
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+2
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds9-97/+48
2012-07-31backlight: move lp855x header into platform_data directoryKim, Milo1-1/+1
2012-07-31backlight: move register definitions from header to sourceKim, Milo1-2/+6
2012-07-31backlight: l4f00242t03: export and use devm_gpio_request_one()Jingoo Han1-19/+10
2012-07-31backlight: corgi_lcd: use devm_gpio_request()Jingoo Han1-14/+5
2012-07-31backlight: lms283gf05: use devm_gpio_request()Jingoo Han1-18/+6
2012-07-31backlight: tosa_bl: use devm_gpio_request()Jingoo Han1-6/+2
2012-07-31backlight: tosa_lcd: use devm_gpio_request()Jingoo Han1-5/+2
2012-07-31backlight: ot200_bl: use devm_gpio_request()Jingoo Han1-6/+3
2012-07-31backlight: atmel-pwm-bl: use devm_gpio_request()Jingoo Han1-9/+5
2012-07-31drivers/video/backlight/lm3533_bl.c: use devm_ functionsJingoo Han1-6/+2