All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Fix for omaps for v5.15-rc cycle
@ 2021-10-07 12:26 ` Tony Lindgren
  0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2021-10-07 12:26 UTC (permalink / raw)
  To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Tony Lindgren

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/fixes-rc4

for you to fetch changes up to 80d680fdccba214e8106dc1aa33de5207ad75394:

  ARM: dts: omap3430-sdp: Fix NAND device node (2021-10-06 08:05:08 +0300)

----------------------------------------------------------------
Fixes for omaps for v5.15

Few regression fixes for omaps for the v5.15-rc cycle. There is a fix
for boot time hangs that can happen on some am335x devices that started
when the pruss devicetree nodes were added. The other fixes are less
critical:

- Fix compiler warning for sysc_init_soc() that got recently introduced

- Fix external abort for am335x pruss as otherwise some am335x will hang

- Use CLKDM_NOAUTO quirk also for dra7 dcan1

- Fix older NAND device node regression for omap3-sdp

----------------------------------------------------------------
Nathan Chancellor (1):
      bus: ti-sysc: Add break in switch statement in sysc_init_soc()

Roger Quadros (1):
      ARM: dts: omap3430-sdp: Fix NAND device node

Tony Lindgren (3):
      soc: ti: omap-prm: Fix external abort for am335x pruss
      Merge branch 'pruss-fix' into fixes
      bus: ti-sysc: Use CLKDM_NOAUTO for dra7 dcan1 for errata i893

 arch/arm/boot/dts/omap3430-sdp.dts |  2 +-
 arch/arm/mach-omap2/omap_hwmod.c   |  2 ++
 drivers/bus/ti-sysc.c              |  4 ++++
 drivers/soc/ti/omap_prm.c          | 27 +++++++++++++++------------
 4 files changed, 22 insertions(+), 13 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] Fix for omaps for v5.15-rc cycle
@ 2021-10-07 12:26 ` Tony Lindgren
  0 siblings, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2021-10-07 12:26 UTC (permalink / raw)
  To: soc; +Cc: arm, linux-omap, linux-arm-kernel, Tony Lindgren

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/fixes-rc4

for you to fetch changes up to 80d680fdccba214e8106dc1aa33de5207ad75394:

  ARM: dts: omap3430-sdp: Fix NAND device node (2021-10-06 08:05:08 +0300)

----------------------------------------------------------------
Fixes for omaps for v5.15

Few regression fixes for omaps for the v5.15-rc cycle. There is a fix
for boot time hangs that can happen on some am335x devices that started
when the pruss devicetree nodes were added. The other fixes are less
critical:

- Fix compiler warning for sysc_init_soc() that got recently introduced

- Fix external abort for am335x pruss as otherwise some am335x will hang

- Use CLKDM_NOAUTO quirk also for dra7 dcan1

- Fix older NAND device node regression for omap3-sdp

----------------------------------------------------------------
Nathan Chancellor (1):
      bus: ti-sysc: Add break in switch statement in sysc_init_soc()

Roger Quadros (1):
      ARM: dts: omap3430-sdp: Fix NAND device node

Tony Lindgren (3):
      soc: ti: omap-prm: Fix external abort for am335x pruss
      Merge branch 'pruss-fix' into fixes
      bus: ti-sysc: Use CLKDM_NOAUTO for dra7 dcan1 for errata i893

 arch/arm/boot/dts/omap3430-sdp.dts |  2 +-
 arch/arm/mach-omap2/omap_hwmod.c   |  2 ++
 drivers/bus/ti-sysc.c              |  4 ++++
 drivers/soc/ti/omap_prm.c          | 27 +++++++++++++++------------
 4 files changed, 22 insertions(+), 13 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] Fix for omaps for v5.15-rc cycle
  2021-10-07 12:26 ` Tony Lindgren
  (?)
@ 2021-10-07 21:00 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2021-10-07 21:00 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Thu,  7 Oct 2021 15:26:31 +0300 you wrote:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> 
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Fix for omaps for v5.15-rc cycle
    https://git.kernel.org/soc/soc/c/3c7f58b35305

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-07 21:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-07 12:26 [GIT PULL] Fix for omaps for v5.15-rc cycle Tony Lindgren
2021-10-07 12:26 ` Tony Lindgren
2021-10-07 21:00 ` patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.