summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
Commit message (Expand)AuthorAgeFilesLines
* drm/sun4i: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-4/+2
* drm/sun4i: dsi: Add the A100 variantSamuel Holland2022-11-071-0/+8
* drm/sun4i: dsi: Add a variant structureSamuel Holland2022-11-071-18/+35
* drm/sun4i: dsi: Prevent underflow when computing packet sizesSamuel Holland2022-08-151-5/+5
* drm/sun4i: dsi: delete unnecessary IS_ERR() checksDan Carpenter2022-04-291-4/+3
* drm/sun4i: dsi: Make use of the helper function dev_err_probe()Cai Huoqing2021-09-161-8/+6
* drm/sun4i: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-011-3/+1
* Merge v5.9-rc5 into drm-nextDaniel Vetter2020-09-141-2/+2
|\
| * 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
* | | Merge tag 'v5.9-rc4' into drm-nextDave Airlie2020-09-081-1/+1
|\| |
| * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
| |/
* | drm/sun4i: Constify static structsRikard Falkeborn2020-08-181-1/+1
* | drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches2020-08-081-3/+0
|/
* 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