linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] phy: rockchip: add Innosilicon-based CSI DPHY
@ 2021-02-10 21:42 Heiko Stuebner
  2021-02-10 21:42 ` [PATCH 1/2] dt-bindings: phy: add yaml binding for rockchip-inno-csi-dphy Heiko Stuebner
  2021-02-10 21:42 ` [PATCH 2/2] phy/rockchip: add Innosilicon-based CSI dphy Heiko Stuebner
  0 siblings, 2 replies; 5+ messages in thread
From: Heiko Stuebner @ 2021-02-10 21:42 UTC (permalink / raw)
  To: kishon, vkoul
  Cc: cmuellner, robh+dt, heiko, ezequiel, linux-kernel, devicetree,
	linux-rockchip

Newer Rockchip SoCs use a different DPHY for camera operation
based on an IP block from Innosilicon.

This adds a driver for it for px30/rk3326/rk3368/rk1808.

Heiko Stuebner (2):
  dt-bindings: phy: add yaml binding for rockchip-inno-csi-dphy
  phy/rockchip: add Innosilicon-based CSI dphy

 .../bindings/phy/rockchip-inno-csi-dphy.yaml  |  79 +++
 drivers/phy/rockchip/Kconfig                  |   9 +
 drivers/phy/rockchip/Makefile                 |   1 +
 .../phy/rockchip/phy-rockchip-inno-csidphy.c  | 480 ++++++++++++++++++
 4 files changed, 569 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/rockchip-inno-csi-dphy.yaml
 create mode 100644 drivers/phy/rockchip/phy-rockchip-inno-csidphy.c

-- 
2.29.2


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

end of thread, other threads:[~2021-03-17 10:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10 21:42 [PATCH 0/2] phy: rockchip: add Innosilicon-based CSI DPHY Heiko Stuebner
2021-02-10 21:42 ` [PATCH 1/2] dt-bindings: phy: add yaml binding for rockchip-inno-csi-dphy Heiko Stuebner
2021-03-05 19:13   ` Rob Herring
2021-02-10 21:42 ` [PATCH 2/2] phy/rockchip: add Innosilicon-based CSI dphy Heiko Stuebner
2021-03-17 10:19   ` Vinod Koul

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