summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2015-11-06Merge tag 'backlight-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-16/+20
2015-11-06Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds19-19/+0
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown19-19/+0
2015-11-04Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+23
2015-10-30backlight: pm8941-wled: Add default-brightness propertyBjorn Andersson1-0/+8
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis19-19/+0
2015-10-27backlight: pm8941-wled: Fix ptr_ret.cocci warningskbuild test robot1-4/+1
2015-10-18fbcon: initialize blink interval before calling fb_set_parScot Doyle1-0/+1
2015-10-15backlight: pwm: Reject legacy PWM request for device defined in DTVladimir Zapolskiy1-10/+9
2015-10-15backlight: 88pm860x_bl: Add missing of_node_putJulia Lawall1-0/+1
2015-10-14Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar1-1/+23
2015-10-12efifb: Add support for 64-bit frame buffer addressesMatt Fleming1-1/+23
2015-10-07video: of: fix memory leakSudip Mukherjee1-0/+1
2015-10-05backlight: adp8870: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas1-1/+0
2015-10-05backlight: adp8860: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas1-1/+0
2015-10-05backlight: lp855x: Make sure props struct is zeroedWerner Johansson1-0/+1
2015-09-30fbdev: broadsheetfb: fix memory leakSudip Mukherjee1-3/+5
2015-09-24OMAPDSS: panel-sony-acx565akm: Export OF module alias informationJavier Martinez Canillas1-0/+1
2015-09-24fbdev: omap2: connector-dvi: use of_get_i2c_adapter_by_node interfaceVladimir Zapolskiy1-1/+1
2015-09-24tridentfb: Fix set_lwidth on TGUI9440 and CYBER9320Ondrej Zary1-2/+8
2015-09-24tridentfb: fix hang on Blade3D with CONFIG_CC_OPTIMIZE_FOR_SIZEOndrej Zary1-1/+1
2015-09-24video: fbdev: mb862xx: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-24video: fbdev: fsl: Fix the sleep function for FSL DIU moduleJason Jin1-1/+8
2015-09-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-09-11Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+10
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov1-1/+1
2015-09-09Merge tag 'fbdev-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds12-38/+27
2015-09-09Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+2
2015-09-08video/xen-fbfront: Further s/MFN/GFN clean-upJulien Grall1-9/+9
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-2/+2
2015-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-09-05drivers/video/concole: add negative dependency for VGA_CONSOLE on ARCYuriy Kolerov1-1/+1
2015-09-05Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+0
2015-09-04Merge tag 'backlight-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-26/+462
2015-09-02video: fbdev: atmel_lcdfb: remove useless includeAlexandre Belloni1-1/+0
2015-09-02Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+0
2015-09-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-26/+4
2015-09-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-200/+86
2015-09-01Merge branch 'pm-cpufreq'Rafael J. Wysocki2-2/+0
2015-09-01cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier eventViresh Kumar2-2/+0
2015-09-01video: fbdev: pxa168fb: Use devm_clk_getVaishali Thakkar1-10/+4
2015-09-01fbdev: ssd1307fb: fix error return codeJulia Lawall1-2/+3
2015-09-01fbdev: fix snprintf() limit in show_bl_curve()Dan Carpenter1-1/+1
2015-09-01Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2015-08-31Merge tag 'staging-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-0/+1784
2015-08-31Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-25/+21
2015-08-25drivers/video/fbdev/vt8623fb: Use arch_phys_wc_add() and pci_iomap_wc()Luis R. Rodriguez1-25/+6
2015-08-25drivers/video/fbdev/s3fb: Use arch_phys_wc_add() and pci_iomap_wc()Luis R. Rodriguez1-29/+6
2015-08-25drivers/video/fbdev/arkfb.c: Use arch_phys_wc_add() and pci_iomap_wc()Luis R. Rodriguez1-31/+5
2015-08-25drivers/video/fbdev/gxt4500: Use pci_ioremap_wc_bar() to map framebufferLuis R. Rodriguez1-1/+1