public inbox for soc@kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 1/2] samsung: drivers: second late for v6.19
@ 2025-12-03 17:59 Krzysztof Kozlowski
  2025-12-03 17:59 ` [GIT PULL 2/2] ARM: dts: samsung: fixes " Krzysztof Kozlowski
  2025-12-15 20:42 ` [GIT PULL 1/2] samsung: drivers: second late " patchwork-bot+linux-soc
  0 siblings, 2 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2025-12-03 17:59 UTC (permalink / raw)
  To: Arnd Bergmann, soc
  Cc: Krzysztof Kozlowski, Alim Akhtar, Peter Griffin, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

From: Krzysztof Kozlowski <krzk@kernel.org>

Hi,

Second drivers pull, but rebased on master/6.18-rc1, with late fixes.  Would be
nice if these go to v6.19.

Best regards,
Krzysztof


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-2-late

for you to fetch changes up to 990eb9a8eb4540ab90c7b34bb07b87ff13881cad:

  soc: samsung: exynos-pmu: fix device leak on regmap lookup (2025-11-27 16:55:38 +0100)

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

Two fixes for Exynos PMU (Power Management Unit) driver:

1. Silence lockdep warning being actually a false positive, but quite
   disturbing during testing.  Issue was introduced in v6.18.

2. Drop device refcount when requesting device regmap with
   exynos_get_pmu_regmap_by_phandle().  Issue was introduced much
   earlier (around v6.9), with code being rewritten in between.

----------------------------------------------------------------
Johan Hovold (1):
      soc: samsung: exynos-pmu: fix device leak on regmap lookup

Marek Szyprowski (1):
      soc: samsung: exynos-pmu: Fix structure initialization

 drivers/soc/samsung/exynos-pmu.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

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

* [GIT PULL 2/2] ARM: dts: samsung: fixes for v6.19
  2025-12-03 17:59 [GIT PULL 1/2] samsung: drivers: second late for v6.19 Krzysztof Kozlowski
@ 2025-12-03 17:59 ` Krzysztof Kozlowski
  2025-12-15 20:42 ` [GIT PULL 1/2] samsung: drivers: second late " patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2025-12-03 17:59 UTC (permalink / raw)
  To: Arnd Bergmann, soc
  Cc: Krzysztof Kozlowski, Alim Akhtar, Peter Griffin, linux-arm-kernel,
	linux-samsung-soc, linux-kernel

From: Krzysztof Kozlowski <krzk@kernel.org>

Hi,

Non-critical DT fixes, broken since v6.14 by a change in brcmfmac driver, but
we noticed only recently.

Best regards,
Krzysztof


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-dt-6.19

for you to fetch changes up to 2ff147fdfa99b8cbb8c2833e685fde7c42580ae6:

  ARM: dts: samsung: exynos4412-midas: turn off SDIO WLAN chip during system suspend (2025-11-27 16:07:16 +0100)

----------------------------------------------------------------
Samsung DTS ARM changes for v6.19

Fix WiFi on Exynos4210 and Exynos4412 boards with Broadcom chip after
system suspend and resume, by using cap-power-off-card to power off the
WiFi during suspend.

----------------------------------------------------------------
Marek Szyprowski (4):
      ARM: dts: samsung: universal_c210: turn off SDIO WLAN chip during system suspend
      ARM: dts: samsung: exynos4210-i9100: turn off SDIO WLAN chip during system suspend
      ARM: dts: samsung: exynos4210-trats: turn off SDIO WLAN chip during system suspend
      ARM: dts: samsung: exynos4412-midas: turn off SDIO WLAN chip during system suspend

 arch/arm/boot/dts/samsung/exynos4210-i9100.dts          | 1 +
 arch/arm/boot/dts/samsung/exynos4210-trats.dts          | 1 +
 arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts | 1 +
 arch/arm/boot/dts/samsung/exynos4412-midas.dtsi         | 1 +
 4 files changed, 4 insertions(+)

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

* Re: [GIT PULL 1/2] samsung: drivers: second late for v6.19
  2025-12-03 17:59 [GIT PULL 1/2] samsung: drivers: second late for v6.19 Krzysztof Kozlowski
  2025-12-03 17:59 ` [GIT PULL 2/2] ARM: dts: samsung: fixes " Krzysztof Kozlowski
@ 2025-12-15 20:42 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2025-12-15 20:42 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Wed,  3 Dec 2025 18:59:42 +0100 you wrote:
> From: Krzysztof Kozlowski <krzk@kernel.org>
> 
> Hi,
> 
> Second drivers pull, but rebased on master/6.18-rc1, with late fixes.  Would be
> nice if these go to v6.19.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/2] samsung: drivers: second late for v6.19
    https://git.kernel.org/soc/soc/c/68f9bbf4dfc3
  - [GIT,PULL,2/2] ARM: dts: samsung: fixes for v6.19
    https://git.kernel.org/soc/soc/c/79edb7f596db

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2025-12-15 20:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-03 17:59 [GIT PULL 1/2] samsung: drivers: second late for v6.19 Krzysztof Kozlowski
2025-12-03 17:59 ` [GIT PULL 2/2] ARM: dts: samsung: fixes " Krzysztof Kozlowski
2025-12-15 20:42 ` [GIT PULL 1/2] samsung: drivers: second late " patchwork-bot+linux-soc

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