summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2014-01-17video: mmp: delete a stray mutex_unlock()Dan Carpenter1-6/+1
2014-01-17video: amba-clcd: Make CLCD driver available on more platformsMark Brown1-1/+2
2014-01-17video: Replace local macro with PCI standard macroYijing Wang1-11/+5
2014-01-17fbmem: really support wildcard video=options for all fbdev driversOlaf Hering1-0/+3
2014-01-17video: vgacon: Don't build on arm64Mark Brown1-1/+2
2014-01-17video: mx3fb: Allow blocking during framebuffer allocationSascha Hauer1-1/+1
2014-01-17fbcon: Fix memory leak in fbcon_exit().Masami Ichikawa1-0/+1
2014-01-17fbcon: trivial optimization for fbcon_exitWang YanQing1-1/+3
2014-01-17video: mxsfb: fix broken videomode selectionLothar Waßmann1-70/+50
2014-01-17video: mxsfb: convert pr_debug()/dev_dbg() to pr_err()/dev_err() for error me...Lothar Waßmann1-3/+3
2014-01-17video: vmlfb: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2014-01-17video: rivafb: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2014-01-17video: nvidiafb: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2014-01-17video: asiliantfb: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2014-01-17fbdev: sh_mobile_lcdcfb: Don't use plain 0 as NULL pointerLaurent Pinchart1-1/+1
2013-12-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-8/+21
2013-12-10offb: Add palette hack for little endianCedric Le Goater1-1/+10
2013-12-10offb: Little endian fixesCedric Le Goater1-7/+11
2013-12-04video: vt8500: fix error handling in probe()Dan Carpenter1-14/+11
2013-12-04atmel_lcdfb: fix module autoloadJohan Hovold1-0/+1
2013-11-26fbdev: sh_mobile_meram: Fix defined but not used compiler warningsGeert Uytterhoeven1-0/+2
2013-11-26video: kyro: fix incorrect sizes when copying to userspaceSasha Levin1-3/+3
2013-11-26ARM: OMAPFB: panel-sony-acx565akm: fix bad unlock balanceAaro Koskinen1-3/+2
2013-11-16Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2013-11-16Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-36/+130
2013-11-15Merge tag 'omap-for-v3.13/fixes-for-merge-window-take2' of git://git.kernel.o...Olof Johansson2-3/+4
2013-11-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+2
2013-11-14video: exynos_mipi_dsim: Remove unused variableOlof Johansson1-1/+0
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2-3/+3
2013-11-14Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds150-3031/+3791
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+31
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+5
2013-11-13drivers/video/backlight/hx8357.c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-11-13backlight: atmel-pwm-bl: use gpio_request_oneJohan Hovold1-7/+8
2013-11-13backlight: atmel-pwm-bl: refactor gpio_on handlingJohan Hovold1-12/+11
2013-11-13backlight: atmel-pwm-bl: use gpio_is_validJohan Hovold1-4/+4
2013-11-13backlight: atmel-pwm-bl: remove unused includeJohan Hovold1-1/+0
2013-11-13backlight: atmel-pwm-bl: clean up get_intensityJohan Hovold1-7/+6
2013-11-13backlight: atmel-pwm-bl: clean up probe error handlingJohan Hovold1-19/+12
2013-11-13backlight: atmel-pwm-bl: fix module autoloadJohan Hovold1-0/+1
2013-11-13backlight: atmel-pwm-bl: fix gpio polarity in removeJohan Hovold1-2/+4
2013-11-13backlight: atmel-pwm-bl: fix reported brightnessJohan Hovold1-2/+2
2013-11-13drivers/video/backlight/lm3630a_bl.c: add missing destroy_workqueue() on erro...Wei Yongjun1-0/+1
2013-11-13backlight: s6e63m0: use devm_{backlight,lcd}_device_register()Jingoo Han1-13/+7
2013-11-13backlight: cr_bllcd: use devm_{backlight,lcd}_device_register()Jingoo Han1-8/+5
2013-11-13backlight: corgi_lcd: use devm_{backlight,lcd}_device_register()Jingoo Han1-19/+9
2013-11-13backlight: ld9040: use devm_{backlight,lcd}_device_register()Jingoo Han1-15/+6
2013-11-13backlight: ams369fg06: use devm_{backlight,lcd}_device_register()Jingoo Han1-15/+7
2013-11-13backlight: tdo24m: use devm_lcd_device_register()Jingoo Han1-9/+3
2013-11-13backlight: platform_lcd: use devm_lcd_device_register()Jingoo Han1-17/+3