All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: SoC Team <soc@kernel.org>, arm-soc <arm@kernel.org>
Cc: Linux ARM <linux-arm-kernel@lists.infradead.org>,
	phone-devel@vger.kernel.org
Subject: [GIT PULL] DTS updates for the v5.19 kernel
Date: Sun, 1 May 2022 00:52:43 +0200	[thread overview]
Message-ID: <CACRpkdYngWscqak5phKm58O2GF0RmVETgwW4NCKTBiASdaEcyg@mail.gmail.com> (raw)

Hi SoC folks,

please pull in these Arm Ux500 DTS changes for the v5.19 kernel.

The details are in the signed tag!

Yours,
Linus Walleij

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
tags/ux500-dts-v5.19

for you to fetch changes up to 49148f4c39f04cb7bcfc1f42c3051d9ef8655fba:

  ARM: dts: ux500: Add GPS to the Codina (2022-04-26 23:17:48 +0200)

----------------------------------------------------------------
Ux500 DTS updates for the v5.19 kernel cycle:

- New devicetree for Codina TMO (SGH-T599).

- Add the Amastaos proximity sensor to the Codina.

- Add line impedance per machine to the Fuel Gauge
  nodes.

- Add GPS to Janice, Skomer and Codina.

- Add NFC to the Codina for GT-I8160P.

- Some janitorial like clock names.

----------------------------------------------------------------
Kuldeep Singh (1):
      ARM: dts: ste-dbx: Update spi clock-names property

Linus Walleij (8):
      dt-bindings: arm: ux500: Document Codina-TMO
      ARM: dts: ux500: Add Codina TMO device tree
      ARM: dts: ux500: Register Amstaos proximity sensor
      ARM: dts: ux500: Add line impedance to fuel gauge
      ARM: dts: ux500: Add GPS to Janice device tree
      ARM: dts: ux500: Add GPS to Skomer device tree
      ARM: dts: ux500: Add NFC to the Codina
      ARM: dts: ux500: Add GPS to the Codina

 Documentation/devicetree/bindings/arm/ux500.yaml   |   5 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/ste-dbx5x0.dtsi                  |  12 +-
 arch/arm/boot/dts/ste-ux500-samsung-codina-tmo.dts | 785 +++++++++++++++++++++
 arch/arm/boot/dts/ste-ux500-samsung-codina.dts     |  80 ++-
 arch/arm/boot/dts/ste-ux500-samsung-gavini.dts     |   4 +
 arch/arm/boot/dts/ste-ux500-samsung-golden.dts     |   4 +
 arch/arm/boot/dts/ste-ux500-samsung-janice.dts     |  44 +-
 arch/arm/boot/dts/ste-ux500-samsung-kyle.dts       |   4 +
 arch/arm/boot/dts/ste-ux500-samsung-skomer.dts     |  35 +-
 10 files changed, 956 insertions(+), 18 deletions(-)
 create mode 100644 arch/arm/boot/dts/ste-ux500-samsung-codina-tmo.dts

WARNING: multiple messages have this Message-ID (diff)
From: Linus Walleij <linus.walleij@linaro.org>
To: SoC Team <soc@kernel.org>, arm-soc <arm@kernel.org>
Cc: Linux ARM <linux-arm-kernel@lists.infradead.org>,
	phone-devel@vger.kernel.org
Subject: [GIT PULL] DTS updates for the v5.19 kernel
Date: Sun, 1 May 2022 00:52:43 +0200	[thread overview]
Message-ID: <CACRpkdYngWscqak5phKm58O2GF0RmVETgwW4NCKTBiASdaEcyg@mail.gmail.com> (raw)

Hi SoC folks,

please pull in these Arm Ux500 DTS changes for the v5.19 kernel.

The details are in the signed tag!

Yours,
Linus Walleij

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
tags/ux500-dts-v5.19

for you to fetch changes up to 49148f4c39f04cb7bcfc1f42c3051d9ef8655fba:

  ARM: dts: ux500: Add GPS to the Codina (2022-04-26 23:17:48 +0200)

----------------------------------------------------------------
Ux500 DTS updates for the v5.19 kernel cycle:

- New devicetree for Codina TMO (SGH-T599).

- Add the Amastaos proximity sensor to the Codina.

- Add line impedance per machine to the Fuel Gauge
  nodes.

- Add GPS to Janice, Skomer and Codina.

- Add NFC to the Codina for GT-I8160P.

- Some janitorial like clock names.

----------------------------------------------------------------
Kuldeep Singh (1):
      ARM: dts: ste-dbx: Update spi clock-names property

Linus Walleij (8):
      dt-bindings: arm: ux500: Document Codina-TMO
      ARM: dts: ux500: Add Codina TMO device tree
      ARM: dts: ux500: Register Amstaos proximity sensor
      ARM: dts: ux500: Add line impedance to fuel gauge
      ARM: dts: ux500: Add GPS to Janice device tree
      ARM: dts: ux500: Add GPS to Skomer device tree
      ARM: dts: ux500: Add NFC to the Codina
      ARM: dts: ux500: Add GPS to the Codina

 Documentation/devicetree/bindings/arm/ux500.yaml   |   5 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/ste-dbx5x0.dtsi                  |  12 +-
 arch/arm/boot/dts/ste-ux500-samsung-codina-tmo.dts | 785 +++++++++++++++++++++
 arch/arm/boot/dts/ste-ux500-samsung-codina.dts     |  80 ++-
 arch/arm/boot/dts/ste-ux500-samsung-gavini.dts     |   4 +
 arch/arm/boot/dts/ste-ux500-samsung-golden.dts     |   4 +
 arch/arm/boot/dts/ste-ux500-samsung-janice.dts     |  44 +-
 arch/arm/boot/dts/ste-ux500-samsung-kyle.dts       |   4 +
 arch/arm/boot/dts/ste-ux500-samsung-skomer.dts     |  35 +-
 10 files changed, 956 insertions(+), 18 deletions(-)
 create mode 100644 arch/arm/boot/dts/ste-ux500-samsung-codina-tmo.dts

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

             reply	other threads:[~2022-04-30 22:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-30 22:52 Linus Walleij [this message]
2022-04-30 22:52 ` [GIT PULL] DTS updates for the v5.19 kernel Linus Walleij
2022-05-03 14:50 ` patchwork-bot+linux-soc

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=CACRpkdYngWscqak5phKm58O2GF0RmVETgwW4NCKTBiASdaEcyg@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=phone-devel@vger.kernel.org \
    --cc=soc@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.