linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/9] move Rockchip ISP bindings out of staging / add ISP DT nodes for RK3399
@ 2020-10-20 19:38 Helen Koike
  2020-10-20 19:38 ` [PATCH v6 1/9] media: staging: dt-bindings: rkisp1: add missing required nodes Helen Koike
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Helen Koike @ 2020-10-20 19:38 UTC (permalink / raw)
  To: linux-media
  Cc: devicetree, linux-rockchip, linux-kernel, devel, robh+dt, heiko,
	kernel, hverkuil-cisco, dafna.hirschfeld, mark.rutland,
	karthik.poduval, eddie.cai.linux, jbx6244, zhengsq, robin.murphy

Move the bindings out of drivers/staging and place them in
Documentation/devicetree/bindings instead.

Also, add DT nodes for RK3399 and verify with make ARCH=arm64 dtbs_check
and make ARCH=arm64 dt_binding_check.

Tested by verifying images streamed from Scarlet Chromebook

Changes in v6:
- [PATCH v6 5/9] media: staging: rkisp1: remove unecessary clocks
  Define clocks in the top level, and use if/else schema to define how
  many for each compatible as sugested by Rob Herring on
  https://patchwork.linuxtv.org/project/linux-media/patch/20200722155533.252844-6-helen.koike@collabora.com/#122626
- [PATCH v6 8/9] arm64: dts: rockchip: add isp0 node for rk3399
  Add status = "disabled" in the isp0 node
- Added Reviewed-by tags from Tomasz Figa
- Added Acked-by tags from Rog Herring
- No changes for other patches in the serie.

Changes in v5:
- Drop unit addresses in dt-bindings example for simplification and fix
errors as suggested by Rob Herring in previous version
- Fix typos
- Re-write clock organization with if/then schema

Changes in v4:
- simplify clocks with "isp", "aclk" and "hclk" as suggested by
Robin Murphy on https://patchwork.kernel.org/patch/11475007/

Changes in v3:
- dropped accepted patches
- cleanup clocks
- fix "no reg" error in dt-bindings parent@0 example
- add linux-rockchip list in MAINTAINERS and reorder items
- add Scarlet sensors dt nodes to the series

Changes in v2:
Add patches modifying bindings, as sugested by Johan Jonker in v1,
before moving them out of staging.

Eddie Cai (1):
  arm64: dts: rockchip: add isp and sensors for Scarlet

Helen Koike (7):
  media: staging: dt-bindings: rkisp1: add missing required nodes
  media: staging: dt-bindings: rkisp1: drop i2c unit address
  media: staging: dt-bindings: rkisp1: re-order properties
  media: staging: dt-bindings: rkisp1: drop parent unit address
  media: staging: rkisp1: remove unecessary clocks
  dt-bindings: media: rkisp1: move rockchip-isp1 bindings out of staging
  media: MAINTAINERS: rkisp1: add path to dt-bindings

Shunqian Zheng (1):
  arm64: dts: rockchip: add isp0 node for rk3399

 .../bindings/media/rockchip-isp1.yaml         | 81 ++++++++++++-------
 MAINTAINERS                                   |  2 +
 .../boot/dts/rockchip/rk3399-gru-scarlet.dtsi | 74 +++++++++++++++++
 arch/arm64/boot/dts/rockchip/rk3399.dtsi      | 26 ++++++
 drivers/staging/media/rkisp1/rkisp1-dev.c     |  8 +-
 5 files changed, 157 insertions(+), 34 deletions(-)
 rename {drivers/staging/media/rkisp1/Documentation => Documentation}/devicetree/bindings/media/rockchip-isp1.yaml (81%)

-- 
2.28.0


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

end of thread, other threads:[~2020-11-30 16:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20 19:38 [PATCH v6 0/9] move Rockchip ISP bindings out of staging / add ISP DT nodes for RK3399 Helen Koike
2020-10-20 19:38 ` [PATCH v6 1/9] media: staging: dt-bindings: rkisp1: add missing required nodes Helen Koike
2020-10-20 19:38 ` [PATCH v6 2/9] media: staging: dt-bindings: rkisp1: drop i2c unit address Helen Koike
2020-10-20 19:38 ` [PATCH v6 3/9] media: staging: dt-bindings: rkisp1: re-order properties Helen Koike
2020-10-20 19:38 ` [PATCH v6 4/9] media: staging: dt-bindings: rkisp1: drop parent unit address Helen Koike
2020-10-20 19:38 ` [PATCH v6 5/9] media: staging: rkisp1: remove unecessary clocks Helen Koike
2020-10-29 20:04   ` Rob Herring
2020-10-20 19:38 ` [PATCH v6 6/9] dt-bindings: media: rkisp1: move rockchip-isp1 bindings out of staging Helen Koike
2020-10-20 19:38 ` [PATCH v6 7/9] media: MAINTAINERS: rkisp1: add path to dt-bindings Helen Koike
2020-10-20 19:38 ` [PATCH v6 8/9] arm64: dts: rockchip: add isp0 node for rk3399 Helen Koike
2020-11-01 10:54   ` Heiko Stuebner
2020-10-20 19:38 ` [PATCH v6 9/9] arm64: dts: rockchip: add isp and sensors for Scarlet Helen Koike
2020-11-01 10:55   ` Heiko Stuebner
2020-11-30 16:28 ` (subset) [PATCH v6 0/9] move Rockchip ISP bindings out of staging / add ISP DT nodes for RK3399 Heiko Stuebner

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