mbox series

[v2,0/2] phy: rockchip: add Innosilicon-based CSI DPHY

Message ID 20210610212935.3520341-1-heiko@sntech.de (mailing list archive)
Headers show
Series phy: rockchip: add Innosilicon-based CSI DPHY | expand

Message

Heiko Stübner June 10, 2021, 9:29 p.m. UTC
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

Comments

Vinod Koul June 21, 2021, 3:56 a.m. UTC | #1
On 10-06-21, 23:29, Heiko Stuebner wrote:
> 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.

Applied, thanks