summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* drivers/video/fbdev/vermilion/vermilion.c: use set_memory.h headerLaura Abbott2017-05-091-1/+1
* scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada2017-05-091-1/+1
* Merge tag 'backlight-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-033-0/+427
|\
| * backlight: Add support for Arctic Sand LED backlight driver chipsOlimpiu Dejeu2017-04-253-0/+427
* | backlight: pwm_bl: Fix GPIO out for unimplemented .get_direction()Geert Uytterhoeven2017-04-191-3/+4
* | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-04-151-1/+65
|\ \
| * | efi/fb: Avoid reconfiguration of BAR that covers the framebufferArd Biesheuvel2017-04-051-1/+65
| |/
* | fbdev: omapfb: delete check_required_callbacks()Aaro Koskinen2017-04-141-15/+0Star
* | xen, fbfront: fix connecting to backendJuergen Gross2017-04-071-2/+2
* | fbdev/ssd1307fb: fix optional VBAT supportBastian Stender2017-04-071-8/+16
|/
* sched/headers: Remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar2017-03-031-0/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-1/+1
* scripts/spelling.txt: add "applys" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* Merge tag 'fbdev-v4.11' of git://github.com/bzolnier/linuxLinus Torvalds2017-02-2531-523/+220Star
|\
| * video: fbdev: fsl-diu-fb: fix spelling mistake "palette"Colin Ian King2017-02-201-2/+2
| * fbdev: ssd1307fb: include linux/gpio/consumer.hArnd Bergmann2017-02-201-0/+1
| * video: fbdev: fsl-diu-fb: remove impossible conditionSachin Shukla2017-02-081-8/+1Star
| * video: fbdev: amifb: remove impossible conditionSachin Shukla2017-02-081-5/+3Star
| * fbdev/ssd1307fb: clear screen in probeTomi Valkeinen2017-02-081-3/+2Star
| * fbdev/ssd1307fb: add support to enable VBATTomi Valkeinen2017-02-081-1/+19
| * fbdev: ssd1307fb: Make reset gpio devicetree property optionalJyri Sarha2017-02-081-6/+13
| * fbdev: ssd1307fb: Start to use gpiod API for reset gpioJyri Sarha2017-02-081-17/+8Star
| * video: fbdev: sh_mobile_lcdcfb: fix error return code in sh_mobile_lcdc_probe()Wei Yongjun2017-02-081-1/+3
| * video: fbdev: offb: switch to using for_each_node_by_typeDmitry Torokhov2017-02-081-2/+2
| * video/console: use setup_timer and mod_timer instead of init_timerJan Stourac2017-02-081-5/+3Star
| * fbdev: omap/lcd: Make callbacks optionalLars-Peter Clausen2017-01-3010-183/+20Star
| * fbdev: omap/lcd: Staticize non-exported lcd_panel structsLars-Peter Clausen2017-01-308-8/+8
| * fbdev: omap/lcd: Remove no-op driver callbacksLars-Peter Clausen2017-01-309-167/+0Star
| * video/mbx: use simple_open()Geliang Tang2017-01-301-12/+6Star
| * video: fbdev: stifb: handle NULL return value from ioremap_nocacheArvind Yadav2017-01-301-0/+4
| * video: fbdev: pmagb-b-fb: Remove bad `__init' annotationMaciej W. Rozycki2017-01-301-1/+1
| * video: fbdev: pmag-ba-fb: Remove bad `__init' annotationMaciej W. Rozycki2017-01-301-1/+1
| * video: ARM CLCD: use panel device node for getting backlight and modeVladimir Zapolskiy2017-01-301-15/+5Star
| * video: ARM CLCD: use panel device node for panel initializationVladimir Zapolskiy2017-01-305-27/+14Star
| * video: ARM CLCD: sort included headers out alphabeticallyVladimir Zapolskiy2017-01-301-14/+9Star
| * video: fbdev: wm8505fb use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-111-1/+1
| * video: fbdev: simplefb: Separate clk / regulator get and enable stepsHans de Goede2017-01-111-16/+40
| * fbcon: Fix vc attr at deinitTakashi Iwai2017-01-111-27/+40
| * video: fbdev: imxfb: always allocate 256 entries for the color mapMartin Kaiser2017-01-111-1/+5
| * video: fbdev: maxinefb: add __initdata to maxinefb_fixBhumika Goyal2017-01-111-1/+1
| * video: fbdev: matroxfb: use designated initializersKees Cook2017-01-112-3/+12
| * video: fbdev: sh_mobile_lcdcfb: use designated initializersKees Cook2017-01-111-3/+3
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-251-9/+7Star
* | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-242-1/+25
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2017-01-271-12/+14
| |\ \
| * \ \ Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-092-1/+25
| |\ \ \ | | |_|/ | |/| |
| | * | fbmem: add a default get_fb_unmapped_area functionBenjamin Gaignard2017-01-062-1/+25
| | * | Merge tag 'docs-4.10' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter2016-12-131-4/+4
| | |\ \