From: "Tony Lindgren" <tony@xxxxxxxxxxx> The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.3/cleanup-signed for you to fetch changes up to 5fc1f76a85ce50b501b1d2ef04a29bc79910807d: ARM: OMAP2+: Fix spelling typos in comment (2023-01-19 12:19:39 +0200) ---------------------------------------------------------------- Clean-up for omaps for v6.3 Non-urgent fixes for missing of_node_put() and clk_put(), drop few unnecessary includes, and fix a typo. None of these are urgent and can be merged along with other clean-up when suitable. ---------------------------------------------------------------- Chen Hui (1): ARM: OMAP2+: Fix memory leak in realtime_counter_init() Geert Uytterhoeven (2): ARM: OMAP2+: Remove unneeded #include <linux/pinctrl/pinmux.h> ARM: OMAP2+: Remove unneeded #include <linux/pinctrl/machine.h> Liang He (1): ARM: OMAP2+: omap4-common: Fix refcount leak bug Nir Levy (1): ARM: OMAP2+: Fix spelling typos in comment arch/arm/mach-omap2/devices.c | 1 - arch/arm/mach-omap2/omap4-common.c | 1 + arch/arm/mach-omap2/pm33xx-core.c | 1 - arch/arm/mach-omap2/sleep34xx.S | 2 +- arch/arm/mach-omap2/timer.c | 1 + 5 files changed, 3 insertions(+), 3 deletions(-)