summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2014-01-24backlight: lp8788: remove unnecessary parenthesesJingoo Han1-3/+3
2014-01-24backlight: lp855x: remove unnecessary parenthesesJingoo Han1-1/+1
2014-01-24backlight: kb3886_bl: fix incorrect placement of __initdata markerJingoo Han1-1/+1
2014-01-24backlight: tosa: use devm_lcd_device_register()Jingoo Han1-4/+2
2014-01-24backlight: l4f00242t03: use devm_lcd_device_register()Jingoo Han1-4/+2
2014-01-24backlight: jornada720: use devm_lcd_device_register()Jingoo Han1-11/+2
2014-01-24backlight: tosa: use devm_backlight_device_register()Jingoo Han1-4/+3
2014-01-24backlight: ot200_bl: use devm_backlight_device_register()Jingoo Han1-6/+3
2014-01-24backlight: omap1: use devm_backlight_device_register()Jingoo Han1-12/+2
2014-01-24backlight: hp680_bl: use devm_backlight_device_register()Jingoo Han1-4/+2
2014-01-24backlight: jornada720: use devm_backlight_device_register()Jingoo Han1-12/+3
2014-01-24drivers/video/aty/aty128fb.c: fix a warning pertaining to the aty128fb backli...David Howells1-0/+4
2014-01-23Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+5
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-01-23Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+3
2014-01-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds4-5/+3
2014-01-07xen/fb: allow xenfb initialization for hvm guestsStefano Stabellini1-1/+1
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk1-0/+4
2013-12-21PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu3-3/+3
2013-12-19treewide: Fix typos in printkMasanari Iida1-1/+1
2013-12-10Merge 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-26m68k: Remove superfluous inclusions of <asm/bootinfo.h>Geert Uytterhoeven2-2/+0
2013-11-26zorro: ZTWO_VADDR() should return "void __iomem *"Geert Uytterhoeven2-3/+3
2013-11-17Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2013-11-17Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-36/+130
2013-11-16Merge 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-15video: 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