All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Bakker <xc-racer2@live.ca>
To: krzk@kernel.org, alim.akhtar@samsung.com
Cc: robh+dt@kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Jonathan Bakker <xc-racer2@live.ca>
Subject: [PATCH 0/7] ARM: dts: s5pv210: Bugfixes, features, and improvements
Date: Tue, 22 Mar 2022 13:11:37 -0700	[thread overview]
Message-ID: <CY4PR04MB05677B4C4E26A8A179F6ABC0CB179@CY4PR04MB0567.namprd04.prod.outlook.com> (raw)

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(-)

-- 
2.20.1


WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Bakker <xc-racer2@live.ca>
To: krzk@kernel.org, alim.akhtar@samsung.com
Cc: robh+dt@kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Jonathan Bakker <xc-racer2@live.ca>
Subject: [PATCH 0/7] ARM: dts: s5pv210: Bugfixes, features, and improvements
Date: Tue, 22 Mar 2022 13:11:37 -0700	[thread overview]
Message-ID: <CY4PR04MB05677B4C4E26A8A179F6ABC0CB179@CY4PR04MB0567.namprd04.prod.outlook.com> (raw)

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(-)

-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2022-03-22 20:14 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-22 20:11 Jonathan Bakker [this message]
2022-03-22 20:11 ` [PATCH 0/7] ARM: dts: s5pv210: Bugfixes, features, and improvements Jonathan Bakker
2022-03-22 20:21 ` Jonathan Bakker
2022-03-22 20:21   ` Jonathan Bakker
2022-03-23 10:52   ` Krzysztof Kozlowski
2022-03-23 10:52     ` Krzysztof Kozlowski
2022-03-27 18:08 ` [PATCH v2 0/5] " Jonathan Bakker
2022-03-27 18:08   ` Jonathan Bakker
2022-04-09 16:52   ` Krzysztof Kozlowski
2022-04-09 16:52     ` Krzysztof Kozlowski
2022-03-27 18:08 ` [PATCH v2 1/5] ARM: dts: s5pv210: Remove spi-cs-high on panel in Aries Jonathan Bakker
2022-03-27 18:08   ` Jonathan Bakker
2022-03-27 18:08 ` [PATCH v2 2/5] ARM: dts: s5pv210: Correct interrupt name for bluetooth " Jonathan Bakker
2022-03-27 18:08   ` Jonathan Bakker
2022-03-27 18:08 ` [PATCH v2 3/5] ARM: dts: s5pv210: Adjust memory reg entries to match spec Jonathan Bakker
2022-03-27 18:08   ` Jonathan Bakker
2022-03-27 18:08 ` [PATCH v2 4/5] ARM: dts: s5pv210: Adjust DMA node names " Jonathan Bakker
2022-03-27 18:08   ` Jonathan Bakker
2022-03-27 18:08 ` [PATCH v2 5/5] ARM: dts: s5pv210: align DMA channels with dtschema Jonathan Bakker
2022-03-27 18:08   ` Jonathan Bakker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CY4PR04MB05677B4C4E26A8A179F6ABC0CB179@CY4PR04MB0567.namprd04.prod.outlook.com \
    --to=xc-racer2@live.ca \
    --cc=alim.akhtar@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.