summaryrefslogtreecommitdiff
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
...
* | | | fbdev: aty: use generic power managementVaibhav Gupta2020-09-081-14/+36
* | | | fbdev: via-core: use generic power managementVaibhav Gupta2020-09-081-23/+16
* | | | fbdev: lxfb: use generic power managementVaibhav Gupta2020-09-083-26/+20
* | | | fbdev: gxfb: use generic power managementVaibhav Gupta2020-09-083-25/+20
* | | | video: fbdev: sis: fix null ptr dereferenceTom Rix2020-09-081-6/+5
* | | | omapfb: fix spelling mistake "propert" -> "property"Colin Ian King2020-09-081-1/+1
* | | | video: fbdev: ssd1307fb: Added support to Column offsetRodrigo Alencar2020-09-081-2/+6
* | | | video: fbdev: vga16fb: fix setting of pixclock because a pass-by-value errorColin Ian King2020-09-081-7/+7
* | | | fbdev: sm712fb: handle ioremap() errors in probeEvgeny Novikov2020-09-081-0/+8
* | | | fbmem: add margin check to fb_check_caps()George Kennedy2020-09-081-0/+4
| |_|/ |/| |
* | | Merge v5.9-rc1 into drm-misc-nextMaxime Ripard2020-08-1850-1524/+282
|\ \ \ | |/ /
| * | Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-08-142-2/+3
| |\ \
| | * | pwm: Convert period and duty cycle to u64Guru Das Srinagesh2020-06-171-1/+1
| | * | backlight: pwm_bl: Use 64-bit division functionGuru Das Srinagesh2020-06-171-1/+2
| * | | Merge tag 'drm-next-2020-08-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-08-123-10/+7
| |\ \ \
| * \ \ \ Merge tag 'backlight-next-5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-1133-604/+200
| |\ \ \ \
| | * | | | video: backlight: cr_bllcd: Remove unused variable 'intensity'Lee Jones2020-07-211-1/+0
| | * | | | backlight: backlight: Make of_find_backlight staticSam Ravnborg2020-07-201-17/+1
| | * | | | backlight: backlight: Drop backlight_put()Sam Ravnborg2020-07-201-2/+5
| | * | | | backlight: Use backlight_get_brightness() throughoutSam Ravnborg2020-07-2019-150/+19
| | * | | | backlight: jornada720_bl: Introduce backlight_is_blank()Sam Ravnborg2020-07-201-1/+1
| | * | | | backlight: gpio_backlight: Simplify update_status()Sam Ravnborg2020-07-201-15/+2
| | * | | | backlight: cr_bllcd: Introduce gpio-backlight semanticsSam Ravnborg2020-07-201-16/+9
| | * | | | backlight: as3711_bl: Simplify update_statusSam Ravnborg2020-07-201-9/+2
| | * | | | backlight: backlight: Add overview and update existing docSam Ravnborg2020-07-201-41/+97
| | * | | | backlight: generic_bl: Remove this driver as it is unusedSam Ravnborg2020-07-203-119/+0
| | * | | | backlight: backlight: Refactor fb_notifier_callback()Sam Ravnborg2020-07-201-21/+22
| | * | | | video: backlight: sky81452-backlight: Fix some kerneldoc issuesLee Jones2020-07-081-3/+3
| | * | | | backlight: qcom-wled: Remove unused configs for LED3 and LED4Lee Jones2020-07-061-8/+0
| | * | | | backlight: lm3630a_bl: Remove invalid checks for unsigned int < 0Lee Jones2020-07-061-2/+2
| | * | | | backlight: backlight: Supply description for function args in existing Kernel...Lee Jones2020-07-061-0/+2
| | * | | | backlight: ili922x: Add missing kerneldoc description for ili922x_reg_dump()'...Lee Jones2020-07-061-0/+2
| | * | | | backlight: ili922x: Remove invalid use of kerneldoc syntaxLee Jones2020-07-061-2/+2
| | * | | | backlight: ili922x: Add missing kerneldoc descriptions for CHECK_FREQ_REG() argsLee Jones2020-07-061-0/+2
| | * | | | backlight: lcd: Add missing kerneldoc entry for 'struct device parent'Lee Jones2020-07-061-0/+1
| | * | | | backlight: lms501kf03: Remove unused const variablesLee Jones2020-07-061-8/+0
| | * | | | backlight: lms501kf03: Drop unused includeLinus Walleij2020-07-011-1/+0
| | * | | | backlight: Delete the OT200 backlight driverLinus Walleij2020-07-013-170/+0
| | * | | | backlight: sky81452: Privatize platform dataLinus Walleij2020-07-011-7/+27
| | * | | | backlight: sky81452: Convert to GPIO descriptorsLinus Walleij2020-07-011-14/+4
| | * | | | backlight: lm3533_bl: Use kobj_to_dev() insteadWang Qing2020-06-161-1/+1
| | | |/ / | | |/| |
| * | | | Merge tag 'tty-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-0610-62/+72
| |\ \ \ \
| | * | | | vgacon: Fix for missing check in scrollback handlingYunhai Zhang2020-08-041-0/+4
| | * | | | Merge 5.8-rc7 into tty-nextGreg Kroah-Hartman2020-07-274-8/+8
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | newport_con: vc_color is now in stateJiri Slaby2020-07-241-5/+5
| | * | | | Merge 5.8-rc6 into tty-nextGreg Kroah-Hartman2020-07-202-2/+3
| | |\ \ \ \
| | * | | | | vt: use newly defined CUR_* macrosJiri Slaby2020-06-249-9/+9
| | * | | | | vt: redefine world of cursor macrosJiri Slaby2020-06-244-4/+4
| | * | | | | vc: switch state to boolJiri Slaby2020-06-243-7/+10
| | * | | | | vt: introduce enum vc_intensity for intensityJiri Slaby2020-06-243-7/+10