[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251110121344.120785-6-krzysztof.kozlowski@linaro.org>
Date: Mon, 10 Nov 2025 13:13:40 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Arnd Bergmann <arnd@...db.de>,
soc@...ts.linux.dev
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Alim Akhtar <alim.akhtar@...sung.com>,
Peter Griffin <peter.griffin@...aro.org>,
linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org,
linux-kernel@...r.kernel.org,
Krzysztof Kozlowski <krzk@...nel.org>
Subject: [GIT PULL 2/4] samsung: drivers for v6.19
The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:
Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-6.19
for you to fetch changes up to 81280d39a2f9e7dc12056db889da52cce067b1b6:
dt-bindings: soc: samsung: exynos-pmu: allow mipi-phy subnode for Exynos7870 PMU (2025-11-05 08:20:21 +0100)
----------------------------------------------------------------
Samsung SoC drivers for v6.19
1. ChipID driver: Add support for identifying Exynos8890 and Exynos9610.
2. PMU driver: Allow specifying list of valid registers for the custom
regmap used on Google GS101 SoC. The PMU (Power Management Unit) on
that SoC uses more complex access to registers than simple MMIO and
invalid registers trigger aborts halting the system.
3. Few minor cleanups.
4. Several new bindings for compatible devices.
----------------------------------------------------------------
Alexandru Chimac (2):
dt-bindings: hwinfo: samsung,exynos-chipid: add exynos9610 compatible
soc: samsung: exynos-chipid: Add exynos9610 SoC support
André Draszik (4):
soc: samsung: exynos-pmu: allow specifying read & write access tables for secure regmap
soc: samsung: exynos-pmu: move some gs101 related code into new file
soc: samsung: gs101-pmu: implement access tables for read and write
dt-bindings: soc: samsung: exynos-sysreg: add power-domains
Denzeel Oliva (1):
dt-bindings: soc: samsung: exynos-sysreg: Add Exynos990 PERIC0/1 compatibles
Ivaylo Ivanov (3):
dt-bindings: soc: samsung: exynos-pmu: add exynos8890 compatible
dt-bindings: hwinfo: samsung,exynos-chipid: add exynos8890-chipid compatible
soc: samsung: exynos-chipid: add exynos8890 SoC support
Kaustabh Chakraborty (2):
dt-bindings: samsung: exynos-sysreg: add exynos7870 sysregs
dt-bindings: soc: samsung: exynos-pmu: allow mipi-phy subnode for Exynos7870 PMU
Krzysztof Kozlowski (1):
soc: samsung: exynos-pmu: Annotate online/offline functions with __must_hold
Peter Griffin (1):
dt-bindings: soc: samsung: exynos-sysreg: add gs101 hsi0 and misc compatibles
Tudor Ambarus (1):
soc: samsung: exynos-chipid: use a local dev variable
.../bindings/hwinfo/samsung,exynos-chipid.yaml | 2 +
.../bindings/soc/samsung/exynos-pmu.yaml | 2 +
.../soc/samsung/samsung,exynos-sysreg.yaml | 23 ++
MAINTAINERS | 1 +
drivers/soc/samsung/Makefile | 3 +-
drivers/soc/samsung/exynos-chipid.c | 18 +-
drivers/soc/samsung/exynos-pmu.c | 138 +------
drivers/soc/samsung/exynos-pmu.h | 37 ++
drivers/soc/samsung/gs101-pmu.c | 446 +++++++++++++++++++++
include/linux/soc/samsung/exynos-regs-pmu.h | 343 +++++++++++++++-
10 files changed, 863 insertions(+), 150 deletions(-)
create mode 100644 drivers/soc/samsung/gs101-pmu.c
Powered by blists - more mailing lists