aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-10/+10
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov1-1/+1
2015-09-08Merge tag 'fbdev-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds11-37/+26
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus 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-02video: fbdev: atmel_lcdfb: remove useless includeAlexandre Belloni1-1/+0
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-2/+0
2015-09-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-26/+4
2015-09-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-08-31Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+1
2015-08-31Merge tag 'staging-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-0/+1784
2015-08-31Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus 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
2015-08-25drivers/video/fbdev/kyrofb: Use arch_phys_wc_add() and pci_ioremap_wc_bar()Luis R. Rodriguez1-22/+11
2015-08-25drivers/video/fbdev/i740fb: Use arch_phys_wc_add() and pci_ioremap_wc_bar()Luis R. Rodriguez1-29/+6
2015-08-25Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar73-6512/+1002
2015-08-21video: fbdev: s3c-fb: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-08-20video: fbdev: atmel: fix warning for const return valueTomi Valkeinen1-1/+1
2015-08-20video: fbdev: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-08-20video: fbdev: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-08-20fbdev: remove unnecessary memset in vfbMarcin Chojnacki1-9/+8
2015-08-20fbdev: udlfb: remove unneeded initialization in few placesAlexey Klimov1-6/+4
2015-08-20fbdev: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-1/+1
2015-08-20fbdev: fix cea_modes array sizeTomi Valkeinen2-3/+3
2015-08-13ARM/fb: ep93xx: switch framebuffer to use modedb onlyLinus Walleij1-26/+4
2015-08-10cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams1-1/+0
2015-08-10arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams2-2/+2
2015-08-10video: fbdev: pxa3xx_gcu: prepare the clocksRobert Jarzmik1-2/+2
2015-08-10OMAPDSS: Fix omap_dss_find_output_by_port_node() port refcount decrementJyri Sarha1-1/+1
2015-08-10OMAPDSS: Fix node refcount leak in omapdss_of_get_next_port()Jyri Sarha1-0/+2
2015-08-10fbdev: select versatile helpers for the integratorLinus Walleij1-1/+1
2015-08-07staging: sm7xxfb: merge sm712fb with fbdevSudip Mukherjee4-0/+1784
2015-08-05drivers:hv: Move MMIO range picking from hyper_fb to hv_vmbusJake Oshins1-25/+21
2015-08-05drivers:hv: Modify hv_vmbus to search for all MMIO ranges available.Jake Oshins1-1/+1
2015-07-21drivers/video/fbdev/atyfb: Use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2-32/+8
2015-07-21drivers/video/fbdev/atyfb: Replace MTRR UC hole with strong UCLuis R. Rodriguez2-23/+14
2015-07-21drivers/video/fbdev/atyfb: Clarify ioremap() base and length usedLuis R. Rodriguez1-1/+15
2015-07-21drivers/video/fbdev/atyfb: Carve out framebuffer length fudging into a helperLuis R. Rodriguez1-8/+15
2015-07-20simplefb: Include clk.hStephen Boyd1-0/+1
2015-07-10stifb: Implement hardware accelerated copyareaAlex Ivanov1-2/+38