aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-22fbcon: fix race condition between console lock and cursor timer (v1.1)Dave Airlie1-1/+8
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/viro/vfsLinus Torvalds1-0/+2
2012-07-30Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds9-97/+48
2012-07-30backlight: move lp855x header into platform_data directoryKim, Milo1-1/+1
2012-07-30backlight: move register definitions from header to sourceKim, Milo1-2/+6
2012-07-30backlight: l4f00242t03: export and use devm_gpio_request_one()Jingoo Han1-19/+10
2012-07-30backlight: corgi_lcd: use devm_gpio_request()Jingoo Han1-14/+5
2012-07-30backlight: lms283gf05: use devm_gpio_request()Jingoo Han1-18/+6
2012-07-30backlight: tosa_bl: use devm_gpio_request()Jingoo Han1-6/+2
2012-07-30backlight: tosa_lcd: use devm_gpio_request()Jingoo Han1-5/+2
2012-07-30backlight: ot200_bl: use devm_gpio_request()Jingoo Han1-6/+3
2012-07-30backlight: atmel-pwm-bl: use devm_gpio_request()Jingoo Han1-9/+5
2012-07-30drivers/video/backlight/lm3533_bl.c: use devm_ functionsJingoo Han1-6/+2
2012-07-30drivers/video/backlight/ot200_bl.c: use devm_ functionsJingoo Han1-8/+4
2012-07-30drivers/video/backlight/atmel-pwm-bl.c: use devm_ functionsJingoo Han1-3/+2
2012-07-31fb_defio: Push file_update_time() into fb_deferred_io_mkwrite()Jan Kara1-0/+2
2012-07-30Merge branch 'for-3.6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2-24/+137
2012-07-29da8xx-fb: fix compile issue due to missing includeFlorian Tobias Schandinat1-0/+1
2012-07-29fbdev: Make pixel_to_pat() failure mode more friendlyBenjamin Herrenschmidt1-2/+5
2012-07-29da8xx-fb: do not turn ON LCD backlight unless LCDC is enabledManjunathappa, Prakash1-4/+5
2012-07-29fbdev: sh_mobile_lcdc: Fix vertical panning stepLaurent Pinchart1-6/+6
2012-07-29video: exynos mipi dsi: Fix mipi dsi regulators handling issueDonghwa Lee1-1/+1
2012-07-29video: da8xx-fb: do clock reset of revision 2 LCDC before enablingManjunathappa, Prakash1-4/+8
2012-07-29video: da8xx-fb: configure FIFO threshold to reduce underflow errorsManjunathappa, Prakash1-4/+7
2012-07-29video: da8xx-fb: fix flicker due to 1 frame delay in updated frameManjunathappa, Prakash1-0/+30
2012-07-29video: da8xx-fb rev2: fix disabling of palette completion interruptManjunathappa, Prakash1-5/+2
2012-07-29da8xx-fb: add missing FB_BLANK operationsYegor Yefremov1-0/+3
2012-07-27radeonfb: Add quirk for the graphics adapter in some JSxxTony Breeds1-0/+35
2012-07-25Merge branch 'for-florian' of git://gitorious.org/linux-omap-dss2/linux into fbdev-nextFlorian Tobias Schandinat30-634/+1085
2012-07-25Merge branch 'for-next' of git://linuxtv.org/pinchartl/fbdev into fbdev-nextFlorian Tobias Schandinat3-207/+242
2012-07-24video: exynos_dp: use usleep_range instead of delayJingoo Han2-9/+9
2012-07-24video: exynos_dp: check the only INTERLANE_ALIGN_DONE bit during Link TrainingJingoo Han1-1/+1
2012-07-24fb: epson1355fb: Fix section mismatchAlexander Shiyan1-4/+4
2012-07-24video: exynos_dp: fix wrong DPCD address during Link TrainingJingoo Han1-2/+2
2012-07-24video/smscufx: fix line counting in fb_writeAlexander Holler1-1/+1
2012-07-24aty128fb: Fix coding style issuesEmil Goode1-79/+101
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds15-22/+24
2012-07-24video: Fix typo in drivers/videoMasanari Iida13-19/+19
2012-07-23Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-14/+48
2012-07-23pwm_backlight: pass correct brightness to callbackAlexandre Courbot1-4/+8
2012-07-23pwm-backlight: Add rudimentary device tree supportThierry Reding2-21/+130
2012-07-19fbdev: sh_mobile_lcdc: Fix pan offset computation in YUV modeLaurent Pinchart2-59/+54
2012-07-19fbdev: sh_mobile_lcdc: Fix overlay registers update during pan operationLaurent Pinchart1-0/+5
2012-07-19fbdev: sh_mobile_lcdc: Support horizontal panningLaurent Pinchart1-6/+16
2012-07-19fbdev: sh_mobile_lcdc: Use channel configuration to initialize fb deviceLaurent Pinchart1-4/+6
2012-07-19fbdev: sh_mobile_lcdc: Fix line pitch computationLaurent Pinchart1-8/+8
2012-07-19fbdev: sh_mobile_lcdc: Destroy mutex at remove timeLaurent Pinchart1-2/+5
2012-07-19sh_mobile_meram: Add direct MERAM allocation APILaurent Pinchart1-4/+37
2012-07-19sh_mobile_meram: Use direct function calls for the public APILaurent Pinchart2-37/+30