All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL] arm64: dts: samsung: for v6.3
Date: Sun, 22 Jan 2023 13:26:05 +0100	[thread overview]
Message-ID: <20230122122605.30720-2-krzysztof.kozlowski@linaro.org> (raw)
In-Reply-To: <20230122122605.30720-1-krzysztof.kozlowski@linaro.org>

Hi,

Tesla and Exynos ARM64 DTS.

Best regards,
Krzysztof


The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-6.3

for you to fetch changes up to 56a14f01a54568e049e22c46ffc654602bbd01d1:

  arm64: dts: fsd: Add sound card node for Tesla FSD (2023-01-17 12:15:39 +0100)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v6.3

1. Add L2 cache properties (Exynos, Tesla FSD).
2. Tesla FSD: add Bosch MCAN (CAN bus), sound card (audio card with
   codec and I2S controllers), system controller nodes.
3. Tesla FSD: correct pin pull up/down properties to match
   recommendation in user manual.
4. Minor cleanups: use dedicated/specific sysreg compatibles, fix
   dtbs_check warnings, drop unsupported properties1

----------------------------------------------------------------
Krzysztof Kozlowski (6):
      arm64: dts: exynos: add dedicated SYSREG compatibles to Exynos5433
      arm64: dts: exynos: use 8-bit for SPI IR LED duty-cycle in TM2
      arm64: dts: exynos: drop pwm-names from MAX77843 haptic in TM2
      arm64: dts: exynos: drop clock-frequency from CPU nodes in TM2
      arm64: dts: exynos: correct properties of MAX98504 in TM2
      arm64: dts: exynos: drop unsupported I2C properties in Espresso

Padmanabhan Rajanbabu (4):
      arm64: dts: fsd: fix PUD values as per FSD HW UM
      arm64: dts: fsd: Add I2S DAI node for Tesla FSD
      arm64: dts: fsd: Add codec node for Tesla FSD
      arm64: dts: fsd: Add sound card node for Tesla FSD

Pierre Gondois (2):
      arm64: dts: exynos: Update cache properties
      arm64: dts: fsd: Update cache properties

Sriranjani P (3):
      arm64: dts: fsd: add sysreg device node
      arm64: dts: exynos: add dedicated SYSREG compatibles to Exynos850
      arm64: dts: exynos: add dedicated SYSREG compatibles to Exynosautov9

Vivek Yadav (1):
      arm64: dts: fsd: Add MCAN device node

 .../boot/dts/exynos/exynos5433-tm2-common.dtsi     |  11 +-
 arch/arm64/boot/dts/exynos/exynos5433.dtsi         |  24 ++--
 arch/arm64/boot/dts/exynos/exynos7-espresso.dts    |   2 -
 arch/arm64/boot/dts/exynos/exynos7.dtsi            |   2 +
 arch/arm64/boot/dts/exynos/exynos850.dtsi          |   6 +-
 arch/arm64/boot/dts/exynos/exynosautov9.dtsi       |   9 +-
 arch/arm64/boot/dts/tesla/fsd-evb.dts              |  69 ++++++++++++
 arch/arm64/boot/dts/tesla/fsd-pinctrl.dtsi         |  54 ++++++++-
 arch/arm64/boot/dts/tesla/fsd.dtsi                 | 124 +++++++++++++++++++++
 9 files changed, 270 insertions(+), 31 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL] arm64: dts: samsung: for v6.3
Date: Sun, 22 Jan 2023 13:26:05 +0100	[thread overview]
Message-ID: <20230122122605.30720-2-krzysztof.kozlowski@linaro.org> (raw)
In-Reply-To: <20230122122605.30720-1-krzysztof.kozlowski@linaro.org>

Hi,

Tesla and Exynos ARM64 DTS.

Best regards,
Krzysztof


The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-6.3

for you to fetch changes up to 56a14f01a54568e049e22c46ffc654602bbd01d1:

  arm64: dts: fsd: Add sound card node for Tesla FSD (2023-01-17 12:15:39 +0100)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v6.3

1. Add L2 cache properties (Exynos, Tesla FSD).
2. Tesla FSD: add Bosch MCAN (CAN bus), sound card (audio card with
   codec and I2S controllers), system controller nodes.
3. Tesla FSD: correct pin pull up/down properties to match
   recommendation in user manual.
4. Minor cleanups: use dedicated/specific sysreg compatibles, fix
   dtbs_check warnings, drop unsupported properties1

----------------------------------------------------------------
Krzysztof Kozlowski (6):
      arm64: dts: exynos: add dedicated SYSREG compatibles to Exynos5433
      arm64: dts: exynos: use 8-bit for SPI IR LED duty-cycle in TM2
      arm64: dts: exynos: drop pwm-names from MAX77843 haptic in TM2
      arm64: dts: exynos: drop clock-frequency from CPU nodes in TM2
      arm64: dts: exynos: correct properties of MAX98504 in TM2
      arm64: dts: exynos: drop unsupported I2C properties in Espresso

Padmanabhan Rajanbabu (4):
      arm64: dts: fsd: fix PUD values as per FSD HW UM
      arm64: dts: fsd: Add I2S DAI node for Tesla FSD
      arm64: dts: fsd: Add codec node for Tesla FSD
      arm64: dts: fsd: Add sound card node for Tesla FSD

Pierre Gondois (2):
      arm64: dts: exynos: Update cache properties
      arm64: dts: fsd: Update cache properties

Sriranjani P (3):
      arm64: dts: fsd: add sysreg device node
      arm64: dts: exynos: add dedicated SYSREG compatibles to Exynos850
      arm64: dts: exynos: add dedicated SYSREG compatibles to Exynosautov9

Vivek Yadav (1):
      arm64: dts: fsd: Add MCAN device node

 .../boot/dts/exynos/exynos5433-tm2-common.dtsi     |  11 +-
 arch/arm64/boot/dts/exynos/exynos5433.dtsi         |  24 ++--
 arch/arm64/boot/dts/exynos/exynos7-espresso.dts    |   2 -
 arch/arm64/boot/dts/exynos/exynos7.dtsi            |   2 +
 arch/arm64/boot/dts/exynos/exynos850.dtsi          |   6 +-
 arch/arm64/boot/dts/exynos/exynosautov9.dtsi       |   9 +-
 arch/arm64/boot/dts/tesla/fsd-evb.dts              |  69 ++++++++++++
 arch/arm64/boot/dts/tesla/fsd-pinctrl.dtsi         |  54 ++++++++-
 arch/arm64/boot/dts/tesla/fsd.dtsi                 | 124 +++++++++++++++++++++
 9 files changed, 270 insertions(+), 31 deletions(-)

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

  reply	other threads:[~2023-01-22 12:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-22 12:26 [GIT PULL] samsung: soc for v6.3 Krzysztof Kozlowski
2023-01-22 12:26 ` Krzysztof Kozlowski
2023-01-22 12:26 ` Krzysztof Kozlowski [this message]
2023-01-22 12:26   ` [GIT PULL] arm64: dts: samsung: " Krzysztof Kozlowski
2023-01-24 17:20   ` patchwork-bot+linux-soc
2023-01-24 21:31 ` [GIT PULL] samsung: soc " 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=20230122122605.30720-2-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=alim.akhtar@samsung.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --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=olof@lixom.net \
    --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.