Message ID | pull-1680180293-92168@atomide.com (mailing list archive) |
---|---|
State | Accepted |
Commit | fb481b2e5a591770e01c364c7fa95c3a23d694e3 |
Headers | show |
Series | [GIT,PULL] Clean-up for omaps for v6.4 | expand |
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Thu, 30 Mar 2023 15:45:22 +0300 you wrote: > From: "Tony Lindgren" <tony@atomide.com> > > The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: > > Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) > > are available in the Git repository at: > > [...] Here is the summary with links: - [GIT,PULL] Clean-up for omaps for v6.4 https://git.kernel.org/soc/soc/c/fb481b2e5a59 You are awesome, thank you!
From: "Tony Lindgren" <tony@atomide.com> The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.4/cleanup-signed for you to fetch changes up to 19050da1d1057a7bc73fd9039f94b7f63a00e54e: ARM: OMAP2+: hwmod: Use kzalloc for allocating only one element (2023-03-28 08:45:55 +0300) ---------------------------------------------------------------- Clean-up for omaps for v6.4 Some clean-up changes for omaps mostly to use of_property_read_bool() and of_address_to_resource(). Also included is removal for an obsolete Kconfig option, a typo fix, a return path change for am33xx_suspend_init(), and a change to use kzalloc instead of kcalloc for a single element. ---------------------------------------------------------------- Jilin Yuan (1): ARM: OMAP2+: fix repeated words in comments Kenneth Lee (1): ARM: OMAP2+: hwmod: Use kzalloc for allocating only one element Lukas Bulwahn (1): ARM: OMAP2+: remove obsolete config OMAP3_SDRC_AC_TIMING Rob Herring (2): ARM: OMAP2+: Use of_property_read_bool() for boolean properties ARM: OMAP2+: Use of_address_to_resource() ye xingchen (1): ARM: OMAP2+: Remove the unneeded result variable arch/arm/mach-omap2/Kconfig | 11 ----------- arch/arm/mach-omap2/cm33xx.c | 2 +- arch/arm/mach-omap2/omap_hwmod.c | 23 ++++++++++------------- arch/arm/mach-omap2/pm33xx-core.c | 6 +----- 4 files changed, 12 insertions(+), 30 deletions(-)