mbox series

[0/4] soc: qcom: socinfo: Add a bunch of older SoCs

Message ID 20230104115348.25046-1-stephan@gerhold.net (mailing list archive)
Headers show
Series soc: qcom: socinfo: Add a bunch of older SoCs | expand

Message

Stephan Gerhold Jan. 4, 2023, 11:53 a.m. UTC
Sync the SoC IDs in qcom,ids.h with relevant entries from Qualcomm's LK 
bootloader that is used for almost all older Qualcomm SoCs. This is 
meant to reduce the effort for future SoC bring-up (to avoid having to 
send a separate patch series for each new SoC) and will also benefit 
other projects using the same dt-bindings, e.g. bootloaders where 
adding support for all these SoCs is a bit easier than on Linux.

Stephan Gerhold (4):
  soc: qcom: socinfo: Fix soc_id order
  dt-bindings: arm: qcom,ids: Add QRD board ID
  dt-bindings: arm: qcom,ids: Add a bunch of older SoCs
  soc: qcom: socinfo: Add a bunch of older SoCs

 drivers/soc/qcom/socinfo.c         | 80 ++++++++++++++++++++++++++++--
 include/dt-bindings/arm/qcom,ids.h | 75 ++++++++++++++++++++++++++++
 2 files changed, 152 insertions(+), 3 deletions(-)

Comments

Bjorn Andersson Jan. 18, 2023, 11:55 p.m. UTC | #1
On Wed, 4 Jan 2023 12:53:44 +0100, Stephan Gerhold wrote:
> Sync the SoC IDs in qcom,ids.h with relevant entries from Qualcomm's LK
> bootloader that is used for almost all older Qualcomm SoCs. This is
> meant to reduce the effort for future SoC bring-up (to avoid having to
> send a separate patch series for each new SoC) and will also benefit
> other projects using the same dt-bindings, e.g. bootloaders where
> adding support for all these SoCs is a bit easier than on Linux.
> 
> [...]

Applied, thanks!

[1/4] soc: qcom: socinfo: Fix soc_id order
      commit: 017a7c11a8a29e266aa40c6d1bf2ba83f880f719
[2/4] dt-bindings: arm: qcom,ids: Add QRD board ID
      commit: 8b949c0e2ce59c376818bc3f80db4b94b06981b7
[3/4] dt-bindings: arm: qcom,ids: Add a bunch of older SoCs
      commit: 56abffc793befb19f30ec9d4bec24343529377f1
[4/4] soc: qcom: socinfo: Add a bunch of older SoCs
      commit: 40017cebb111eed65bddfa993df7b0636be98de8

Best regards,