public inbox for linux-mediatek@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v7 0/5] Support mipitx for mt8183
@ 2019-09-20  9:04 Jitao Shi
  2019-09-20  9:04 ` [PATCH v7 1/5] dt-bindings: display: mediatek: update dsi supported chips Jitao Shi
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Jitao Shi @ 2019-09-20  9:04 UTC (permalink / raw)
  To: CK Hu, David Airlie, Daniel Vetter, dri-devel
  Cc: Jitao Shi, srv_heupstream, stonea168, cawa.cheng, sj.huang,
	linux-mediatek, Matthias Brugger, yingjoe.chen, eddie.huang

Changes since v6:
 - add the mipitx driving control in device tree.
 - config mipitx impedance with calibration data.

Changes since v5:
 - remove mipi_tx->ref_clk
 - remove mt8183 pll prepare unprepare

Changes since v4:
 - fine tune the mipi_tx->ref_clk and mipi_tx->pll sequence
   1. Prepare mipi_tx->ref_clk
   2. Prepare mipi_tx->pll
   3. Enable mipi_tx->ref_clk
   4. Enable mipi_tx->pll

Changes since v3:
 - turn off PLL before setting PLL parameters.

Changes since v2:
 - update Acked-by: Rob Herring <robh@kernel.org>
 - update mt8183 max bit rate support

Changes since v1:
 - update dt-bindings document for mt8183 mipitx.
 - remove mtk_mipitx_clk_get_ops and assign clk_ops in probe.
 - fix the lincence
 - remove txdiv1 from mtk_mipi_tx_pll_prepare

Jitao Shi (5):
  dt-bindings: display: mediatek: update dsi supported chips
  drm/mediatek: separate mipi_tx to different file
  drm/mediatek: add mipi_tx driver for mt8183
  drm/mediatek: add the mipitx driving control in device tree
  drm/mediatek: config mipitx impedance with calibration data

 .../display/mediatek/mediatek,dsi.txt         |  15 +-
 drivers/gpu/drm/mediatek/Makefile             |   2 +
 drivers/gpu/drm/mediatek/mtk_mipi_tx.c        | 344 ++----------------
 drivers/gpu/drm/mediatek/mtk_mipi_tx.h        |  51 +++
 drivers/gpu/drm/mediatek/mtk_mt8173_mipi_tx.c | 289 +++++++++++++++
 drivers/gpu/drm/mediatek/mtk_mt8183_mipi_tx.c | 220 +++++++++++
 6 files changed, 603 insertions(+), 318 deletions(-)
 create mode 100644 drivers/gpu/drm/mediatek/mtk_mipi_tx.h
 create mode 100644 drivers/gpu/drm/mediatek/mtk_mt8173_mipi_tx.c
 create mode 100644 drivers/gpu/drm/mediatek/mtk_mt8183_mipi_tx.c

-- 
2.21.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-09-27  1:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-20  9:04 [PATCH v7 0/5] Support mipitx for mt8183 Jitao Shi
2019-09-20  9:04 ` [PATCH v7 1/5] dt-bindings: display: mediatek: update dsi supported chips Jitao Shi
2019-09-23  5:36   ` CK Hu
2019-09-27  1:34     ` CK Hu
2019-09-20  9:04 ` [PATCH v7 2/5] drm/mediatek: separate mipi_tx to different file Jitao Shi
2019-09-20  9:04 ` [PATCH v7 3/5] drm/mediatek: add mipi_tx driver for mt8183 Jitao Shi
2019-09-26  9:06   ` CK Hu
2019-09-20  9:04 ` [PATCH v7 4/5] drm/mediatek: add the mipitx driving control in device tree Jitao Shi
2019-09-20  9:04 ` [PATCH v7 5/5] drm/mediatek: config mipitx impedance with calibration data Jitao Shi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox