From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.20/soc-signed
for you to fetch changes up to fe71f6e1bbffb99ef28121a22a72859fb276af04:
ARM: OMAP2+: Kconfig: Fix indentation (2022-06-28 08:50:20 +0300)
----------------------------------------------------------------
SoC changes omaps for v5.20 merge window
SoC changes omaps mostly for missing of_node_put() calls and cosmetic
Kconfig changes. These can be all merged when suitable, there is no urgent
need to merge this as fixes.
----------------------------------------------------------------
Juerg Haefliger (1):
ARM: OMAP2+: Kconfig: Fix indentation
Liang He (2):
ARM: OMAP2+: display: Fix refcount leak bug
ARM: OMAP2+: pdata-quirks: Fix refcount leak bug
Miaoqian Lin (2):
ARM: OMAP2+: Fix refcount leak in omapdss_init_of
ARM: OMAP2+: Fix refcount leak in omap3xxx_prm_late_init
arch/arm/mach-omap2/Kconfig | 6 +++---
arch/arm/mach-omap2/display.c | 3 +++
arch/arm/mach-omap2/pdata-quirks.c | 2 ++
arch/arm/mach-omap2/prm3xxx.c | 1 +
4 files changed, 9 insertions(+), 3 deletions(-)
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.20/soc-signed for you to fetch changes up to fe71f6e1bbffb99ef28121a22a72859fb276af04: ARM: OMAP2+: Kconfig: Fix indentation (2022-06-28 08:50:20 +0300) ---------------------------------------------------------------- SoC changes omaps for v5.20 merge window SoC changes omaps mostly for missing of_node_put() calls and cosmetic Kconfig changes. These can be all merged when suitable, there is no urgent need to merge this as fixes. ---------------------------------------------------------------- Juerg Haefliger (1): ARM: OMAP2+: Kconfig: Fix indentation Liang He (2): ARM: OMAP2+: display: Fix refcount leak bug ARM: OMAP2+: pdata-quirks: Fix refcount leak bug Miaoqian Lin (2): ARM: OMAP2+: Fix refcount leak in omapdss_init_of ARM: OMAP2+: Fix refcount leak in omap3xxx_prm_late_init arch/arm/mach-omap2/Kconfig | 6 +++--- arch/arm/mach-omap2/display.c | 3 +++ arch/arm/mach-omap2/pdata-quirks.c | 2 ++ arch/arm/mach-omap2/prm3xxx.c | 1 + 4 files changed, 9 insertions(+), 3 deletions(-)