mbox series

[GIT,PULL] samsung: drivers part two for v6.16

Message ID 20250516082037.7248-2-krzysztof.kozlowski@linaro.org
State New
Headers show
Series [GIT,PULL] samsung: drivers part two for v6.16 | expand

Pull-request

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

Message

Krzysztof Kozlowski May 16, 2025, 8:20 a.m. UTC
Hi,

On top of previous drivers pul request.

Best regards,
Krzysztof


The following changes since commit 2c2e5e908ea2b53aa0d21fbfe4d1dab527a7703e:

  firmware: exynos-acpm: Correct kerneldoc and use typical np argument name (2025-04-25 11:41:03 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 598995027b9181ada81789bf01fb8ef30d93c9dc:

  soc: samsung: exynos-pmu: enable CPU hotplug support for gs101 (2025-05-13 10:02:29 +0200)

----------------------------------------------------------------
Samsung SoC drivers for v6.16, part two

Add CPU hotplug support on Google GS101 by toggling respective bits in
secondary PMU intr block (Power Management Unit (PMU) Interrupt
Generation) from the main PMU driver.

----------------------------------------------------------------
Peter Griffin (4):
      dt-bindings: soc: google: Add gs101-pmu-intr-gen binding documentation
      dt-bindings: soc: samsung: exynos-pmu: gs101: add google,pmu-intr-gen phandle
      MAINTAINERS: Add google,gs101-pmu-intr-gen.yaml binding file
      soc: samsung: exynos-pmu: enable CPU hotplug support for gs101

 .../soc/google/google,gs101-pmu-intr-gen.yaml      | 35 ++++++++++
 .../bindings/soc/samsung/exynos-pmu.yaml           | 15 +++++
 MAINTAINERS                                        |  1 +
 drivers/soc/samsung/exynos-pmu.c                   | 78 +++++++++++++++++++++-
 drivers/soc/samsung/exynos-pmu.h                   |  1 +
 include/linux/soc/samsung/exynos-regs-pmu.h        | 11 +++
 6 files changed, 140 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/soc/google/google,gs101-pmu-intr-gen.yaml