Linux SOC development
 help / color / mirror / Atom feed
* [GIT PULL 1/3] arm64: dts: Cleanup DTS for v6.16
@ 2025-05-13 10:42 Krzysztof Kozlowski
  2025-05-13 10:42 ` [GIT PULL 2/3] ARM: dts: VT8500 " Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2025-05-13 10:42 UTC (permalink / raw)
  To: Arnd Bergmann, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt64-cleanup-6.16

for you to fetch changes up to 04e7638dd64af20e4e81b7569abea9673e337098:

  arm64: tegra: tegra210-p2894: Align GPIO hog node name with preferred style (2025-05-05 21:22:25 +0200)

----------------------------------------------------------------
Minor improvements in ARM64 DTS for v6.16

Two cleanups which were missed on mailing lists - align GPIO node names
with DT bindings for Mediatek mt7622 and Nvidia Tegra210-p2894.

----------------------------------------------------------------
Krzysztof Kozlowski (2):
      arm64: dts: mediatek: mt7622: Align GPIO hog name with bindings
      arm64: tegra: tegra210-p2894: Align GPIO hog node name with preferred style

 arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts | 2 +-
 arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

* [GIT PULL 2/3] ARM: dts: VT8500 for v6.16
  2025-05-13 10:42 [GIT PULL 1/3] arm64: dts: Cleanup DTS for v6.16 Krzysztof Kozlowski
@ 2025-05-13 10:42 ` Krzysztof Kozlowski
  2025-05-13 10:42 ` [GIT PULL 3/3] drivers: soc " Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2025-05-13 10:42 UTC (permalink / raw)
  To: Arnd Bergmann, soc
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Krzysztof Kozlowski

The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt-vt8500-6.16

for you to fetch changes up to e58afb3e1f365badd69aad6f0d53a2c66a63f689:

  ARM: dts: vt8500: list all four timer interrupts (2025-05-12 08:35:24 +0200)

----------------------------------------------------------------
VT8500 DTS ARM changes for v6.16

1. New board: VIA APC Rock/Paper.
2. Add SCC ID register/socinfo node.
3. List all timer interrupts.

----------------------------------------------------------------
Alexey Charkov (4):
      dt-bindings: arm: vt8500: Add VIA APC Rock/Paper boards
      ARM: dts: vt8500: Add VIA APC Rock/Paper board
      ARM: dts: vt8500: add DT nodes for the system config ID register
      ARM: dts: vt8500: list all four timer interrupts

 Documentation/devicetree/bindings/arm/vt8500.yaml | 10 +++++++---
 arch/arm/boot/dts/vt8500/Makefile                 |  3 ++-
 arch/arm/boot/dts/vt8500/vt8500.dtsi              |  7 ++++++-
 arch/arm/boot/dts/vt8500/wm8505.dtsi              |  7 ++++++-
 arch/arm/boot/dts/vt8500/wm8650.dtsi              |  7 ++++++-
 arch/arm/boot/dts/vt8500/wm8750.dtsi              |  7 ++++++-
 arch/arm/boot/dts/vt8500/wm8850.dtsi              |  7 ++++++-
 arch/arm/boot/dts/vt8500/wm8950-apc-rock.dts      | 21 +++++++++++++++++++++
 arch/arm/boot/dts/vt8500/wm8950.dtsi              | 11 +++++++++++
 9 files changed, 71 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm/boot/dts/vt8500/wm8950-apc-rock.dts
 create mode 100644 arch/arm/boot/dts/vt8500/wm8950.dtsi

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

* [GIT PULL 3/3] drivers: soc for v6.16
  2025-05-13 10:42 [GIT PULL 1/3] arm64: dts: Cleanup DTS for v6.16 Krzysztof Kozlowski
  2025-05-13 10:42 ` [GIT PULL 2/3] ARM: dts: VT8500 " Krzysztof Kozlowski
@ 2025-05-13 10:42 ` Krzysztof Kozlowski
  2025-05-21 17:21 ` [GIT PULL 1/3] arm64: dts: Cleanup DTS " patchwork-bot+linux-soc
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2025-05-13 10:42 UTC (permalink / raw)
  To: Arnd Bergmann, soc; +Cc: Krzysztof Kozlowski, linux-kernel, Krzysztof Kozlowski

Hi,

PowerPC soc driver was on the lists in 2021 and never picked up....

Best regards,
Krzysztof


The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/soc-drivers-6.16

for you to fetch changes up to d47f1233374597c348696c3da2142cc92a36fc90:

  soc: fsl: qe: remove unused qe_ic_from_irq function (2025-05-09 16:26:58 +0200)

----------------------------------------------------------------
VT8500 (and FSL) SoC drivers for v6.16

1. VT8500: Add SCC socinfo/hwinfo driver.
2. Cleanup unused function in PowerPC Freescale QE driver to have W=1
   builds warnings free.

----------------------------------------------------------------
Alexey Charkov (2):
      dt-bindings: hwinfo: Add VIA/WonderMedia SoC identification
      soc: Add VIA/WonderMedia SoC identification driver

Krzysztof Kozlowski (1):
      ARM: vt8500: MAINTAINERS: Include vt8500 soc driver in maintainers entry

Tom Rix (1):
      soc: fsl: qe: remove unused qe_ic_from_irq function

 .../bindings/hwinfo/via,vt8500-scc-id.yaml         |  37 ++++++
 MAINTAINERS                                        |   2 +
 drivers/soc/Kconfig                                |   1 +
 drivers/soc/Makefile                               |   1 +
 drivers/soc/fsl/qe/qe_ic.c                         |   5 -
 drivers/soc/vt8500/Kconfig                         |  19 ++++
 drivers/soc/vt8500/Makefile                        |   2 +
 drivers/soc/vt8500/wmt-socinfo.c                   | 125 +++++++++++++++++++++
 8 files changed, 187 insertions(+), 5 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/hwinfo/via,vt8500-scc-id.yaml
 create mode 100644 drivers/soc/vt8500/Kconfig
 create mode 100644 drivers/soc/vt8500/Makefile
 create mode 100644 drivers/soc/vt8500/wmt-socinfo.c

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

* Re: [GIT PULL 1/3] arm64: dts: Cleanup DTS for v6.16
  2025-05-13 10:42 [GIT PULL 1/3] arm64: dts: Cleanup DTS for v6.16 Krzysztof Kozlowski
  2025-05-13 10:42 ` [GIT PULL 2/3] ARM: dts: VT8500 " Krzysztof Kozlowski
  2025-05-13 10:42 ` [GIT PULL 3/3] drivers: soc " Krzysztof Kozlowski
@ 2025-05-21 17:21 ` patchwork-bot+linux-soc
  2025-05-21 21:30 ` patchwork-bot+linux-soc
  2025-05-21 22:31 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2025-05-21 17:21 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 Tue, 13 May 2025 12:42:15 +0200 you wrote:
> The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
> 
>   Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt64-cleanup-6.16
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] arm64: dts: Cleanup DTS for v6.16
    https://git.kernel.org/soc/soc/c/816a748bee7b
  - [GIT,PULL,2/3] ARM: dts: VT8500 for v6.16
    (no matching commit)
  - [GIT,PULL,3/3] drivers: soc for v6.16
    (no matching commit)

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] 6+ messages in thread

* Re: [GIT PULL 1/3] arm64: dts: Cleanup DTS for v6.16
  2025-05-13 10:42 [GIT PULL 1/3] arm64: dts: Cleanup DTS for v6.16 Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2025-05-21 17:21 ` [GIT PULL 1/3] arm64: dts: Cleanup DTS " patchwork-bot+linux-soc
@ 2025-05-21 21:30 ` patchwork-bot+linux-soc
  2025-05-21 22:31 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2025-05-21 21:30 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 Tue, 13 May 2025 12:42:15 +0200 you wrote:
> The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
> 
>   Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt64-cleanup-6.16
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] arm64: dts: Cleanup DTS for v6.16
    (no matching commit)
  - [GIT,PULL,2/3] ARM: dts: VT8500 for v6.16
    (no matching commit)
  - [GIT,PULL,3/3] drivers: soc for v6.16
    https://git.kernel.org/soc/soc/c/5bba2c467568

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] 6+ messages in thread

* Re: [GIT PULL 1/3] arm64: dts: Cleanup DTS for v6.16
  2025-05-13 10:42 [GIT PULL 1/3] arm64: dts: Cleanup DTS for v6.16 Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2025-05-21 21:30 ` patchwork-bot+linux-soc
@ 2025-05-21 22:31 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2025-05-21 22:31 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 Tue, 13 May 2025 12:42:15 +0200 you wrote:
> The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:
> 
>   Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/dt64-cleanup-6.16
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] arm64: dts: Cleanup DTS for v6.16
    (no matching commit)
  - [GIT,PULL,2/3] ARM: dts: VT8500 for v6.16
    https://git.kernel.org/soc/soc/c/2b183108bcbd
  - [GIT,PULL,3/3] drivers: soc for v6.16
    (no matching commit)

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] 6+ messages in thread

end of thread, other threads:[~2025-05-21 22:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13 10:42 [GIT PULL 1/3] arm64: dts: Cleanup DTS for v6.16 Krzysztof Kozlowski
2025-05-13 10:42 ` [GIT PULL 2/3] ARM: dts: VT8500 " Krzysztof Kozlowski
2025-05-13 10:42 ` [GIT PULL 3/3] drivers: soc " Krzysztof Kozlowski
2025-05-21 17:21 ` [GIT PULL 1/3] arm64: dts: Cleanup DTS " patchwork-bot+linux-soc
2025-05-21 21:30 ` patchwork-bot+linux-soc
2025-05-21 22:31 ` 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