aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
AgeCommit message (Expand)Author
2024-04-25master: sync with upstream 6.6Bruce Ashfield
2022-11-07drm/sun4i: dsi: Add the A100 variantSamuel Holland
2022-11-07drm/sun4i: dsi: Add a variant structureSamuel Holland
2022-08-15drm/sun4i: dsi: Prevent underflow when computing packet sizesSamuel Holland
2022-04-29drm/sun4i: dsi: delete unnecessary IS_ERR() checksDan Carpenter
2021-09-16drm/sun4i: dsi: Make use of the helper function dev_err_probe()Cai Huoqing
2021-09-01drm/sun4i: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing
2020-09-14Merge v5.9-rc5 into drm-nextDaniel Vetter
2020-09-11Merge tag 'drm-misc-fixes-2020-09-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie
2020-08-31drm/sun4i: Fix dsi dcs long write functionOndrej Jirman
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18drm/sun4i: Constify static structsRikard Falkeborn
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-05-04sun6i: dsi: fix gcc-4.8Arnd Bergmann
2020-04-02drm/sun4i: Use simple encoderThomas Zimmermann
2020-02-19drm/sun4i: dsi: Avoid hotplug race with DRM driver bindSamuel Holland
2020-02-14drm/sun4i: dsi: Remove incorrect use of runtime PMSamuel Holland
2020-02-14drm/sun4i: dsi: Allow binding the host without a panelSamuel Holland
2020-02-14drm/sun4i: dsi: Use NULL to signify "no panel"Samuel Holland
2020-02-14drm/sun4i: dsi: Remove unused drv from driver contextSamuel Holland
2019-12-26drm/sun4i: dsi: Add Allwinner A64 MIPI DSI supportJagan Teki
2019-12-26drm/sun4i: dsi: Handle bus clock via regmap_mmio_attach_clkJagan Teki
2019-12-26drm/sun4i: dsi: Get the mod clock for A31Jagan Teki
2019-12-09drm/panel: decouple connector from drm_panelSam Ravnborg
2019-10-08drm/sun4i: dsi: Fix video start delay computationJagan Teki
2019-10-07drm/sun4i: sun6i_mipi_dsi: fix DCS long write packet lengthIcenowy Zheng
2019-10-07drm/sun4i: dsi: fix the overhead of the horizontal front porchIcenowy Zheng
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard
2019-10-03Revert "drm/sun4i: dsi: Change the start delay calculation"Icenowy Zheng
2019-10-03drm/sun4i: dsi: Fix TCON DRQ set bitsJagan Teki
2019-10-03drm/sun4i: sun6i_mipi_dsi: Add VCC-DSI regulator supportJagan Teki
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-08-20drm/sun4i: sun6i_mipi_dsi: Mark expected switch fall-throughGustavo A. R. Silva
2019-07-17drm/sun4i: drop use of drmP.hSam Ravnborg
2019-05-28Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2019-05-16drm/sun4i: sun6i_mipi_dsi: Support DSI GENERIC_SHORT_WRITE_2 transferJagan Teki
2019-05-16drm/sun4i: sun6i_mipi_dsi: Fix hsync_porch overflowJagan Teki
2019-02-19drm/sun4i: dsi: Add burst supportKonstantin Sudakov
2019-02-19drm/sun4i: dsi: Rework a bit the hblk calculationMaxime Ripard
2019-02-19drm/sun4i: dsi: Fix front vs back porch calculationMaxime Ripard
2019-02-19drm/sun4i: dsi: Enforce boundaries on the start delayMaxime Ripard
2019-02-19drm/sun4i: dsi: Change the start delay calculationMaxime Ripard
2019-02-08drm/sun4i: dsi: Fix unitialized variable warningMaxime Ripard
2019-02-07sun6i: dsi: Convert to generic phy handlingMaxime Ripard
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-07-10drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULLBoris Brezillon
2018-07-04drm/sun4i: Remove VLA usageKees Cook