aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fbcon: when font is freed, clear also vc_font.dataMika Kuoppala2013-05-071-0/+2
* vm: convert fb_mmap to vm_iomap_memory() helperLinus Torvalds2013-04-251-25/+14
* drivers/video/ep93xx-fb.c: include <linux/io.h> for devm_ioremap()H Hartley Sweeten2013-03-281-0/+1
* atmel_lcdfb: fix 16-bpp modes on older SOCsJohan Hovold2013-03-201-7/+15
* fbcon: fix locking harderDave Airlie2013-02-282-3/+10
* fb: Yet another band-aid for fixing lockdep messTakashi Iwai2013-02-282-2/+6
* fb: rework locking to fix lock ordering on takeoverAlan Cox2013-02-283-4/+33
* fbcon: don't lose the console font across generic->chip driver switchDave Airlie2013-02-281-4/+10
* drivers/video: fsl-diu-fb: fix bugs in interrupt handlingAnatolij Gustschin2013-02-281-25/+33
* drivers/video: fsl-diu-fb: fix pixel formats for 24 and 16 bppAnatolij Gustschin2013-02-281-3/+3
* vgacon/vt: clear buffer attributes when we load a 512 character font (v2)Dave Airlie2013-02-281-7/+15
* drivers/video/backlight/adp88?0_bl.c: fix resumeLars-Peter Clausen2013-02-282-2/+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-131-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-175-12/+30
| |\
| * \ Merge branch 'merge' into nextBenjamin Herrenschmidt2012-11-252-3/+4
| |\ \
| * | | fbdev: Add GXT4000P and GXT6500P support to the gxt4500 driverDan Horák2012-11-142-5/+18
* | | | backlight: corgi_lcd: Use gpio_set_value_cansleep() to avoid WARN_ONMarko Katic2012-12-171-2/+2
* | | | drivers/video/backlight/lms283gf05.c: use GPIOF_INIT flags when using devm_gp...Jingoo Han2012-12-171-1/+2
* | | | drivers/video/backlight/lcd.c: return ENXIO when ops functions cannot be calledJingoo Han2012-12-171-2/+6
* | | | backlight: 88pm860x_bl: remove an unnecessary line continuationJingoo Han2012-12-171-2/+1
* | | | drivers/video/backlight/pandora_bl.c: change TWL4030_MODULE_PWM0 to TWL_MODUL...Peter Ujfalusi2012-12-171-5/+3
* | | | backlight: add of_find_backlight_by_node()Thierry Reding2012-12-171-0/+29
* | | | drivers/video/backlight/lm3639_bl.c: fix up world writable sysfs fileAxel Lin2012-12-171-1/+1
* | | | drivers/video/backlight/max8925_bl.c: drop devm_kfree of devm_kzalloc'd dataJingoo Han2012-12-171-8/+3
* | | | drivers/video/backlight/88pm860x_bl.c: drop devm_kfree of devm_kzalloc'd dataJingoo Han2012-12-171-8/+3
* | | | drivers/video/backlight/s6e63m0.c: remove unnecessary cast of void pointerJingoo Han2012-12-171-1/+1
* | | | drivers/video/backlight/vgg2432a4.c: add missing constJingoo Han2012-12-173-6/+6
* | | | drivers/video/backlight/tdo24m.c: add missing constJingoo Han2012-12-171-13/+14
* | | | drivers/video/backlight/lms283gf05.c: add missing constJingoo Han2012-12-171-3/+3
* | | | drivers/video/backlight/da9052_bl.c: add missing constJingoo Han2012-12-171-1/+1
* | | | drivers/video/backlight/lp855x_bl.c: remove unnecessary mutex codeKim, Milo2012-12-171-13/+1
* | | | drivers/video/backlight/lp855x_bl.c: use generic PWM functionsKim, Milo2012-12-171-11/+26
* | | | backlight: tosa: use devm_gpio_request_oneJingoo Han2012-12-172-10/+4
* | | | backlight: lms283gf05: use devm_gpio_request_oneJingoo Han2012-12-171-7/+3
* | | | backlight: vgg2432a4: fix checkpatch warningJingoo Han2012-12-171-1/+1
* | | | backlight: tosa: fix checkpatch error and warningJingoo Han2012-12-172-8/+9
* | | | backlight: tdo24m: fix checkpatch warningJingoo Han2012-12-171-3/+3
* | | | backlight: platform_lcd: fix checkpatch errorJingoo Han2012-12-171-1/+1