summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fbdev-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds2015-09-0812-38/+27
|\
| * video: fbdev: atmel_lcdfb: remove useless includeAlexandre Belloni2015-09-021-1/+0
| * video: fbdev: pxa168fb: Use devm_clk_getVaishali Thakkar2015-09-011-10/+4
| * fbdev: ssd1307fb: fix error return codeJulia Lawall2015-09-011-2/+3
| * fbdev: fix snprintf() limit in show_bl_curve()Dan Carpenter2015-09-011-1/+1
| * video: fbdev: s3c-fb: Constify platform_device_idKrzysztof Kozlowski2015-08-211-1/+1
| * video: fbdev: atmel: fix warning for const return valueTomi Valkeinen2015-08-201-1/+1
| * video: fbdev: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-08-201-1/+0
| * video: fbdev: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-201-1/+0
| * fbdev: remove unnecessary memset in vfbMarcin Chojnacki2015-08-201-9/+8
| * framebuffer: disable vgacon on microblaze archNicolai Stange2015-08-201-1/+1
| * fbdev: udlfb: remove unneeded initialization in few placesAlexey Klimov2015-08-201-6/+4
| * fbdev: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-08-201-1/+1
| * fbdev: fix cea_modes array sizeTomi Valkeinen2015-08-202-3/+3
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-083-3/+2
|\ \
| * | cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams2015-08-101-1/+0
| * | arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams2015-08-102-2/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-051-1/+1
|\ \ \
| * | | drivers/video/concole: add negative dependency for VGA_CONSOLE on ARCYuriy Kolerov2015-09-041-1/+1
* | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-09-041-2/+0
|\ \ \ \
| * \ \ \ Merge tag 'v4.2-rc7' into drm-nextDave Airlie2015-08-175-8/+9
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | drm: Remove two-level menu in KconfigThierry Reding2015-08-071-2/+0
| | |_|/ | |/| |
* | | | Merge tag 'backlight-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-047-26/+462
|\ \ \ \ | |_|_|/ |/| | |
| * | | backlight: tosa: Export I2C module alias informationJavier Martinez Canillas2015-08-251-0/+1
| * | | backlight: lp8788_bl: Delete a check before backlight_device_unregister()Markus Elfring2015-08-251-2/+1
| * | | backlight: sky81452: Remove unneeded use of IS_ERR_VALUE() macroAxel Lin2015-08-251-13/+13
| * | | backlight: pm8941-wled: Move PM8941 WLED driver to backlightBjorn Andersson2015-08-253-0/+435
| * | | backlight: lp855x: Use private data for regulator controlMilo Kim2015-08-251-11/+12
| |/ /
* | | Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-012-2/+0
|\ \ \
| * \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2015-09-012-2/+0
| |\ \ \ | | |_|/ | |/| |
| | * | cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier eventViresh Kumar2015-09-012-2/+0
| | |/
* | | Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-09-011-26/+4
|\ \ \
| * | | ARM/fb: ep93xx: switch framebuffer to use modedb onlyLinus Walleij2015-08-131-26/+4
| | |/ | |/|
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-018-200/+86
|\ \ \
| * | | drivers/video/fbdev/vt8623fb: Use arch_phys_wc_add() and pci_iomap_wc()Luis R. Rodriguez2015-08-251-25/+6
| * | | drivers/video/fbdev/s3fb: Use arch_phys_wc_add() and pci_iomap_wc()Luis R. Rodriguez2015-08-251-29/+6
| * | | drivers/video/fbdev/arkfb.c: Use arch_phys_wc_add() and pci_iomap_wc()Luis R. Rodriguez2015-08-251-31/+5
| * | | drivers/video/fbdev/gxt4500: Use pci_ioremap_wc_bar() to map framebufferLuis R. Rodriguez2015-08-251-1/+1
| * | | drivers/video/fbdev/kyrofb: Use arch_phys_wc_add() and pci_ioremap_wc_bar()Luis R. Rodriguez2015-08-251-22/+11
| * | | drivers/video/fbdev/i740fb: Use arch_phys_wc_add() and pci_ioremap_wc_bar()Luis R. Rodriguez2015-08-251-29/+6
| * | | Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar2015-08-2582-6541/+1030
| |\ \ \ | | | |/ | | |/|
| * | | drivers/video/fbdev/atyfb: Use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-07-212-32/+8
| * | | drivers/video/fbdev/atyfb: Replace MTRR UC hole with strong UCLuis R. Rodriguez2015-07-212-23/+14
| * | | drivers/video/fbdev/atyfb: Clarify ioremap() base and length usedLuis R. Rodriguez2015-07-211-1/+15
| * | | drivers/video/fbdev/atyfb: Carve out framebuffer length fudging into a helperLuis R. Rodriguez2015-07-211-8/+15
* | | | Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-08-311-0/+1
|\ \ \ \
| * | | | simplefb: Include clk.hStephen Boyd2015-07-201-0/+1
* | | | | Merge tag 'staging-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-08-314-0/+1784
|\ \ \ \ \
| * | | | | staging: sm7xxfb: merge sm712fb with fbdevSudip Mukherjee2015-08-074-0/+1784
| | |_|_|/ | |/| | |
* | | | | Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-08-311-25/+21
|\ \ \ \ \ | |_|_|_|/ |/| | | |
OpenPOWER on IntegriCloud