summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fbdev-v5.0-rc3' of git://github.com/bzolnier/linuxLinus Torvalds2019-01-185-27/+28
|\
| * fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line optionPeter Rosin2019-01-163-18/+17Star
| * fbdev: offb: Fix OF node name handlingRob Herring2019-01-111-9/+9
| * omap2fb: Fix stack memory disclosureVlad Tsyrklevich2019-01-111-0/+2
* | Merge tag 'backlight-next-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-01-142-12/+18
|\ \
| * | backlight: 88pm860x_bl: Use of_node_name_eq for node name comparisonsRob Herring2018-12-141-1/+1
| * | backlight: pwm_bl: Fix devicetree parsing with auto-generated brightness tablesHeiko Stuebner2018-11-271-9/+10
| * | backlight: pwm_bl: Re-add driver internal enabled trackingHeiko Stuebner2018-11-271-2/+7
* | | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+3
* | | Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linuxLinus Torvalds2019-01-0612-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/+1Star
| * | fbdev: omap2: omapfb: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-201-14/+4Star
| * | 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/+1Star
| * | 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/+6Star
* | | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-042-3/+3
* | | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-291-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/+158Star
|\ \
| * | video: fbdev: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2018-10-244-37/+0Star
| * | video: fbdev: remove dead old CLPS711x LCD support driverBartlomiej Zolnierkiewicz2018-10-243-322/+0Star
| * | 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/+0Star
| * | 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/+16Star
| * | video: fbdev: sis: Remove unnecessary parentheses and commented codeNathan Chancellor2018-10-081-3/+1Star
| * | video: fbdev: omapfb: lcd_ams_delta: use GPIO lookup tableJanusz Krzysztofik2018-10-081-33/+22Star
| * | 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/+9Star
| * | Video: vgastate: fixed a spacing coding styleMehdi Bounya2018-10-081-1/+1
| * | atyfb: fix debugging printksMikulas Patocka2018-10-081-16/+20