aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-15drm/sun4i: dsi: Prevent underflow when computing packet sizesSamuel Holland1-5/+5
2022-04-29drm/sun4i: dsi: delete unnecessary IS_ERR() checksDan Carpenter1-4/+3
2021-09-16drm/sun4i: dsi: Make use of the helper function dev_err_probe()Cai Huoqing1-8/+6
2021-09-01drm/sun4i: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2020-09-14Merge v5.9-rc5 into drm-nextDaniel Vetter1-2/+2
2020-09-11Merge tag 'drm-misc-fixes-2020-09-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-2/+2
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie1-1/+1
2020-08-31drm/sun4i: Fix dsi dcs long write functionOndrej Jirman1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-18drm/sun4i: Constify static structsRikard Falkeborn1-1/+1
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches1-3/+0
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-9/+3
2020-05-04sun6i: dsi: fix gcc-4.8Arnd Bergmann1-1/+1
2020-04-02drm/sun4i: Use simple encoderThomas Zimmermann1-9/+3
2020-02-19drm/sun4i: dsi: Avoid hotplug race with DRM driver bindSamuel Holland1-1/+1
2020-02-14drm/sun4i: dsi: Remove incorrect use of runtime PMSamuel Holland1-63/+26
2020-02-14drm/sun4i: dsi: Allow binding the host without a panelSamuel Holland1-6/+16
2020-02-14drm/sun4i: dsi: Use NULL to signify "no panel"Samuel Holland1-6/+8
2020-02-14drm/sun4i: dsi: Remove unused drv from driver contextSamuel Holland1-4/+0
2019-12-26drm/sun4i: dsi: Add Allwinner A64 MIPI DSI supportJagan Teki1-0/+1
2019-12-26drm/sun4i: dsi: Handle bus clock via regmap_mmio_attach_clkJagan Teki1-8/+29
2019-12-26drm/sun4i: dsi: Get the mod clock for A31Jagan Teki1-4/+7
2019-12-09drm/panel: decouple connector from drm_panelSam Ravnborg1-1/+1
2019-10-08drm/sun4i: dsi: Fix video start delay computationJagan Teki1-1/+1
2019-10-07drm/sun4i: sun6i_mipi_dsi: fix DCS long write packet lengthIcenowy Zheng1-2/+2
2019-10-07drm/sun4i: dsi: fix the overhead of the horizontal front porchIcenowy Zheng1-4/+5
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-0/+1
2019-10-03Revert "drm/sun4i: dsi: Change the start delay calculation"Icenowy Zheng1-2/+1
2019-10-03drm/sun4i: dsi: Fix TCON DRQ set bitsJagan Teki1-2/+2
2019-10-03drm/sun4i: sun6i_mipi_dsi: Add VCC-DSI regulator supportJagan Teki1-0/+15
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-4/+5
2019-08-20drm/sun4i: sun6i_mipi_dsi: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-07-17drm/sun4i: drop use of drmP.hSam Ravnborg1-4/+5
2019-05-28Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+1
2019-05-16drm/sun4i: sun6i_mipi_dsi: Support DSI GENERIC_SHORT_WRITE_2 transferJagan Teki1-0/+1
2019-05-16drm/sun4i: sun6i_mipi_dsi: Fix hsync_porch overflowJagan Teki1-2/+3
2019-02-19drm/sun4i: dsi: Add burst supportKonstantin Sudakov1-40/+129
2019-02-19drm/sun4i: dsi: Rework a bit the hblk calculationMaxime Ripard1-2/+6
2019-02-19drm/sun4i: dsi: Fix front vs back porch calculationMaxime Ripard1-4/+4
2019-02-19drm/sun4i: dsi: Enforce boundaries on the start delayMaxime Ripard1-1/+5
2019-02-19drm/sun4i: dsi: Change the start delay calculationMaxime Ripard1-1/+3
2019-02-08drm/sun4i: dsi: Fix unitialized variable warningMaxime Ripard1-0/+1
2019-02-07sun6i: dsi: Convert to generic phy handlingMaxime Ripard1-13/+18
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-10drm/panel: Make of_drm_find_panel() return an ERR_PTR() instead of NULLBoris Brezillon1-2/+2
2018-07-04drm/sun4i: Remove VLA usageKees Cook1-43/+64
2018-05-28drm/sun4i: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2018-04-11drm/sun4i: Add Allwinner A31 MIPI-DSI controller supportMaxime Ripard1-0/+1107