summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorLines
2019-11-11video/logo: simplify cmd_logoMasahiro Yamada-9/+4
2019-11-11video: backlight: tosa: Use GPIO lookup tableArnd Bergmann-12/+34
2019-11-08Merge tag 'drm-misc-fixes-2019-11-07-1' of git://anongit.freedesktop.org/drm/...Dave Airlie-4/+4
2019-11-04fbdev: c2p: Fix link failure on non-inliningGeert Uytterhoeven-4/+4
2019-11-01backlight: qcom-wled: Add auto string detection logicKiran Gunda-6/+394
2019-11-01backlight: qcom-wled: Add support for short circuit handlingKiran Gunda-4/+140
2019-11-01backlight: qcom-wled: Add support for WLED4 peripheralKiran Gunda-2/+253
2019-11-01backlight: qcom-wled: Restructure the driver for WLED3Kiran Gunda-139/+234
2019-11-01backlight: qcom-wled: Rename PM8941* to WLED3Kiran Gunda-123/+125
2019-11-01backlight: qcom-wled: Rename pm8941-wled.c to qcom-wled.cKiran Gunda-5/+5
2019-10-23compat_ioctl: move ATYFB_CLK handling to atyfb driverArnd Bergmann-1/+11
2019-10-18vgacon: Use pr_warn instead of pr_warningKefeng Wang-3/+3
2019-10-18backlight: Kconfig: jornada720: Use CONFIG_PREEMPTIONThomas Gleixner-2/+2
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov-3/+3
2019-10-14backlight: pwm_bl: Switch to power-of-2 base for fixed-point mathRasmus Villemoes-10/+12
2019-10-14backlight: pwm_bl: Drop use of int_pow()Rasmus Villemoes-1/+2
2019-10-14backlight: pwm_bl: Eliminate a 64/32 divisionRasmus Villemoes-1/+1
2019-10-14backlight: pwm_bl: Fix cie1913 comments and constantRasmus Villemoes-3/+9
2019-10-14backlight: pwm_bl: Add missing curly branches in else branchMatthias Kaehlcke-1/+2
2019-10-14backlight: pwm_bl: Don't assign levels table repeatedlyMatthias Kaehlcke-4/+3
2019-10-11Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie-29/+9
2019-10-05video/logo: do not generate unneeded logo C filesMasahiro Yamada-19/+2
2019-10-05video/logo: remove unneeded *.o pattern from clean-filesMasahiro Yamada-1/+1
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard-1711/+205
2019-10-02backlight: lm3630a: Add an enable gpio for the HWEN pinAndreas Kemnade-0/+9
2019-10-02backlight: ipaq_micro: Make structure micro_bl_props constantNishka Dasgupta-1/+1
2019-10-02backlight: lm3630a: Fix module aliasesAndreas Kemnade-1/+3
2019-09-23Merge tag 'backlight-next-5.4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-14/+84
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-700/+0
2019-09-20video/hdmi: Fix AVI bar unpackVille Syrjälä-4/+4
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-377/+128
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-47/+26
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-50/+0
2019-09-17Merge branch 'pm-cpufreq'Rafael J. Wysocki-50/+0
2019-09-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-879/+65
2019-09-16Merge tag 'm68k-for-v5.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-21/+21
2019-09-06fbdev/sa1100fb: Remove even more dead codeArnd Bergmann-13/+0
2019-09-05Merge branch 'pm-cpufreq-qos'Rafael J. Wysocki-50/+0
2019-09-04fbdev: remove w90x900/nuc900 platform driversArnd Bergmann-826/+0
2019-09-02backlight: pwm_bl: Set scale type for brightness curves specified in the DTMatthias Kaehlcke-0/+30
2019-09-02backlight: pwm_bl: Set scale type for CIE 1931 curvesMatthias Kaehlcke-1/+4
2019-09-02backlight: Expose brightness curve type through sysfsMatthias Kaehlcke-0/+19
2019-09-02backlight: gpio-backlight: Correct initial power state handlingPeter Ujfalusi-4/+20
2019-09-02video: backlight: tosa_lcd: drop check because i2c_unregister_device() is NUL...Wolfram Sang-2/+1
2019-09-02video: backlight: Drop default m for {LCD,BACKLIGHT_CLASS_DEVICE}Geert Uytterhoeven-2/+0
2019-08-26fbdev: da8xx: use resource management for dmaBartosz Golaszewski-22/+10
2019-08-26fbdev: da8xx-fb: drop a redundant ifBartosz Golaszewski-23/+20
2019-08-26fbdev: da8xx-fb: use devm_platform_ioremap_resource()Bartosz Golaszewski-3/+1
2019-08-26fbdev: da8xx: remove panel_power_ctrl() callback from platform dataBartosz Golaszewski-20/+5
2019-08-26fbdev: da8xx: add support for a regulatorBartosz Golaszewski-5/+49