soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/2] arm64: dts: samsung: DTS for v6.7
@ 2023-10-06  9:39 Krzysztof Kozlowski
  2023-10-06  9:39 ` [GIT PULL 2/2] ARM: " Krzysztof Kozlowski
  2023-10-13 21:00 ` [GIT PULL 1/2] arm64: " patchwork-bot+linux-soc
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-10-06  9:39 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f28dde395937e000585ac87c0d1c18885661161d:

  arm64: dts: exynos: remove unused TMU alias (2023-09-14 10:03:47 +0200)

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

1. Exynos850: Add support for USB 2.0 (host and device) and enable it on
   E850-96 board.

2. Exynos5433: Switch sound card to generic audio-routing property,
   supported since previous release for Samsung drivers.  The old
   samsung,audio-routing property is deprecated.

3. Few cleanups.

----------------------------------------------------------------
Jaewon Kim (1):
      arm64: dts: exynos: Use pinctrl macros for exynos5433-tm2

Krzysztof Kozlowski (1):
      arm64: dts: exynos: exynos5433-tm2: switch sound card to audio-routing

Mateusz Majewski (1):
      arm64: dts: exynos: remove unused TMU alias

Sam Protsenko (2):
      arm64: dts: exynos: Enable USB in Exynos850
      arm64: dts: exynos: Enable USB support on E850-96 board

 .../boot/dts/exynos/exynos5433-tm2-common.dtsi     | 23 ++++-----
 arch/arm64/boot/dts/exynos/exynos7.dtsi            |  1 -
 arch/arm64/boot/dts/exynos/exynos850-e850-96.dts   | 58 ++++++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos850.dtsi          | 30 +++++++++++
 4 files changed, 99 insertions(+), 13 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL 2/2] ARM: dts: samsung: DTS for v6.7
  2023-10-06  9:39 [GIT PULL 1/2] arm64: dts: samsung: DTS for v6.7 Krzysztof Kozlowski
@ 2023-10-06  9:39 ` Krzysztof Kozlowski
  2023-10-13 21:00 ` [GIT PULL 1/2] arm64: " patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-10-06  9:39 UTC (permalink / raw)
  To: Olof Johansson, Arnd Bergmann, arm, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Alim Akhtar, Krzysztof Kozlowski

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-6.7

for you to fetch changes up to ef399736c3ba77fb82d778b1b7285baa65a7e079:

  ARM: dts: samsung: exynos4210: enable polling (2023-09-14 10:05:21 +0200)

----------------------------------------------------------------
Samsung DTS ARM changes for v6.7

1. Switch all sound cards to generic audio-routing property, supported
   since previous release for Samsung drivers.  The old
   samsung,audio-routing property is deprecated.
2. Correct Exynos4210 thermal by using polling.  Apparently interrupts in
   Thermal Monitoring Unit are broken.

----------------------------------------------------------------
Krzysztof Kozlowski (7):
      ARM: dts: samsung: exynos4212-tab3: switch sound card to audio-routing
      ARM: dts: samsung: exynos4412-galaxy-s3: switch sound card to audio-routing
      ARM: dts: samsung: exynos4412-n710x: switch sound card to audio-routing
      ARM: dts: samsung: exynos4412-odroid: switch sound card to audio-routing
      ARM: dts: samsung: exynos5422-odroid: switch sound card to audio-routing
      ARM: dts: samsung: s5pv210-fascinate4g: switch sound card to audio-routing
      ARM: dts: samsung: s5pv210-galaxys: switch sound card to audio-routing

Mateusz Majewski (1):
      ARM: dts: samsung: exynos4210: enable polling

 arch/arm/boot/dts/samsung/exynos4210.dtsi          | 12 +++++-
 arch/arm/boot/dts/samsung/exynos4212-tab3.dtsi     | 41 ++++++++++-----------
 .../arm/boot/dts/samsung/exynos4412-galaxy-s3.dtsi | 43 +++++++++++-----------
 arch/arm/boot/dts/samsung/exynos4412-n710x.dts     | 39 ++++++++++----------
 arch/arm/boot/dts/samsung/exynos4412-odroidu3.dts  | 13 +++----
 arch/arm/boot/dts/samsung/exynos4412-odroidx.dts   |  9 ++---
 .../dts/samsung/exynos5422-odroidxu3-audio.dtsi    | 19 +++++-----
 arch/arm/boot/dts/samsung/exynos5422-odroidxu4.dts |  2 +-
 arch/arm/boot/dts/samsung/s5pv210-fascinate4g.dts  | 33 ++++++++---------
 arch/arm/boot/dts/samsung/s5pv210-galaxys.dts      | 37 +++++++++----------
 10 files changed, 124 insertions(+), 124 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL 1/2] arm64: dts: samsung: DTS for v6.7
  2023-10-06  9:39 [GIT PULL 1/2] arm64: dts: samsung: DTS for v6.7 Krzysztof Kozlowski
  2023-10-06  9:39 ` [GIT PULL 2/2] ARM: " Krzysztof Kozlowski
@ 2023-10-13 21:00 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2023-10-13 21:00 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri,  6 Oct 2023 11:39:42 +0200 you wrote:
> The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
> 
>   Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-6.7
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/2] arm64: dts: samsung: DTS for v6.7
    https://git.kernel.org/soc/soc/c/89ca0ec59f11
  - [GIT,PULL,2/2] ARM: dts: samsung: DTS for v6.7
    https://git.kernel.org/soc/soc/c/f358d6a5e6ae

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-10-13 21:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-06  9:39 [GIT PULL 1/2] arm64: dts: samsung: DTS for v6.7 Krzysztof Kozlowski
2023-10-06  9:39 ` [GIT PULL 2/2] ARM: " Krzysztof Kozlowski
2023-10-13 21:00 ` [GIT PULL 1/2] arm64: " patchwork-bot+linux-soc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).