summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linuxLinus Torvalds2019-01-0512-43/+68
|\
| * fbdev: fbcon: Fix unregister crash when more than one framebufferNoralf Trønnes2018-12-201-1/+1
| * fbdev: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-12-201-1/+2
| * pxa168fb: trivial typo fixLubomir Rintel2018-12-201-1/+1
| * fbdev: fsl-diu: remove redundant null check on cmapWen Yang2018-12-201-2/+1
| * fbdev: omap2: omapfb: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-201-14/+4
| * fbdev: uvesafb: fix spelling mistake "memoery" -> "memory"Colin Ian King2018-12-201-1/+1
| * fbdev: fbmem: add config option to center the bootup logoPeter Rosin2018-12-202-1/+33
| * fbdev: fbmem: make fb_show_logo_line return the end instead of the heightPeter Rosin2018-12-201-3/+3
| * video: fbdev: pxafb: Fix "WARNING: invalid free of devm_ allocated data"YueHaibing2018-12-201-3/+1
| * fbdev: fbmem: behave better with small rotated displays and many CPUsPeter Rosin2018-12-201-2/+6
| * video: clps711x-fb: release disp device node in probe()Alexey Khoroshilov2018-12-201-1/+4
| * fbdev: make FB_BACKLIGHT a tristateRob Clark2018-12-202-5/+5
| * udlfb: fix some inconsistent NULL checkingDan Carpenter2018-12-201-8/+6
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-3/+3
* | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-281-1/+1
|\ \
| * | backlight: pm8941: Convert to using %pOFn instead of device_node.nameRob Herring2018-11-271-1/+1
* | | Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-12-251-57/+454
|\ \ \ | |_|/ |/| |
| * | Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-191-57/+454
| |\ \ | | |/ | |/|
| | * video/hdmi: Constify infoframe passed to the pack functionsVille Syrjälä2018-10-031-26/+399
| | * video/hdmi: Constify infoframe passed to the log functionsVille Syrjälä2018-10-011-11/+11
| | * video/hdmi: Pass buffer size to infoframe unpack functionsVille Syrjälä2018-10-011-14/+37
| | * video/hdmi: Constify 'buffer' to the unpack functionsVille Syrjälä2018-10-011-11/+12
* | | backlight: pwm_bl: Fix brightness levels for non-DT case.Enric Balletbo i Serra2018-12-101-6/+35
|/ /
* | Merge tag 'fbdev-v4.20' of https://github.com/bzolnier/linuxLinus Torvalds2018-10-3126-617/+158
|\ \
| * | video: fbdev: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2018-10-244-37/+0
| * | video: fbdev: remove dead old CLPS711x LCD support driverBartlomiej Zolnierkiewicz2018-10-243-322/+0
| * | Revert "video: ssd1307fb: Do not hard code active-low reset sequence"Bartlomiej Zolnierkiewicz2018-10-091-2/+2
| * | video: fbdev: arcfb: mark expected switch fall-throughGustavo A. R. Silva2018-10-081-0/+2
| * | pxa168fb: remove set but not used variables 'mi'YueHaibing2018-10-081-3/+0
| * | video: ssd1307fb: Do not hard code active-low reset sequenceMichal Vokáč2018-10-081-2/+2
| * | video: ssd1307fb: Use gpiod_set_value_cansleep() for resetMichal Vokáč2018-10-081-2/+2
| * | fbdev: fix broken menu dependenciesRandy Dunlap2018-10-081-18/+16
| * | video: fbdev: sis: Remove unnecessary parentheses and commented codeNathan Chancellor2018-10-081-3/+1
| * | video: fbdev: omapfb: lcd_ams_delta: use GPIO lookup tableJanusz Krzysztofik2018-10-081-33/+22
| * | fbdev: sbuslib: integer overflow in sbusfb_ioctl_helper()Dan Carpenter2018-10-081-1/+1
| * | fbdev: sbuslib: use checked version of put_user()Dan Carpenter2018-10-081-13/+13
| * | fbdev: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-088-14/+16
| * | atmel_lcdfb: support native-mode display-timingsSam Ravnborg2018-10-081-34/+9
| * | Video: vgastate: fixed a spacing coding styleMehdi Bounya2018-10-081-1/+1
| * | atyfb: fix debugging printksMikulas Patocka2018-10-081-16/+20
| * | mach64: optimize wait_for_fifoMikulas Patocka2018-10-082-5/+11
| * | mach64: fix image corruption due to reading accelerator registersMikulas Patocka2018-10-081-13/+9
| * | mach64: fix display corruption on big endian machinesMikulas Patocka2018-10-081-3/+3
| * | mach64: detect the dot clock divider correctly on sparcMikulas Patocka2018-10-083-9/+11
| * | udlfb: handle unplug properlyMikulas Patocka2018-10-081-104/+37
| * | video: fbdev: add the dependency of broadsheetfb in KconfigJia-Ju Bai2018-10-081-1/+1
* | | Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-293-14/+8
|\ \ \
| * | | media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCCHans Verkuil2018-09-241-4/+4
| * | | media: backlight: as3711_bl: convert to SPDX identifiersKuninori Morimoto2018-09-121-5/+2