mbox series

[v4,0/3] Add support for Qualcomm SA8255p SoC

Message ID 20240910171534.2412263-1-quic_nkela@quicinc.com (mailing list archive)
Headers show
Series Add support for Qualcomm SA8255p SoC | expand

Message

Nikunj Kela Sept. 10, 2024, 5:15 p.m. UTC
This series adds support for Qualcomm SA8255p SoC.

These patches were originally sent with other patches in series[1],
which was advised to be split per subsystem basis.

[1]: https://lore.kernel.org/all/20240903220240.2594102-1-quic_nkela@quicinc.com/

---
Changes in v4:
	- Included AOSS QMP dt-binding patch
Changes in v3:
        - Removed the patches from original series
Changes in v2:
        - Added Reviewed-by tag

Nikunj Kela (3):
  dt-bindings: arm: qcom: add the SoC ID for SA8255P
  soc: qcom: socinfo: add support for SA8255P
  dt-bindings: soc: qcom: aoss-qmp: document support for SA8255p

 Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml | 1 +
 drivers/soc/qcom/socinfo.c                                    | 1 +
 include/dt-bindings/arm/qcom,ids.h                            | 1 +
 3 files changed, 3 insertions(+)

Comments

Nikunj Kela Sept. 16, 2024, 2:28 p.m. UTC | #1
Gentle ping...

On 9/10/2024 10:15 AM, Nikunj Kela wrote:
> This series adds support for Qualcomm SA8255p SoC.
>
> These patches were originally sent with other patches in series[1],
> which was advised to be split per subsystem basis.
>
> [1]: https://lore.kernel.org/all/20240903220240.2594102-1-quic_nkela@quicinc.com/
>
> ---
> Changes in v4:
> 	- Included AOSS QMP dt-binding patch
> Changes in v3:
>         - Removed the patches from original series
> Changes in v2:
>         - Added Reviewed-by tag
>
> Nikunj Kela (3):
>   dt-bindings: arm: qcom: add the SoC ID for SA8255P
>   soc: qcom: socinfo: add support for SA8255P
>   dt-bindings: soc: qcom: aoss-qmp: document support for SA8255p
>
>  Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml | 1 +
>  drivers/soc/qcom/socinfo.c                                    | 1 +
>  include/dt-bindings/arm/qcom,ids.h                            | 1 +
>  3 files changed, 3 insertions(+)
>