mbox series

[GIT,PULL,fixes] ARM: samsung: soc fixes for v6.16

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

Pull-request

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

Message

Krzysztof Kozlowski June 16, 2025, 9:45 a.m. UTC
Hi,

Fixes for issues introduced in this merge window.

The defconfig change affects Qualcomm SoC, but the originating commit came from
Samsung Soc tree and it was not yet picked up by Bjorn, thus I am sending it.

Best regards,
Krzysztof


The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:

  Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8d2c2fa2209e83d0eb10f7330d8a0bbdc1df32ff:

  firmware: exynos-acpm: fix timeouts on xfers handling (2025-06-10 10:20:16 +0200)

----------------------------------------------------------------
Samsung SoC fixes for v6.16

1. Correct CONFIG option in arm64 defconfig enabling the Qualcomm SoC
   SNPS EUSB2 phy driver, because Kconfig entry was renamed when
   changing the driver to a common one, shared with Samsung SoC, thus
   defconfig lost that driver effectively.

2. Exynos ACPM: Fix timeouts happening with multiple requests.

----------------------------------------------------------------
Casey Connolly (1):
      arm64: defconfig: update renamed PHY_SNPS_EUSB2

Tudor Ambarus (1):
      firmware: exynos-acpm: fix timeouts on xfers handling

 arch/arm64/configs/defconfig           |  2 +-
 drivers/firmware/samsung/exynos-acpm.c | 27 ++++++++++-----------------
 2 files changed, 11 insertions(+), 18 deletions(-)