mbox series

[v8,0/7] mt8183 dpi supports dual edge and pin mode swap

Message ID 20200225094057.120144-1-jitao.shi@mediatek.com (mailing list archive)
Headers show
Series mt8183 dpi supports dual edge and pin mode swap | expand

Message

Jitao Shi Feb. 25, 2020, 9:40 a.m. UTC
Changes since v7:
 - separate dt-bindings to independent patches.
 - move dpi dual edge to one patch.

Changes since v6:
 - change dual_edge to pclk-sample
 - remove dpi_pin_mode_swap and

Changes since v5:
 - fine tune the dt-bindings commit message.

Changes since v4:
 - move pin mode control and dual edge control to deveice tree.
 - update dt-bindings document for pin mode swap and dual edge control.

Changes since v3:
 - add dpi pin mode control when dpi on or off.
 - update dpi dual edge comment.

Changes since v2:
 - update dt-bindings document for mt8183 dpi.
 - separate dual edge modfication as independent patch.

Jitao Shi (7):
  dt-bindings: media: add pclk-sample dual edge property
  dt-bindings: display: mediatek: update dpi supported chips
  dt-bindings: display: mediatek: control dpi pins mode to avoid leakage
  dt-bindings: display: mediatek: dpi sample data in dual edge support
  drm/mediatek: dpi sample mode support
  drm/mediatek: add mt8183 dpi clock factor
  drm/mediatek: set dpi pin mode to gpio low to avoid leakage current

 .../display/mediatek/mediatek,dpi.txt         | 12 ++++
 .../bindings/media/video-interfaces.txt       |  4 +-
 drivers/gpu/drm/mediatek/mtk_dpi.c            | 66 ++++++++++++++++++-
 3 files changed, 78 insertions(+), 4 deletions(-)