linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Add support for CDNS DSI J721E wrapper
@ 2022-06-20 20:53 Rahul T R
  2022-06-20 20:54 ` [PATCH v3 1/4] dt-bindings: display: bridge: Convert cdns,dsi.txt to yaml Rahul T R
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Rahul T R @ 2022-06-20 20:53 UTC (permalink / raw)
  To: dri-devel, robh+dt, krzysztof.kozlowski+dt
  Cc: andrzej.hajda, narmstrong, robert.foss, jonas, jernej.skrabec,
	airlied, daniel, p.zabel, tomi.valkeinen, laurent.pinchart,
	linux-kernel, jpawar, sjakhade, mparab, a-bhatia1, devicetree,
	vigneshr, lee.jones, Rahul T R

Following series of patches adds supports for CDNS DSI
bridge on j721e.

v3:
 - Convert cdns-dsi.txt binding to yaml
 - Move the bridge under display/bridge/cadence
 - Add new compatible to enable the wrapper module

v2:
 - Moved setting DPI0 to bridge_enable, since it
   should be done after pm_runtime_get

Rahul T R (4):
  dt-bindings: display: bridge: Convert cdns,dsi.txt to yaml
  drm/bridge: cdns-dsi: Move to drm/bridge/cadence
  drm/bridge: cdns-dsi: Create a header file
  drm/bridge: cdns-dsi: Add support for J721E wrapper

 .../bindings/display/bridge/cdns,dsi.txt      | 112 ----
 .../bindings/display/bridge/cdns,dsi.yaml     | 193 +++++++
 drivers/gpu/drm/bridge/Kconfig                |  11 -
 drivers/gpu/drm/bridge/Makefile               |   1 -
 drivers/gpu/drm/bridge/cadence/Kconfig        |  21 +
 drivers/gpu/drm/bridge/cadence/Makefile       |   3 +
 .../{cdns-dsi.c => cadence/cdns-dsi-core.c}   | 483 ++----------------
 .../gpu/drm/bridge/cadence/cdns-dsi-core.h    | 471 +++++++++++++++++
 .../gpu/drm/bridge/cadence/cdns-dsi-j721e.c   |  51 ++
 .../gpu/drm/bridge/cadence/cdns-dsi-j721e.h   |  18 +
 10 files changed, 794 insertions(+), 570 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/display/bridge/cdns,dsi.txt
 create mode 100644 Documentation/devicetree/bindings/display/bridge/cdns,dsi.yaml
 rename drivers/gpu/drm/bridge/{cdns-dsi.c => cadence/cdns-dsi-core.c} (65%)
 create mode 100644 drivers/gpu/drm/bridge/cadence/cdns-dsi-core.h
 create mode 100644 drivers/gpu/drm/bridge/cadence/cdns-dsi-j721e.c
 create mode 100644 drivers/gpu/drm/bridge/cadence/cdns-dsi-j721e.h

-- 
2.36.1


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

end of thread, other threads:[~2022-07-05 13:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-20 20:53 [PATCH v3 0/4] Add support for CDNS DSI J721E wrapper Rahul T R
2022-06-20 20:54 ` [PATCH v3 1/4] dt-bindings: display: bridge: Convert cdns,dsi.txt to yaml Rahul T R
2022-06-24 15:43   ` Krzysztof Kozlowski
2022-07-05 13:06     ` Rahul T R
2022-06-20 20:54 ` [PATCH v3 2/4] drm/bridge: cdns-dsi: Move to drm/bridge/cadence Rahul T R
2022-06-20 20:54 ` [PATCH v3 3/4] drm/bridge: cdns-dsi: Create a header file Rahul T R
2022-06-20 20:54 ` [PATCH v3 4/4] drm/bridge: cdns-dsi: Add support for J721E wrapper Rahul T R

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).