All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] phy: rockchip: add Innosilicon-based CSI DPHY
@ 2021-06-10 21:29 ` Heiko Stuebner
  0 siblings, 0 replies; 8+ messages in thread
From: Heiko Stuebner @ 2021-06-10 21:29 UTC (permalink / raw)
  To: kishon, vkoul
  Cc: 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.

changes in v2:
- add Robs review to the binding
- adjust to Vinod's review comments from v1
  including shift -> bitfield, helpers and
  also making checkpatch --strict happy

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  | 459 ++++++++++++++++++
 4 files changed, 548 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] 8+ messages in thread

end of thread, other threads:[~2021-06-21  3:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10 21:29 [PATCH v2 0/2] phy: rockchip: add Innosilicon-based CSI DPHY Heiko Stuebner
2021-06-10 21:29 ` Heiko Stuebner
2021-06-10 21:29 ` [PATCH v2 1/2] dt-bindings: phy: add yaml binding for rockchip-inno-csi-dphy Heiko Stuebner
2021-06-10 21:29   ` Heiko Stuebner
2021-06-10 21:29 ` [PATCH v2 2/2] phy/rockchip: add Innosilicon-based CSI dphy Heiko Stuebner
2021-06-10 21:29   ` Heiko Stuebner
2021-06-21  3:56 ` [PATCH v2 0/2] phy: rockchip: add Innosilicon-based CSI DPHY Vinod Koul
2021-06-21  3:56   ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.