mbox series

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

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

Pull-request

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

Message

Krzysztof Kozlowski May 1, 2025, 10:35 a.m. UTC
Hi Lee,
That's the stable tag for you to base MFD patches on top.


Hi Arnd,
Please pull it as regular drivers pull. Note this will be also shared with MFD
tree.

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.git tags/samsung-drivers-6.16

for you to fetch changes up to 2c2e5e908ea2b53aa0d21fbfe4d1dab527a7703e:

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

----------------------------------------------------------------
Samsung SoC drivers for v6.16

Several improvements to Exynos ACPM (Alive Clock and Power Manager)
driver:
1. Handle communication timeous better.
2. Avoid sleeping, so users (PMIC) can still transfer during system
   shutdown.
3. Fix reading longer messages from them firmware.
4. Deferred probe improvements.
5. Model the user of ACPM - PMIC - a as child device and export
   devm_acpm_get_by_node() for such use case.

----------------------------------------------------------------
André Draszik (6):
      firmware: exynos-acpm: use ktime APIs for timeout detection
      firmware: exynos-acpm: allow use during system shutdown
      dt-bindings: firmware: google,gs101-acpm-ipc: add PMIC child node
      firmware: exynos-acpm: fix reading longer results
      firmware: exynos-acpm: silence EPROBE_DEFER error on boot
      firmware: exynos-acpm: introduce devm_acpm_get_by_node()

Krzysztof Kozlowski (1):
      firmware: exynos-acpm: Correct kerneldoc and use typical np argument name

Tudor Ambarus (1):
      firmware: exynos-acpm: populate devices from device tree data

 .../bindings/firmware/google,gs101-acpm-ipc.yaml   | 35 +++++++++++++
 drivers/firmware/samsung/exynos-acpm-pmic.c        | 16 +++---
 drivers/firmware/samsung/exynos-acpm.c             | 58 +++++++++-------------
 .../linux/firmware/samsung/exynos-acpm-protocol.h  |  6 ++-
 4 files changed, 70 insertions(+), 45 deletions(-)