summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | video: vgacon: Don't build on arm64Mark Brown2014-01-171-1/+2
| * | | | video: mx3fb: Allow blocking during framebuffer allocationSascha Hauer2014-01-171-1/+1
| * | | | fbcon: Fix memory leak in fbcon_exit().Masami Ichikawa2014-01-171-0/+1
| * | | | fbcon: trivial optimization for fbcon_exitWang YanQing2014-01-171-1/+3
| * | | | video: mxsfb: fix broken videomode selectionLothar Waßmann2014-01-171-70/+50
| * | | | video: mxsfb: convert pr_debug()/dev_dbg() to pr_err()/dev_err() for error me...Lothar Waßmann2014-01-171-3/+3
| * | | | video: vmlfb: remove unnecessary pci_set_drvdata()Jingoo Han2014-01-171-1/+0
| * | | | video: rivafb: remove unnecessary pci_set_drvdata()Jingoo Han2014-01-171-1/+0
| * | | | video: nvidiafb: remove unnecessary pci_set_drvdata()Jingoo Han2014-01-171-1/+0
| * | | | video: asiliantfb: remove unnecessary pci_set_drvdata()Jingoo Han2014-01-171-1/+0
| * | | | fbdev: sh_mobile_lcdcfb: Don't use plain 0 as NULL pointerLaurent Pinchart2014-01-171-1/+1
| |/ / /
* | | | backlight: lp8788: remove unnecessary parenthesesJingoo Han2014-01-231-3/+3
* | | | backlight: lp855x: remove unnecessary parenthesesJingoo Han2014-01-231-1/+1
* | | | backlight: kb3886_bl: fix incorrect placement of __initdata markerJingoo Han2014-01-231-1/+1
* | | | backlight: tosa: use devm_lcd_device_register()Jingoo Han2014-01-231-4/+2
* | | | backlight: l4f00242t03: use devm_lcd_device_register()Jingoo Han2014-01-231-4/+2
* | | | backlight: jornada720: use devm_lcd_device_register()Jingoo Han2014-01-231-11/+2
* | | | backlight: tosa: use devm_backlight_device_register()Jingoo Han2014-01-231-4/+3
* | | | backlight: ot200_bl: use devm_backlight_device_register()Jingoo Han2014-01-231-6/+3
* | | | backlight: omap1: use devm_backlight_device_register()Jingoo Han2014-01-231-12/+2
* | | | backlight: hp680_bl: use devm_backlight_device_register()Jingoo Han2014-01-231-4/+2
* | | | backlight: jornada720: use devm_backlight_device_register()Jingoo Han2014-01-231-12/+3
* | | | drivers/video/aty/aty128fb.c: fix a warning pertaining to the aty128fb backli...David Howells2014-01-231-0/+4
* | | | Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-01-221-1/+5
|\ \ \ \
| * | | | xen/fb: allow xenfb initialization for hvm guestsStefano Stabellini2014-01-071-1/+1
| * | | | xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-031-0/+4
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-221-1/+1
|\ \ \ \
| * | | | treewide: Fix typos in printkMasanari Iida2013-12-191-1/+1
| |/ / /
* | | | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-223-3/+3
|\ \ \ \
| * | | | PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_devYinghai Lu2013-12-213-3/+3
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2014-01-204-5/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | m68k: Remove superfluous inclusions of <asm/bootinfo.h>Geert Uytterhoeven2013-11-262-2/+0
| * | | zorro: ZTWO_VADDR() should return "void __iomem *"Geert Uytterhoeven2013-11-262-3/+3
| |/ /
* | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-12-091-8/+21
|\ \ \
| * | | offb: Add palette hack for little endianCedric Le Goater2013-12-101-1/+10
| * | | offb: Little endian fixesCedric Le Goater2013-12-101-7/+11
| |/ /
* | | video: vt8500: fix error handling in probe()Dan Carpenter2013-12-041-14/+11
* | | atmel_lcdfb: fix module autoloadJohan Hovold2013-12-041-0/+1
* | | fbdev: sh_mobile_meram: Fix defined but not used compiler warningsGeert Uytterhoeven2013-11-261-0/+2
* | | video: kyro: fix incorrect sizes when copying to userspaceSasha Levin2013-11-261-3/+3
* | | ARM: OMAPFB: panel-sony-acx565akm: fix bad unlock balanceAaro Koskinen2013-11-261-3/+2
|/ /
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-161-1/+0
|\ \
| * \ Merge tag 'omap-for-v3.13/fixes-for-merge-window-take2' of git://git.kernel.o...Olof Johansson2013-11-152-3/+4
| |\ \
| * | | video: exynos_mipi_dsim: Remove unused variableOlof Johansson2013-11-141-1/+0
* | | | Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-161-36/+130
|\ \ \ \
| * | | | pwm-backlight: Remove unused variableThierry Reding2013-10-221-1/+1
| * | | | pwm_backlight: avoid short blank screen while doing hibernationHuayi Li2013-10-221-2/+8
| * | | | pwm-backlight: Fix brightness adjustmentThierry Reding2013-10-181-12/+18
| * | | | pwm-backlight: Allow for non-increasing brightness levelsMike Dunn2013-10-161-14/+15
| * | | | pwm-backlight: Add power supply supportThierry Reding2013-10-161-0/+13
OpenPOWER on IntegriCloud