mbox series

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

Message ID CY4PR04MB05677B4C4E26A8A179F6ABC0CB179@CY4PR04MB0567.namprd04.prod.outlook.com
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