linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/4] Config mipi tx current and impedance
@ 2020-04-11  7:44 Jitao Shi
  2020-04-11  7:44 ` [PATCH v6 1/4] dt-bindings: display: mediatek: add property to control mipi tx drive current Jitao Shi
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Jitao Shi @ 2020-04-11  7:44 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Matthias Brugger, Daniel Vetter,
	David Airlie, dri-devel, linux-kernel
  Cc: linux-mediatek, devicetree, linux-arm-kernel, srv_heupstream,
	yingjoe.chen, eddie.huang, cawa.cheng, bibby.hsieh, ck.hu,
	stonea168, huijuan.xie, Jitao Shi

Changes since v5:
 - remove memset()
 - add return to remove "else"

Changes since v4:
 - add Reviewed-by:
 - move the get the calibration data code to probe.

Changes since v3:
 - refine drive-strength-microamp as from 3000 to 6000.

Changes since v2:
 - fix the title of commit message.
 - rename mipitx-current-drive to drive-strength-microamp

Changes since v1:
 - fix coding style.
 - change mtk_mipi_tx_config_calibration_data() to void

Jitao Shi (4):
  dt-bindings: display: mediatek: add property to control mipi tx drive
    current
  dt-bindings: display: mediatek: get mipitx calibration data from nvmem
  drm/mediatek: add the mipitx driving control
  drm/mediatek: config mipitx impedance with calibration data

 .../display/mediatek/mediatek,dsi.txt         | 10 ++++
 drivers/gpu/drm/mediatek/mtk_mipi_tx.c        | 54 +++++++++++++++++++
 drivers/gpu/drm/mediatek/mtk_mipi_tx.h        |  4 ++
 drivers/gpu/drm/mediatek/mtk_mt8183_mipi_tx.c | 28 ++++++++++
 4 files changed, 96 insertions(+)

-- 
2.21.0

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

end of thread, other threads:[~2020-04-21 23:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-11  7:44 [PATCH v6 0/4] Config mipi tx current and impedance Jitao Shi
2020-04-11  7:44 ` [PATCH v6 1/4] dt-bindings: display: mediatek: add property to control mipi tx drive current Jitao Shi
2020-04-19  1:32   ` Chun-Kuang Hu
2020-04-20 18:46   ` Rob Herring
2020-04-11  7:44 ` [PATCH v6 2/4] dt-bindings: display: mediatek: get mipitx calibration data from nvmem Jitao Shi
2020-04-11  7:44 ` [PATCH v6 3/4] drm/mediatek: add the mipitx driving control Jitao Shi
2020-04-11  7:44 ` [PATCH v6 4/4] drm/mediatek: config mipitx impedance with calibration data Jitao Shi
2020-04-11  9:29   ` Chun-Kuang Hu
2020-04-21 23:31 ` [PATCH v6 0/4] Config mipi tx current and impedance Chun-Kuang Hu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).