summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorLines
2017-01-30video/mbx: use simple_open()Geliang Tang-12/+6
2017-01-30video: fbdev: stifb: handle NULL return value from ioremap_nocacheArvind Yadav-0/+4
2017-01-30video: fbdev: pmagb-b-fb: Remove bad `__init' annotationMaciej W. Rozycki-1/+1
2017-01-30video: fbdev: pmag-ba-fb: Remove bad `__init' annotationMaciej W. Rozycki-1/+1
2017-01-30video: ARM CLCD: use panel device node for getting backlight and modeVladimir Zapolskiy-15/+5
2017-01-30video: ARM CLCD: use panel device node for panel initializationVladimir Zapolskiy-27/+14
2017-01-30video: ARM CLCD: sort included headers out alphabeticallyVladimir Zapolskiy-14/+9
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie-12/+14
2017-01-26gpio: Pass GPIO label down to gpiod_requestAlexander Stein-4/+8
2017-01-26gpiolib: Convert fwnode_get_named_gpiod() to configure GPIOAndy Shevchenko-10/+5
2017-01-25console: Make persistent scrollback a boot parameterManuel Schölling-18/+19
2017-01-25console: Add persistent scrollback buffers for all VGA consolesManuel Schölling-56/+111
2017-01-25console: Add callback to flush scrollback buffer to consw structManuel Schölling-1/+23
2017-01-25console: Move scrollback data into its own structManuel Schölling-44/+47
2017-01-24fbdev: color map copying bounds checkingKees Cook-12/+14
2017-01-11video: fbdev: wm8505fb use permission-specific DEVICE_ATTR variantsJulia Lawall-1/+1
2017-01-11video: fbdev: simplefb: Separate clk / regulator get and enable stepsHans de Goede-16/+40
2017-01-11fbcon: Fix vc attr at deinitTakashi Iwai-27/+40
2017-01-11video: fbdev: imxfb: always allocate 256 entries for the color mapMartin Kaiser-1/+5
2017-01-11video: fbdev: maxinefb: add __initdata to maxinefb_fixBhumika Goyal-1/+1
2017-01-11video: fbdev: matroxfb: use designated initializersKees Cook-3/+12
2017-01-11video: fbdev: sh_mobile_lcdcfb: use designated initializersKees Cook-3/+3
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie-1/+25
2017-01-06fbmem: add a default get_fb_unmapped_area functionBenjamin Gaignard-1/+25
2017-01-04video: fbdev: cobalt_lcdfb: Handle return NULL error from devm_ioremapArvind Yadav-0/+5
2017-01-04backlight: da9052: Fix module autoloadJavier Martinez Canillas-1/+1
2017-01-04backlight: pwm_bl: Check the PWM state for initial backlight power statePeter Ujfalusi-0/+4
2017-01-04backlight: pwm_bl: Move the checks for initial power state to a separate func...Peter Ujfalusi-19/+37
2017-01-04backlight: adp5520: Fix error handling in adp5520_bl_probe()Alexey Khoroshilov-2/+10
2017-01-04backlight: lcd: Fix race condition during registerUwe Kleine-König-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-9/+9
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-9/+4
2016-12-13Merge tag 'tty-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-123/+50
2016-12-13Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-3/+16
2016-12-13Merge tag 'docs-4.10' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter-4/+4
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds-4/+4
2016-12-12Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-13/+46
2016-12-12openrisc: prevent VGA console, fix buildsRandy Dunlap-1/+1
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie-2/+2
2016-11-18Merge tag 'v4.9-rc4' into soundJonathan Corbet-2/+2
2016-11-16Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie-3/+3
2016-11-14video: of: Constify node argument to display timing functionsLaurent Pinchart-3/+3
2016-11-13Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar-2/+2
2016-11-07xen: make use of xenbus_read_unsigned() in xen-fbfrontJuergen Gross-9/+4
2016-11-03video: ARM CLCD: fix Vexpress regressionLinus Walleij-2/+2
2016-11-02video: of: display_timing: Add support for syncclk-active propertyPeter Ujfalusi-0/+9
2016-10-27vgacon: remove prehistoric macrosJiri Slaby-49/+0
2016-10-27vgacon: switch boolean variables to boolJiri Slaby-22/+23
2016-10-27tty: vgacon+sisusb, move scrolldelta to a common helperJiri Slaby-25/+2
2016-10-27tty: vt, cleanup and document con_scrollJiri Slaby-27/+25