devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Add SDM670 camera subsystem
@ 2024-08-19 22:10 Richard Acayan
  2024-08-19 22:10 ` [PATCH v3 1/5] dt-bindings: i2c: qcom-cci: Document SDM670 compatible Richard Acayan
                   ` (4 more replies)
  0 siblings, 5 replies; 22+ messages in thread
From: Richard Acayan @ 2024-08-19 22:10 UTC (permalink / raw)
  To: Loic Poulain, Robert Foss, Andi Shyti, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Todor Tomov,
	Bryan O'Donoghue, Mauro Carvalho Chehab, Bjorn Andersson,
	Konrad Dybcio, Richard Acayan, linux-arm-msm, linux-i2c,
	devicetree, linux-media

This adds support for the camera subsystem on the Snapdragon 670.

Changes since v2 (20240813230037.84004-8-mailingradian@gmail.com):
- drop unnecessary assigned AXI clock frequency (5/5)
- drop src clocks from cci (5/5)
- add unit name, remove mmio properties from port in example dts (2/5)
- correct the reg-names order (2/5)
- add parent_dev_ops to csid (3/5)
- remove CSID clocks from VFE (3/5)
- remove AXI clock from CSIPHY (3/5)
- change subsystem part of the commit message summary (3/5)
- add reviewed-by (4/5)

Changes since v1 (20240806224219.71623-7-mailingradian@gmail.com):
- define dedicated resource structs/arrays for sdm670 (3/5)
- separate camcc device tree node into its own patch (4/5)
- specify correct dual license (2/5)
- add include directives in dt-bindings camss example (2/5)
- remove src clocks from dt-bindings (2/5)
- remove src clocks from dtsi (5/5)
- add power-domain-names to camss (5/5)
- specify power domain names (3/5)
- restrict cci-i2c clocks (1/5)
- populate a commit message with hw info (2/5)
- reword commit message (3/5)

Richard Acayan (5):
  dt-bindings: i2c: qcom-cci: Document SDM670 compatible
  dt-bindings: media: camss: Add qcom,sdm670-camss
  media: qcom: camss: add support for SDM670 camss
  arm64: dts: qcom: sdm670: add camcc
  arm64: dts: qcom: sdm670: add camss and cci

 .../devicetree/bindings/i2c/qcom,i2c-cci.yaml |  18 +
 .../bindings/media/qcom,sdm670-camss.yaml     | 319 ++++++++++++++++++
 arch/arm64/boot/dts/qcom/sdm670.dtsi          | 198 +++++++++++
 drivers/media/platform/qcom/camss/camss.c     | 191 +++++++++++
 4 files changed, 726 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/qcom,sdm670-camss.yaml

-- 
2.46.0


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

end of thread, other threads:[~2024-08-24 12:39 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-19 22:10 [PATCH v3 0/5] Add SDM670 camera subsystem Richard Acayan
2024-08-19 22:10 ` [PATCH v3 1/5] dt-bindings: i2c: qcom-cci: Document SDM670 compatible Richard Acayan
2024-08-20  6:23   ` Krzysztof Kozlowski
2024-08-20  8:40   ` Vladimir Zapolskiy
2024-08-19 22:10 ` [PATCH v3 2/5] dt-bindings: media: camss: Add qcom,sdm670-camss Richard Acayan
2024-08-20  7:31   ` Krzysztof Kozlowski
2024-08-20  9:15   ` Vladimir Zapolskiy
2024-08-20  9:56     ` Krzysztof Kozlowski
2024-08-20 11:37       ` Vladimir Zapolskiy
2024-08-19 22:10 ` [PATCH v3 3/5] media: qcom: camss: add support for SDM670 camss Richard Acayan
2024-08-20  9:45   ` Bryan O'Donoghue
2024-08-21  8:15   ` Vladimir Zapolskiy
2024-08-19 22:10 ` [PATCH v3 4/5] arm64: dts: qcom: sdm670: add camcc Richard Acayan
2024-08-20  9:23   ` Vladimir Zapolskiy
2024-08-20  9:26     ` Konrad Dybcio
2024-08-19 22:10 ` [PATCH v3 5/5] arm64: dts: qcom: sdm670: add camss and cci Richard Acayan
2024-08-20  9:40   ` Bryan O'Donoghue
2024-08-21 10:40   ` Vladimir Zapolskiy
2024-08-23 23:44     ` Richard Acayan
2024-08-24 11:56       ` Bryan O'Donoghue
2024-08-24 11:59       ` [PATCH] i2c: qcom-cci: Stop complaining about DT set clock rate Bryan O'Donoghue
2024-08-24 12:39         ` Vladimir Zapolskiy

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