summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-fixes-2020-09-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-09-111-2/+2
|\
| * drm/sun4i: Fix dsi dcs long write functionOndrej Jirman2020-08-311-2/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-021-9/+3
|\
| * drm/sun4i: Use simple encoderThomas Zimmermann2020-04-021-9/+3
* | sun6i: dsi: fix gcc-4.8Arnd Bergmann2020-05-041-1/+1
|/
* drm/sun4i: dsi: Avoid hotplug race with DRM driver bindSamuel Holland2020-02-191-1/+1
* drm/sun4i: dsi: Remove incorrect use of runtime PMSamuel Holland2020-02-141-63/+26
* drm/sun4i: dsi: Allow binding the host without a panelSamuel Holland2020-02-141-6/+16
* drm/sun4i: dsi: Use NULL to signify "no panel"Samuel Holland2020-02-141-6/+8
* drm/sun4i: dsi: Remove unused drv from driver contextSamuel Holland2020-02-141-4/+0
* drm/sun4i: dsi: Add Allwinner A64 MIPI DSI supportJagan Teki2019-12-261-0/+1
* drm/sun4i: dsi: Handle bus clock via regmap_mmio_attach_clkJagan Teki2019-12-261-8/+29
* drm/sun4i: dsi: Get the mod clock for A31Jagan Teki2019-12-261-4/+7
* drm/panel: decouple connector from drm_panelSam Ravnborg2019-12-091-1/+1
* drm/sun4i: dsi: Fix video start delay computationJagan Teki2019-10-081-1/+1
* drm/sun4i: sun6i_mipi_dsi: fix DCS long write packet lengthIcenowy Zheng2019-10-071-2/+2
* drm/sun4i: dsi: fix the overhead of the horizontal front porchIcenowy Zheng2019-10-071-4/+5
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-031-0/+1
|\
| * Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-191-4/+5
| |\
| * | drm/sun4i: sun6i_mipi_dsi: Mark expected switch fall-throughGustavo A. R. Silva2019-08-201-0/+1
* | | Revert "drm/sun4i: dsi: Change the start delay calculation"Icenowy Zheng2019-10-031-2/+1
* | | drm/sun4i: dsi: Fix TCON DRQ set bitsJagan Teki2019-10-031-2/+2
* | | drm/sun4i: sun6i_mipi_dsi: Add VCC-DSI regulator supportJagan Teki2019-10-031-0/+15
| |/ |/|
* | drm/sun4i: drop use of drmP.hSam Ravnborg2019-07-171-4/+5
|/
* Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-05-281-0/+1
|\
| * drm/sun4i: sun6i_mipi_dsi: Support DSI GENERIC_SHORT_WRITE_2 transferJagan Teki2019-05-161-0/+1
* | drm/sun4i: sun6i_mipi_dsi: Fix hsync_porch overflowJagan Teki2019-05-161-2/+3
|/
* drm/sun4i: dsi: Add burst supportKonstantin Sudakov2019-02-191-40/+129
* drm/sun4i: dsi: Rework a bit the hblk calculationMaxime Ripard2019-02-191-2/+6
* drm/sun4i: dsi: Fix front vs back porch calculationMaxime Ripard2019-02-191-4/+4
* drm/sun4i: dsi: Enforce boundaries on the start delayMaxime Ripard2019-02-191-1/+5
* drm/sun4i: dsi: Change the start delay calculationMaxime Ripard2019-02-191-1/+3
* drm/sun4i: dsi: Fix unitialized variable warningMaxime Ripard2019-02-081-0/+1
* sun6i: dsi: Convert to generic phy handlingMaxime Ripard2019-02-071-13/+18
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULLBoris Brezillon2018-07-101-2/+2
* drm/sun4i: Remove VLA usageKees Cook2018-07-041-43/+64
* drm/sun4i: mark PM functions as __maybe_unusedArnd Bergmann2018-05-281-2/+2
* drm/sun4i: Add Allwinner A31 MIPI-DSI controller supportMaxime Ripard2018-04-111-0/+1107