aboutsummaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2019-09-23Merge tag 'backlight-next-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 8-14/+84
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 3-700/+0
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 22-377/+128
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-47/+26
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 4-50/+0
2019-09-17Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 4-50/+0
2019-09-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 5-879/+65
2019-09-16Merge tag 'm68k-for-v5.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-21/+21
2019-09-05Merge branch 'pm-cpufreq-qos'Gravatar Rafael J. Wysocki 4-50/+0
2019-09-04fbdev: remove w90x900/nuc900 platform driversGravatar Arnd Bergmann 4-826/+0
2019-09-02backlight: pwm_bl: Set scale type for brightness curves specified in the DTGravatar Matthias Kaehlcke 1-0/+30
2019-09-02backlight: pwm_bl: Set scale type for CIE 1931 curvesGravatar Matthias Kaehlcke 1-1/+4
2019-09-02backlight: Expose brightness curve type through sysfsGravatar Matthias Kaehlcke 1-0/+19
2019-09-02backlight: gpio-backlight: Correct initial power state handlingGravatar Peter Ujfalusi 1-4/+20
2019-09-02video: backlight: tosa_lcd: drop check because i2c_unregister_device() is NUL...Gravatar Wolfram Sang 1-2/+1
2019-09-02video: backlight: Drop default m for {LCD,BACKLIGHT_CLASS_DEVICE}Gravatar Geert Uytterhoeven 1-2/+0
2019-08-26fbdev: da8xx: use resource management for dmaGravatar Bartosz Golaszewski 1-22/+10
2019-08-26fbdev: da8xx-fb: drop a redundant ifGravatar Bartosz Golaszewski 1-23/+20
2019-08-26fbdev: da8xx-fb: use devm_platform_ioremap_resource()Gravatar Bartosz Golaszewski 1-3/+1
2019-08-26fbdev: da8xx: remove panel_power_ctrl() callback from platform dataGravatar Bartosz Golaszewski 1-20/+5
2019-08-26fbdev: da8xx: add support for a regulatorGravatar Bartosz Golaszewski 1-5/+49
2019-08-26video: pxafb: Remove cpufreq policy notifierGravatar Viresh Kumar 2-22/+0
2019-08-26video: sa1100fb: Remove cpufreq policy notifierGravatar Viresh Kumar 2-28/+0
2019-08-22Merge tag 'Wimplicit-fallthrough-5.3-rc6' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+1
2019-08-20video: fbdev: acornfb: Mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-0/+1
2019-08-19udlfb: Make dlfb_ops constantGravatar Nishka Dasgupta 1-1/+1
2019-08-19video: fbdev/mmp/core: Use struct_size() in kzalloc()Gravatar Gustavo A. R. Silva 1-4/+2
2019-08-19video: fbdev: viafb: Remove dead codeGravatar Souptick Joarder 1-43/+0
2019-08-19video: fbdev: aty[128]fb: Remove dead codeGravatar Souptick Joarder 2-47/+0
2019-08-19video: fbdev: sh_mobile_lcdcfb: Mark expected switch fall-throughGravatar Anders Roxell 1-0/+2
2019-08-19video: fbdev: radeonfb: Use dev_get_drvdataGravatar Chuhong Yuan 1-4/+2
2019-08-19video: fbdev: sm712fb: Use dev_get_drvdataGravatar Chuhong Yuan 1-6/+2
2019-08-19video: fbdev: pvr2fb: remove unnecessary comparison of unsigned integer with < 0Gravatar Gustavo A. R. Silva 1-4/+2
2019-08-19efifb: BGRT: Improve efifb_bgrt_sanity_checkGravatar Hans de Goede 1-21/+6
2019-08-19m68k: atari: Rename shifter to shifter_st to avoid conflictGravatar Geert Uytterhoeven 1-21/+21
2019-08-16video: omapfb2: Make standard and custom panel drivers mutually exclusiveGravatar Laurent Pinchart 1-0/+5
2019-08-12backlight: lms283gf05: Fix a typo in the description passed to 'devm_gpio_req...Gravatar Christophe JAILLET 1-1/+1
2019-08-12backlight: lm3630a: Switch to use fwnode_property_count_uXX()Gravatar Andy Shevchenko 1-2/+1
2019-08-12backlight: rave-sp: Leave initial state and register with correct deviceGravatar Lucas Stach 1-2/+8
2019-08-12Merge 5.3-rc4 into driver-core-nextGravatar Greg Kroah-Hartman 1-0/+8
2019-08-09video: fbdev: omapfb_main: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+8
2019-08-05backlight: drop EARLY_EVENT_BLANK supportGravatar Sam Ravnborg 2-19/+1
2019-08-02video: fbdev: sm501fb: convert platform driver to use dev_groupsGravatar Greg Kroah-Hartman 1-28/+9
2019-08-02video: fbdev: w100fb: convert platform driver to use dev_groupsGravatar Greg Kroah-Hartman 1-13/+10
2019-08-02video: fbdev: wm8505fb: convert platform driver to use dev_groupsGravatar Greg Kroah-Hartman 1-6/+7
2019-07-30video/fbdev: Drop JZ4740 driverGravatar Paul Cercueil 3-700/+0
2019-07-26video: amba-clcd: Spout an error if of_get_display_timing() gives an errorGravatar Douglas Anderson 1-1/+3
2019-07-26video: of: display_timing: Don't yell if no timing node is presentGravatar Douglas Anderson 1-3/+1
2019-07-26video: of: display_timing: Add of_node_put() in of_get_display_timing()Gravatar Douglas Anderson 1-1/+6
2019-07-23video: ssd1307fb: Add devicetree configuration of display setupGravatar Marko Kohtala 1-16/+65