mbox series

[0/9] Lowercase hexification of arm64/dts/qcom

Message ID 20221212111037.98160-1-konrad.dybcio@linaro.org
Headers show
Series Lowercase hexification of arm64/dts/qcom | expand

Message

Konrad Dybcio Dec. 12, 2022, 11:10 a.m. UTC
Almost all device trees use lowercase hex, fix up the remaining ones to
match the style and prevent introduction of more uppercase hex from
copypasting and referencing.

Konrad Dybcio (9):
  arm64: dts: qcom: ipq6018: Use lowercase hex
  arm64: dts: qcom: msm8996: Use lowercase hex
  arm64: dts: qcom: msm8998: Use lowercase hex
  arm64: dts: qcom: sdm630: Use lowercase hex
  arm64: dts: qcom: sdm660: Use lowercase hex
  arm64: dts: qcom: sdm845: Use lowercase hex
  arm64: dts: qcom: sm8250: Use lowercase hex
  arm64: dts: qcom: sm8150: Use lowercase hex
  arm64: dts: qcom: sdm845: Fix some whitespace/newlines

 arch/arm64/boot/dts/qcom/ipq6018.dtsi         |  8 ++---
 .../boot/dts/qcom/msm8996-xiaomi-gemini.dts   |  4 +--
 arch/arm64/boot/dts/qcom/msm8996.dtsi         | 12 +++----
 arch/arm64/boot/dts/qcom/msm8998.dtsi         | 14 ++++----
 arch/arm64/boot/dts/qcom/sdm630.dtsi          | 16 ++++-----
 arch/arm64/boot/dts/qcom/sdm660.dtsi          | 14 ++++----
 arch/arm64/boot/dts/qcom/sdm845.dtsi          |  8 ++---
 arch/arm64/boot/dts/qcom/sm8150.dtsi          |  2 +-
 arch/arm64/boot/dts/qcom/sm8250.dtsi          | 34 +++++++++----------
 9 files changed, 55 insertions(+), 57 deletions(-)

Comments

Bjorn Andersson Dec. 28, 2022, 4:36 a.m. UTC | #1
On Mon, 12 Dec 2022 12:10:28 +0100, Konrad Dybcio wrote:
> Almost all device trees use lowercase hex, fix up the remaining ones to
> match the style and prevent introduction of more uppercase hex from
> copypasting and referencing.
> 
> Konrad Dybcio (9):
>   arm64: dts: qcom: ipq6018: Use lowercase hex
>   arm64: dts: qcom: msm8996: Use lowercase hex
>   arm64: dts: qcom: msm8998: Use lowercase hex
>   arm64: dts: qcom: sdm630: Use lowercase hex
>   arm64: dts: qcom: sdm660: Use lowercase hex
>   arm64: dts: qcom: sdm845: Use lowercase hex
>   arm64: dts: qcom: sm8250: Use lowercase hex
>   arm64: dts: qcom: sm8150: Use lowercase hex
>   arm64: dts: qcom: sdm845: Fix some whitespace/newlines
> 
> [...]

Applied, thanks!

[1/9] arm64: dts: qcom: ipq6018: Use lowercase hex
      commit: 0431dba3733bf52dacf7382e7b0c1b4c0b59e88d
[2/9] arm64: dts: qcom: msm8996: Use lowercase hex
      commit: 21dd43fda18a21ddcc7567bbadc831c179e98c67
[3/9] arm64: dts: qcom: msm8998: Use lowercase hex
      commit: d6882340d019607ceabbf2f20f81bc376c4deff5
[4/9] arm64: dts: qcom: sdm630: Use lowercase hex
      commit: 5442632899f40ecfea2c7b4400f93966b04d5b6a
[5/9] arm64: dts: qcom: sdm660: Use lowercase hex
      commit: 5c9d77725069df48c1c0e682e64143cb6a62b165
[6/9] arm64: dts: qcom: sdm845: Use lowercase hex
      commit: 7b5cb47afda7d602b1335e7a6eef5d6ce82d0c8e
[7/9] arm64: dts: qcom: sm8250: Use lowercase hex
      commit: 74f9165935218db8348f24eeb01769b605a47e2d
[8/9] arm64: dts: qcom: sm8150: Use lowercase hex
      commit: 51f748c62358cf878feb2b9177017b67f3f6c9bc
[9/9] arm64: dts: qcom: sdm845: Fix some whitespace/newlines
      commit: 20e954411c9e59b61eacd1822a0aa0e4676a43f7

Best regards,