From: "Tony Lindgren" <tony@atomide.com>
The following changes since commit 71ff461c3f41f6465434b9e980c01782763e7ad8:
iommu/omap: Fix regression in probe for NULL pointer dereference (2022-04-08 11:16:29 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.19/soc-signed
for you to fetch changes up to df3eb1feeb73f17776e559679eaa986572db0837:
ARM: OMAP2+: drop hwmod-clock helper comment (2022-04-21 14:47:15 +0300)
----------------------------------------------------------------
Soc clean-up for omaps
Soc clean-up for omaps to add missing of_node_put() calls
and drop unused omap_device_register().
----------------------------------------------------------------
Johan Hovold (2):
ARM: OMAP2+: drop omap_device_register() helper
ARM: OMAP2+: drop hwmod-clock helper comment
Wang Qing (1):
ARM: OMAP2+: add missing of_node_put before break and return
arch/arm/mach-omap2/cm_common.c | 8 ++++++--
arch/arm/mach-omap2/control.c | 19 ++++++++++++++-----
arch/arm/mach-omap2/omap_device.c | 20 --------------------
arch/arm/mach-omap2/omap_device.h | 1 -
arch/arm/mach-omap2/prm_common.c | 8 ++++++--
5 files changed, 26 insertions(+), 30 deletions(-)
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit 71ff461c3f41f6465434b9e980c01782763e7ad8: iommu/omap: Fix regression in probe for NULL pointer dereference (2022-04-08 11:16:29 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.19/soc-signed for you to fetch changes up to df3eb1feeb73f17776e559679eaa986572db0837: ARM: OMAP2+: drop hwmod-clock helper comment (2022-04-21 14:47:15 +0300) ---------------------------------------------------------------- Soc clean-up for omaps Soc clean-up for omaps to add missing of_node_put() calls and drop unused omap_device_register(). ---------------------------------------------------------------- Johan Hovold (2): ARM: OMAP2+: drop omap_device_register() helper ARM: OMAP2+: drop hwmod-clock helper comment Wang Qing (1): ARM: OMAP2+: add missing of_node_put before break and return arch/arm/mach-omap2/cm_common.c | 8 ++++++-- arch/arm/mach-omap2/control.c | 19 ++++++++++++++----- arch/arm/mach-omap2/omap_device.c | 20 -------------------- arch/arm/mach-omap2/omap_device.h | 1 - arch/arm/mach-omap2/prm_common.c | 8 ++++++-- 5 files changed, 26 insertions(+), 30 deletions(-)