public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL 1/4] samsung: drivers for v7.1
@ 2026-03-24 12:58 Krzysztof Kozlowski
  2026-03-24 12:58 ` [GIT PULL 2/4] arm64: dts: samsung: dts " Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-24 12:58 UTC (permalink / raw)
  To: Arnd Bergmann, soc
  Cc: Krzysztof Kozlowski, Alim Akhtar, Peter Griffin, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-7.1

for you to fetch changes up to a2be37eedb52ea26938fa4cc9de1ff84963c57ad:

  firmware: exynos-acpm: Drop fake 'const' on handle pointer (2026-02-28 15:47:03 +0100)

----------------------------------------------------------------
Samsung SoC drivers for v7.1

Few cleanups in ACPM firmware drivers, used on Google GS101 and newer
Samsung Exynos SoCs.  Notable change is removing 'const' in
'struct acpm_handle' pointers, because even though the code does not
modify pointed data, it immediately drops the const via cast.  Also code
is not logically readable when a reference getters/putters (e.g.
acpm_handle_put()) take a pointer to const, because the meaning of "get"
and "put" implies changing the memory, even if that changeable field is
outside of pointed data.

----------------------------------------------------------------
André Draszik (1):
      dt-bindings: firmware: google,gs101-acpm-ipc: add S2MPG11 secondary PMIC

Krzysztof Kozlowski (4):
      firmware: exynos-acpm: Use unsigned int for acpm_pmic_linux_errmap index
      firmware: exynos-acpm: Count number of commands in acpm_xfer
      firmware: exynos-acpm: Count acpm_xfer buffers with __counted_by_ptr
      firmware: exynos-acpm: Drop fake 'const' on handle pointer

 .../bindings/firmware/google,gs101-acpm-ipc.yaml   | 50 +++++++++++++++++++++-
 drivers/clk/samsung/clk-acpm.c                     |  4 +-
 drivers/firmware/samsung/exynos-acpm-dvfs.c        | 13 +++---
 drivers/firmware/samsung/exynos-acpm-dvfs.h        |  4 +-
 drivers/firmware/samsung/exynos-acpm-pmic.c        | 26 +++++------
 drivers/firmware/samsung/exynos-acpm-pmic.h        | 10 ++---
 drivers/firmware/samsung/exynos-acpm.c             | 30 +++++++------
 drivers/firmware/samsung/exynos-acpm.h             | 10 ++---
 drivers/mfd/sec-acpm.c                             | 10 ++---
 .../linux/firmware/samsung/exynos-acpm-protocol.h  | 40 ++++++++---------
 10 files changed, 120 insertions(+), 77 deletions(-)


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

* [GIT PULL 2/4] arm64: dts: samsung: dts for v7.1
  2026-03-24 12:58 [GIT PULL 1/4] samsung: drivers for v7.1 Krzysztof Kozlowski
@ 2026-03-24 12:58 ` Krzysztof Kozlowski
  2026-03-24 12:58 ` [GIT PULL 3/4] ARM: " Krzysztof Kozlowski
  2026-03-24 12:58 ` [GIT PULL 4/4] ARM: samsung: mach code " Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-24 12:58 UTC (permalink / raw)
  To: Arnd Bergmann, soc
  Cc: Krzysztof Kozlowski, Alim Akhtar, Peter Griffin, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 90f771a9745476a5e2b95b5efe225a943c090bb9:

  arm64: dts: exynos8895: Move I2C address/size-cells to DTSI (2026-03-10 17:04:20 +0100)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v7.1

1. Add initial support for Axis ARTPEC-9 SoC and Alfred board using it.
   Just like ARTPEC-8, this is a derivative of Samsung Exynos SoC made
   for Axis, sharing most or all of core SoC blocks with Samsung
   designs.

2. New boards: Exynos7870 based Samsung Galaxy J7 (2016) and Samsung
   Galaxy J5 (2017).

3. Google GS101 Pixel phone: describe all PMIC regulators and Maxim
   fuel-gauge.

4. ExynosAutov920: add G3D (GPU) clock controller (CMU).

----------------------------------------------------------------
Andras Sebok (1):
      arm64: dts: exynos: add initial support for Samsung Galaxy J5

André Draszik (2):
      arm64: dts: exynos: gs101-pixel: add all S2MPG1x regulators
      arm64: dts: exynos: gs101-pixel-common: add Maxim MAX77759 fuel gauge

GyoungBo Min (1):
      dt-bindings: clock: Add ARTPEC-9 clock controller

Kaustabh Chakraborty (2):
      dt-bindings: arm: samsung: add compatible for samsung-j7xelte
      dt-bindings: arm: samsung: add compatible for samsung-j5y17lte

Krzysztof Kozlowski (3):
      arm64: dts: axis: artpec9: Fix missing soc unit address
      arm64: dts: exynos7870: Move I2C address/size-cells to DTSI
      arm64: dts: exynos8895: Move I2C address/size-cells to DTSI

Raghav Sharma (1):
      arm64: dts: exynosautov920: add CMU_G3D clock DT nodes

Ravi Patel (2):
      dt-bindings: arm: axis: Add ARTPEC-9 alfred board
      arm64: dts: axis: Add ARTPEC-9 Alfred board support

Rayan Marzouk (1):
      arm64: dts: exynos: add initial support for Samsung Galaxy J7 (2016)

SungMin Park (1):
      arm64: dts: exynos: axis: Add initial ARTPEC-9 SoC support

 Documentation/devicetree/bindings/arm/axis.yaml    |   6 +
 .../bindings/arm/samsung/samsung-boards.yaml       |   2 +
 .../bindings/clock/axis,artpec9-clock.yaml         | 232 +++++++++
 arch/arm64/boot/dts/exynos/Makefile                |   2 +
 arch/arm64/boot/dts/exynos/axis/Makefile           |   3 +-
 arch/arm64/boot/dts/exynos/axis/artpec9-alfred.dts |  36 ++
 .../boot/dts/exynos/axis/artpec9-pinctrl.dtsi      | 115 +++++
 arch/arm64/boot/dts/exynos/axis/artpec9.dtsi       | 277 +++++++++++
 .../arm64/boot/dts/exynos/exynos7870-a2corelte.dts |   9 -
 arch/arm64/boot/dts/exynos/exynos7870-j5y17lte.dts | 523 ++++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos7870-j6lte.dts    |   6 -
 arch/arm64/boot/dts/exynos/exynos7870-j7xelte.dts  | 494 +++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos7870-on7xelte.dts |   9 -
 arch/arm64/boot/dts/exynos/exynos7870.dtsi         |  48 ++
 arch/arm64/boot/dts/exynos/exynos8895-dreamlte.dts |   2 -
 arch/arm64/boot/dts/exynos/exynos8895.dtsi         | 128 +++++
 arch/arm64/boot/dts/exynos/exynosautov920.dtsi     |  13 +
 arch/arm64/boot/dts/exynos/google/gs101-oriole.dts |  22 +
 .../boot/dts/exynos/google/gs101-pixel-common.dtsi | 528 ++++++++++++++++++++-
 arch/arm64/boot/dts/exynos/google/gs101-raven.dts  |  18 +
 include/dt-bindings/clock/axis,artpec9-clk.h       | 195 ++++++++
 21 files changed, 2640 insertions(+), 28 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/clock/axis,artpec9-clock.yaml
 create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9-alfred.dts
 create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9-pinctrl.dtsi
 create mode 100644 arch/arm64/boot/dts/exynos/axis/artpec9.dtsi
 create mode 100644 arch/arm64/boot/dts/exynos/exynos7870-j5y17lte.dts
 create mode 100644 arch/arm64/boot/dts/exynos/exynos7870-j7xelte.dts
 create mode 100644 include/dt-bindings/clock/axis,artpec9-clk.h


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

* [GIT PULL 3/4] ARM: dts: samsung: dts for v7.1
  2026-03-24 12:58 [GIT PULL 1/4] samsung: drivers for v7.1 Krzysztof Kozlowski
  2026-03-24 12:58 ` [GIT PULL 2/4] arm64: dts: samsung: dts " Krzysztof Kozlowski
@ 2026-03-24 12:58 ` Krzysztof Kozlowski
  2026-03-24 12:58 ` [GIT PULL 4/4] ARM: samsung: mach code " Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-24 12:58 UTC (permalink / raw)
  To: Arnd Bergmann, soc
  Cc: Krzysztof Kozlowski, Alim Akhtar, Peter Griffin, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 44ee52a030a6dd2f6e0ecb3632ecf8b263114619:

  ARM: dts: exyons4412: Drop duplicated I2C address/size-cells (2026-03-10 17:03:43 +0100)

----------------------------------------------------------------
Samsung DTS ARM changes for v7.1

1. New board: Exynos5250 based Google Manta (Nexus 10).
2. Few cleanups.

----------------------------------------------------------------
Alexandre Marquet (2):
      dt-bindings: ARM: samsung: Add Google Manta (Nexus 10)
      ARM: dts: exynos: Add Google Manta (Nexus 10)

Krzysztof Kozlowski (3):
      ARM: dts: exynos3250: Drop duplicated I2C address/size-cells
      ARM: dts: exynos4210-smdkv310: Drop duplicated I2C address/size-cells
      ARM: dts: exyons4412: Drop duplicated I2C address/size-cells

 .../bindings/arm/samsung/samsung-boards.yaml       |   1 +
 arch/arm/boot/dts/samsung/Makefile                 |   1 +
 arch/arm/boot/dts/samsung/exynos3250-artik5.dtsi   |   2 -
 arch/arm/boot/dts/samsung/exynos3250-monk.dts      |   4 -
 arch/arm/boot/dts/samsung/exynos3250-rinato.dts    |   4 -
 arch/arm/boot/dts/samsung/exynos4210-smdkv310.dts  |   2 -
 .../boot/dts/samsung/exynos4412-itop-scp-core.dtsi |   2 -
 arch/arm/boot/dts/samsung/exynos4412-origen.dts    |   2 -
 arch/arm/boot/dts/samsung/exynos5250-manta.dts     | 564 +++++++++++++++++++++
 9 files changed, 566 insertions(+), 16 deletions(-)
 create mode 100644 arch/arm/boot/dts/samsung/exynos5250-manta.dts


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

* [GIT PULL 4/4] ARM: samsung: mach code for v7.1
  2026-03-24 12:58 [GIT PULL 1/4] samsung: drivers for v7.1 Krzysztof Kozlowski
  2026-03-24 12:58 ` [GIT PULL 2/4] arm64: dts: samsung: dts " Krzysztof Kozlowski
  2026-03-24 12:58 ` [GIT PULL 3/4] ARM: " Krzysztof Kozlowski
@ 2026-03-24 12:58 ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-24 12:58 UTC (permalink / raw)
  To: Arnd Bergmann, soc
  Cc: Krzysztof Kozlowski, Alim Akhtar, Peter Griffin, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-7.1

for you to fetch changes up to 32d4b991f25eeffac7568ef51367f924394fbdc5:

  ARM: samsung: exynos5250: Allow CPU1 to boot (2026-02-26 22:13:27 +0100)

----------------------------------------------------------------
Samsung mach/soc changes for v7.1

Fix booting of secondary CPU on Exynos5250 based Google Manta board -
difference in TZ firmware.

----------------------------------------------------------------
Alexandre Marquet (1):
      ARM: samsung: exynos5250: Allow CPU1 to boot

 arch/arm/mach-exynos/firmware.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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

end of thread, other threads:[~2026-03-24 12:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-24 12:58 [GIT PULL 1/4] samsung: drivers for v7.1 Krzysztof Kozlowski
2026-03-24 12:58 ` [GIT PULL 2/4] arm64: dts: samsung: dts " Krzysztof Kozlowski
2026-03-24 12:58 ` [GIT PULL 3/4] ARM: " Krzysztof Kozlowski
2026-03-24 12:58 ` [GIT PULL 4/4] ARM: samsung: mach code " Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox