mbox series

[v4,0/4] Add sc8280xp CCI and CAMSS core dtsi

Message ID 20231012113100.3656480-1-bryan.odonoghue@linaro.org
Headers show
Series Add sc8280xp CCI and CAMSS core dtsi | expand

Message

Bryan O'Donoghue Oct. 12, 2023, 11:30 a.m. UTC
V4:
- Adds RB - Krzysztof
- Drops indicated newline - Krzysztof
- Moves "This patch depends-on" below the "---" - Krsysztof

Link next:
https://git.codelinaro.org/bryan.odonoghue/kernel/-/tree/linux-next-23-10-10-sc8280xp-camss-v4

V3:
- Expands description of ports to clarify mapping of port to CSIPHY
  Rob

- Adds the dependency link into the commit log of patch #3 - bod

Link next:
https://git.codelinaro.org/bryan.odonoghue/kernel/-/tree/linux-next-23-10-10-sc8280xp-camss-v3

V2:
- Drops specific sc8280xp-cci compat - Konrad
- Drops minItems where maxItems are equal - Krzysztof
- Uses suggested description for CAMSS - Krzysztof
- Leaves indentation of ports/properties - Rob
- NoISP. Supports bayer encoded upstream currently only - Krzysztof
- Endpoint. Adds an example endpoint - Krzysztof

Link next:
https://git.codelinaro.org/bryan.odonoghue/kernel/-/tree/linux-next-23-10-10-sc8280xp-camss-v2

V1:
The sc8280xp provides a standard Camera Control Interface and Camera
SubSystem hardware interface similar to antecedent parts sdm845 and
sm8250.

Per the target segments for this part, sc8280xp has more of everything.
More CCI, VFE, CSIPHY and therefore more interrupt lines and clocks to
declare.

CCI x 4
CSIPHY x 4
VFE x 4
VFE Lite x 4
CSID x 4

Bootable 6.5.y x13s:
https://git.codelinaro.org/bryan.odonoghue/kernel/-/tree/lenovo-x13s-linux-6.5.y

Linux next:
https://git.codelinaro.org/bryan.odonoghue/kernel/-/tree/linux-next-23-10-06-sc8280xp-camss

This patch depends-on:
https://lore.kernel.org/lkml/20231004161853.86382-2-bryan.odonoghue@linaro.org/T/

Bryan O'Donoghue (4):
  arm64: dts: qcom: sc8280xp: Add in CAMCC for sc8280xp
  arm64: dts: qcom: sc8280xp: camss: Add CCI definitions
  media: dt-bindings: media: camss: Add qcom,sc8280xp-camss binding
  arm64: dts: qcom: sc8280xp: camss: Add CAMSS block definition

 .../bindings/media/qcom,sc8280xp-camss.yaml   | 581 ++++++++++++++++
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi        | 624 ++++++++++++++++++
 2 files changed, 1205 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/qcom,sc8280xp-camss.yaml

Comments

Konrad Dybcio Nov. 18, 2023, 12:51 a.m. UTC | #1
On 12.10.2023 13:30, Bryan O'Donoghue wrote:
> V4:
> - Adds RB - Krzysztof
> - Drops indicated newline - Krzysztof
> - Moves "This patch depends-on" below the "---" - Krsysztof
Just a note for Bjorn, this series is likely on hold as we iron out the
driver details.. e.g. _src clocks were dropped since this submission.

Konrad
Bryan O'Donoghue Nov. 18, 2023, 11:29 a.m. UTC | #2
On 18/11/2023 00:51, Konrad Dybcio wrote:
> On 12.10.2023 13:30, Bryan O'Donoghue wrote:
>> V4:
>> - Adds RB - Krzysztof
>> - Drops indicated newline - Krzysztof
>> - Moves "This patch depends-on" below the "---" - Krsysztof
> Just a note for Bjorn, this series is likely on hold as we iron out the
> driver details.. e.g. _src clocks were dropped since this submission.
> 
> Konrad

Eh yes.

Let me take the opportunity to plug the series/patches I'm targeting 
that Bjorn can merge

The CAMCC controller
https://lore.kernel.org/lkml/20231026105345.3376-1-bryan.odonoghue@linaro.org/

The first patch here
https://lore.kernel.org/lkml/20231110-b4-camss-sc8280xp-v5-1-7f4947cc59c8@linaro.org/T/

---
bod