summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorLines
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-16/+9
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2018-10-25Merge tag 'backlight-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2200/+47
2018-10-13drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap()Christophe Leroy-16/+9
2018-10-09backlight: Remove ld9040 driverKrzysztof Kozlowski-1022/+0
2018-10-09backlight: Remove s6e63m0 driverKrzysztof Kozlowski-1132/+0
2018-10-09backlight: lm3639: Unconditionally call led_classdev_unregisterNathan Chancellor-4/+2
2018-10-09backlight: pwm_bl: Switch to using "atomic" PWM APIEnric Balletbo i Serra-39/+42
2018-10-07mach64: detect the dot clock divider correctly on sparcMikulas Patocka-9/+11
2018-09-28fbdev: fsl-diu: get cpu node with of_get_cpu_nodeRob Herring-1/+1
2018-09-26video/fbdev/stifb: Fix spelling mistake in fall-through annotationGustavo A. R. Silva-1/+1
2018-09-26efifb: BGRT: Add nobgrt optionHans de Goede-0/+6
2018-09-26fbdev/omapfb: fix omapfb_memory_read infoleakTomi Valkeinen-1/+4
2018-09-26pxa168fb: prepare the clockLubomir Rintel-3/+3
2018-09-10backlight: Update MODULE AUTHOR email addressMichael Hennerich-3/+3
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds-266/+578
2018-08-20Merge tag 'backlight-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-13/+220
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+7
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-5/+3
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-8/+155
2018-08-10fbcon: Do not takeover the console from atomic contextHans de Goede-4/+15
2018-08-10dummycon: Stop exporting dummycon_[un]register_output_notifierHans de Goede-2/+0
2018-08-10fbcon: Only defer console takeover if the current console driver is the dummyconHans de Goede-14/+10
2018-08-10fbcon: Only allow FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER if fbdev is builtinHans de Goede-1/+1
2018-08-02media: omap2: omapfb: fix bugon.cocci warningskbuild test robot-2/+1
2018-08-02media: omap2: omapfb: fix boolreturn.cocci warningskbuild test robot-1/+1
2018-08-02media: omap2: omapfb: fix ifnullfree.cocci warningskbuild test robot-2/+1
2018-07-31fbdev: omap2: omapfb: fix ifnullfree.cocci warningskbuild test robot-2/+1
2018-07-31fbdev: omap2: omapfb: fix bugon.cocci warningskbuild test robot-2/+1
2018-07-31fbdev: omap2: omapfb: fix boolreturn.cocci warningskbuild test robot-1/+1
2018-07-31fb: amifb: fix build warnings when not builtinRandy Dunlap-2/+2
2018-07-31fbdev/core: Disable console-lock warnings when fb.lockless_register_fb is setThomas Zimmermann-4/+9
2018-07-25udlfb: use spin_lock_irq instead of spin_lock_irqsaveMikulas Patocka-6/+4
2018-07-25udlfb: avoid prefetchMikulas Patocka-8/+0
2018-07-25udlfb: optimization - test the backing bufferMikulas Patocka-10/+33
2018-07-25udlfb: allow reallocating the framebufferMikulas Patocka-25/+49
2018-07-25udlfb: set line_length in dlfb_ops_set_parMikulas Patocka-0/+1
2018-07-25udlfb: handle allocation failureMikulas Patocka-9/+17
2018-07-25udlfb: make a local copy of fb_opsMikulas Patocka-1/+2
2018-07-25udlfb: don't switch if we are switching to the same videomodeMikulas Patocka-2/+16
2018-07-25udlfb: fix display corruption of the last lineMikulas Patocka-10/+20
2018-07-25udlfb: fix semaphore value leakMikulas Patocka-25/+2
2018-07-25fb: fix lost console when the user unplugs a USB adapterMikulas Patocka-6/+32
2018-07-25backlight: pwm_bl: Fix uninitialized variableDaniel Thompson-1/+1
2018-07-24efifb: BGRT: Do not copy the boot graphics for non native resolutionsHans de Goede-0/+43
2018-07-24fbdev: fix omap2/omapfb/dss/ indentation warningRandy Dunlap-1/+1
2018-07-24omapfb: encoder-tpd12s015: remove redundant pointer 'in'Colin Ian King-4/+1
2018-07-24video: fbdev: tridentfb: remove deadcode on unreachable case statementColin Ian King-3/+0
2018-07-24fbdev: omapfb: off by one in omapfb_register_client()Dan Carpenter-1/+1
2018-07-24video: fbdev: mark expected switch fall-throughsGustavo A. R. Silva-0/+5