mbox series

[GIT,PULL,fixes] ARM: samsung: fixes for v5.19

Message ID 20220624080423.31427-1-krzysztof.kozlowski@linaro.org
State New
Headers show
Series [GIT,PULL,fixes] ARM: samsung: fixes for v5.19 | expand

Pull-request

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

Message

Krzysztof Kozlowski June 24, 2022, 8:04 a.m. UTC
Hi,

Two fixes for v5.19.

Best regards,
Krzysztof


The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c4c79525042a4a7df96b73477feaf232fe44ae81:

  ARM: exynos: Fix refcount leak in exynos_map_pmu (2022-06-06 10:40:57 +0200)

----------------------------------------------------------------
Samsung fixes for v5.19

Both fixes are for issues present before v5.19 merge window:
1. Correct UART clocks on Exynos7885.  Although the initial, fixed
   DTS commit is from v5.18, the issue will be exposed with a upcoming fix
   to Exynos7885 clock driver, so we need to correct the DTS earlier.
2. Fix theoretical OF node leak in Exynos machine code.

----------------------------------------------------------------
David Virag (1):
      arm64: dts: exynos: Correct UART clocks on Exynos7885

Miaoqian Lin (1):
      ARM: exynos: Fix refcount leak in exynos_map_pmu

 arch/arm/mach-exynos/exynos.c              |  1 +
 arch/arm64/boot/dts/exynos/exynos7885.dtsi | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)