Merge tag 'samsung-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk...
authorArnd Bergmann <arnd@arndb.de>
Fri, 24 Jun 2022 15:20:23 +0000 (17:20 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 24 Jun 2022 15:20:24 +0000 (17:20 +0200)
commit416e95a4798e0504492f2645265f61e5dd0c0bcd
treea361b69e7d53156f06f0c09da1f565b0ed9f77ff
parentb262b3b571bc58775e7a115d94b0fcd1b1636c34
parentc4c79525042a4a7df96b73477feaf232fe44ae81
Merge tag 'samsung-fixes-5.19' of git://git./linux/kernel/git/krzk/linux into arm/fixes

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.

* tag 'samsung-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
  ARM: exynos: Fix refcount leak in exynos_map_pmu
  arm64: dts: exynos: Correct UART clocks on Exynos7885

Link: https://lore.kernel.org/r/20220624080423.31427-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>