mbox series

[GIT,PULL] Clean-up for omaps for v6.4

Message ID pull-1680180293-92168@atomide.com
State New
Headers show
Series [GIT,PULL] Clean-up for omaps for v6.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.4/cleanup-signed

Message

Tony Lindgren March 30, 2023, 12:45 p.m. UTC
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(-)