mbox series

[GIT,PULL,4/4] SoC changes for omaps for v6.6

Message ID pull-1691658952-110529@atomide.com-4
State New
Headers show
Series [GIT,PULL,1/4] Devicetree binding changes for omaps for v6.6 | expand

Pull-request

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

Message

Tony Lindgren Aug. 10, 2023, 9:16 a.m. UTC
From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2c32e600a068b44433e7b453121ef65f4b4210cf:

  Merge branch 'omap-for-v6.5/cleanup' into omap-for-v6.6/soc (2023-08-02 10:46:07 +0300)

----------------------------------------------------------------
SoC changes for omaps for v6.6

SoC changes to include the correct devicetree headers, and an update to
make use of_range_to_resource(). There is also a non-urgent fix for
pwrdm_read_prev_pwrst() array-bounds warning.

----------------------------------------------------------------
Gustavo A. R. Silva (1):
      ARM: OMAP2+: Fix -Warray-bounds warning in _pwrdm_state_switch()

Rob Herring (2):
      ARM: omap2: Use of_range_to_resource() for "ranges" parsing
      ARM: omap2: Explicitly include correct DT includes

Tony Lindgren (1):
      Merge branch 'omap-for-v6.5/cleanup' into omap-for-v6.6/soc

 arch/arm/mach-omap2/board-generic.c |  3 +--
 arch/arm/mach-omap2/omap4-common.c  |  3 +--
 arch/arm/mach-omap2/omap_hwmod.c    | 45 +++++--------------------------------
 arch/arm/mach-omap2/powerdomain.c   |  2 +-
 4 files changed, 9 insertions(+), 44 deletions(-)