mbox series

[0/7] ARM: dts: s5pv210: Bugfixes, features, and improvements

Message ID CY4PR04MB05677B4C4E26A8A179F6ABC0CB179@CY4PR04MB0567.namprd04.prod.outlook.com (mailing list archive)
Headers show
Series ARM: dts: s5pv210: Bugfixes, features, and improvements | expand

Message

Jonathan Bakker March 22, 2022, 8:11 p.m. UTC
Various cleanups to fix warnings when running make dtbs_check are included,
as are bugfixes for the panel CS pin and bluetooth interrupt name on Aries.

The new feature is charging support for Aries board, note that the galaxys
(i9000) and fascinate4g (SGH-T959P) have slightly different batteries,
and so the DTS can't be shared.

Jonathan Bakker (7):
  ARM: dts: s5pv210: Split memory nodes to match spec
  ARM: dts: s5pv210: Adjust I2S entries to match spec
  ARM: dts: s5pv210: Adjust DMA node names to match spec
  ARM: dts: s5pv210: Remove spi-cs-high on panel in Aries
  ARM: dts: s5pv210: Correct interrupt name for bluetooth in Aries
  ARM: dts: s5pv210: Add charger regulator to max8998 in Aries
  ARM: dts: s5pv210: Add charger support in Aries

 arch/arm/boot/dts/s5pv210-aquila.dts      |   8 +-
 arch/arm/boot/dts/s5pv210-aries.dtsi      |  25 +++-
 arch/arm/boot/dts/s5pv210-fascinate4g.dts | 162 ++++++++++++++++++++++
 arch/arm/boot/dts/s5pv210-galaxys.dts     | 144 +++++++++++++++++++
 arch/arm/boot/dts/s5pv210-goni.dts        |  14 +-
 arch/arm/boot/dts/s5pv210.dtsi            |  24 ++--
 6 files changed, 354 insertions(+), 23 deletions(-)

Comments

Jonathan Bakker March 22, 2022, 8:21 p.m. UTC | #1
Sorry, it appears that I ran into connectivity issues part way through sending
the patchset.  Should I resend the entire series or is there a way to get
git send-email to retry/continue?

Thanks,
Jonathan

On 2022-03-22 1:11 p.m., Jonathan Bakker wrote:
> Various cleanups to fix warnings when running make dtbs_check are included,
> as are bugfixes for the panel CS pin and bluetooth interrupt name on Aries.
> 
> The new feature is charging support for Aries board, note that the galaxys
> (i9000) and fascinate4g (SGH-T959P) have slightly different batteries,
> and so the DTS can't be shared.
> 
> Jonathan Bakker (7):
>   ARM: dts: s5pv210: Split memory nodes to match spec
>   ARM: dts: s5pv210: Adjust I2S entries to match spec
>   ARM: dts: s5pv210: Adjust DMA node names to match spec
>   ARM: dts: s5pv210: Remove spi-cs-high on panel in Aries
>   ARM: dts: s5pv210: Correct interrupt name for bluetooth in Aries
>   ARM: dts: s5pv210: Add charger regulator to max8998 in Aries
>   ARM: dts: s5pv210: Add charger support in Aries
> 
>  arch/arm/boot/dts/s5pv210-aquila.dts      |   8 +-
>  arch/arm/boot/dts/s5pv210-aries.dtsi      |  25 +++-
>  arch/arm/boot/dts/s5pv210-fascinate4g.dts | 162 ++++++++++++++++++++++
>  arch/arm/boot/dts/s5pv210-galaxys.dts     | 144 +++++++++++++++++++
>  arch/arm/boot/dts/s5pv210-goni.dts        |  14 +-
>  arch/arm/boot/dts/s5pv210.dtsi            |  24 ++--
>  6 files changed, 354 insertions(+), 23 deletions(-)
>
Krzysztof Kozlowski March 23, 2022, 10:52 a.m. UTC | #2
On 22/03/2022 21:21, Jonathan Bakker wrote:
> Sorry, it appears that I ran into connectivity issues part way through sending
> the patchset.  Should I resend the entire series or is there a way to get
> git send-email to retry/continue?

With git send-email you can always send remaining patches with
--no-thread and --in-reply-to=XXX, providing valid message ID.


Best regards,
Krzysztof
Jonathan Bakker March 27, 2022, 6:08 p.m. UTC | #3
Various cleanups to fix warnings when running make dtbs_check are included,
as are bugfixes for the panel CS pin and bluetooth interrupt name on Aries.

Changes in v2:
- Re-ordered patches to include bugfixes at start
- CC Stable where appropriate
- Drop sound-dai-cells changes
- Drop charger-manager and related changes
- Adjust memory reg entries commit to retain one node per device

Jonathan Bakker (4):
  ARM: dts: s5pv210: Remove spi-cs-high on panel in Aries
  ARM: dts: s5pv210: Correct interrupt name for bluetooth in Aries
  ARM: dts: s5pv210: Adjust memory reg entries to match spec
  ARM: dts: s5pv210: Adjust DMA node names to match spec

Krzysztof Kozlowski (1):
  ARM: dts: s5pv210: align DMA channels with dtschema

 arch/arm/boot/dts/s5pv210-aquila.dts |  3 +--
 arch/arm/boot/dts/s5pv210-aries.dtsi | 11 +++++------
 arch/arm/boot/dts/s5pv210-goni.dts   |  6 +++---
 arch/arm/boot/dts/s5pv210.dtsi       | 18 +++++++++---------
 4 files changed, 18 insertions(+), 20 deletions(-)
Krzysztof Kozlowski April 9, 2022, 4:52 p.m. UTC | #4
On Sun, 27 Mar 2022 11:08:49 -0700, Jonathan Bakker wrote:
> Various cleanups to fix warnings when running make dtbs_check are included,
> as are bugfixes for the panel CS pin and bluetooth interrupt name on Aries.
> 
> Changes in v2:
> - Re-ordered patches to include bugfixes at start
> - CC Stable where appropriate
> - Drop sound-dai-cells changes
> - Drop charger-manager and related changes
> - Adjust memory reg entries commit to retain one node per device
> 
> [...]

Applied, thanks!

[1/5] ARM: dts: s5pv210: Remove spi-cs-high on panel in Aries
      commit: 096f58507374e1293a9e9cff8a1ccd5f37780a20
[2/5] ARM: dts: s5pv210: Correct interrupt name for bluetooth in Aries
      commit: 3f5e3d3a8b895c8a11da8b0063ba2022dd9e2045
[3/5] ARM: dts: s5pv210: Adjust memory reg entries to match spec
      commit: 9576ec12261c4b639cd802fd9c13e3c9605165da
[4/5] ARM: dts: s5pv210: Adjust DMA node names to match spec
      commit: 21e4b7d151af9a3191fb251e2b4044e361a56102
[5/5] ARM: dts: s5pv210: align DMA channels with dtschema
      commit: 9e916fb9bc3d16066286f19fc9c51d26a6aec6bd

Best regards,