Merge tag 'omap-for-v6.4/cleanup-signed' of git://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Tue, 4 Apr 2023 14:30:45 +0000 (16:30 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 4 Apr 2023 14:30:45 +0000 (16:30 +0200)
commitfb481b2e5a591770e01c364c7fa95c3a23d694e3
tree9db02a2d5e67b2bfe6e66661c7f3558e4eefc9a2
parentd6053666ef2b6631ef8f265f49ff2cc0f4d45c50
parent19050da1d1057a7bc73fd9039f94b7f63a00e54e
Merge tag 'omap-for-v6.4/cleanup-signed' of git://git./linux/kernel/git/tmlind/linux-omap into soc/arm

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.

* tag 'omap-for-v6.4/cleanup-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap:
  ARM: OMAP2+: hwmod: Use kzalloc for allocating only one element
  ARM: OMAP2+: Remove the unneeded result variable
  ARM: OMAP2+: fix repeated words in comments
  ARM: OMAP2+: remove obsolete config OMAP3_SDRC_AC_TIMING
  ARM: OMAP2+: Use of_address_to_resource()
  ARM: OMAP2+: Use of_property_read_bool() for boolean properties

Link: https://lore.kernel.org/r/pull-1680180293-92168@atomide.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>