linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/4] Maintainaer updates for omaps
@ 2022-04-27 12:08 Tony Lindgren
  2022-04-27 12:08 ` [GIT PULL 2/4] Defconfig changes " Tony Lindgren
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tony Lindgren @ 2022-04-27 12:08 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 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/maintainers-signed-take2

for you to fetch changes up to 73f1aaf114e63ee2baa94ac798d5764b15e4fdc5:

  MAINTAINERS: omap: remove me as a maintainer (2022-04-26 10:48:55 +0300)

----------------------------------------------------------------
A maintainer update for omaps

A patch from Rajendra to remove his contact information for omap
PM framework.

----------------------------------------------------------------
Rajendra Nayak (1):
      MAINTAINERS: omap: remove me as a maintainer

 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

_______________________________________________
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] 4+ messages in thread

* [GIT PULL 2/4] Defconfig changes for omaps
  2022-04-27 12:08 [GIT PULL 1/4] Maintainaer updates for omaps Tony Lindgren
@ 2022-04-27 12:08 ` Tony Lindgren
  2022-04-27 12:08 ` [GIT PULL 3/4] SoC clean-up " Tony Lindgren
  2022-04-27 12:08 ` [GIT PULL 4/4] Drivers changes for ti-sysc Tony Lindgren
  2 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2022-04-27 12:08 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 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.19/defconfig-signed

for you to fetch changes up to 5c81cfb6a60a7abbfe7520fa13cabdad094d3d39:

  ARM: omap2plus_defconfig: Enable ISP176x USB driver (2022-04-21 15:00:49 +0300)

----------------------------------------------------------------
Defconfig changes for omaps

Changes to add tlv320aic3x and is176x drivers as loadable modules
to omap2plus_defconfig.

----------------------------------------------------------------
Adam Ford (1):
      ARM: omap2plus_defconfig: Enable ISP176x USB driver

Merlijn Wajer (1):
      ARM: omap2plus_defconfig: enable TLV320AIC3X

 arch/arm/configs/omap2plus_defconfig | 3 +++
 1 file changed, 3 insertions(+)

_______________________________________________
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] 4+ messages in thread

* [GIT PULL 3/4] SoC clean-up for omaps
  2022-04-27 12:08 [GIT PULL 1/4] Maintainaer updates for omaps Tony Lindgren
  2022-04-27 12:08 ` [GIT PULL 2/4] Defconfig changes " Tony Lindgren
@ 2022-04-27 12:08 ` Tony Lindgren
  2022-04-27 12:08 ` [GIT PULL 4/4] Drivers changes for ti-sysc Tony Lindgren
  2 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2022-04-27 12:08 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 71ff461c3f41f6465434b9e980c01782763e7ad8:

  iommu/omap: Fix regression in probe for NULL pointer dereference (2022-04-08 11:16:29 +0200)

are available in the Git repository at:

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

for you to fetch changes up to df3eb1feeb73f17776e559679eaa986572db0837:

  ARM: OMAP2+: drop hwmod-clock helper comment (2022-04-21 14:47:15 +0300)

----------------------------------------------------------------
Soc clean-up for omaps

Soc clean-up for omaps to add missing of_node_put() calls
and drop unused omap_device_register().

----------------------------------------------------------------
Johan Hovold (2):
      ARM: OMAP2+: drop omap_device_register() helper
      ARM: OMAP2+: drop hwmod-clock helper comment

Wang Qing (1):
      ARM: OMAP2+: add missing of_node_put before break and return

 arch/arm/mach-omap2/cm_common.c   |  8 ++++++--
 arch/arm/mach-omap2/control.c     | 19 ++++++++++++++-----
 arch/arm/mach-omap2/omap_device.c | 20 --------------------
 arch/arm/mach-omap2/omap_device.h |  1 -
 arch/arm/mach-omap2/prm_common.c  |  8 ++++++--
 5 files changed, 26 insertions(+), 30 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] 4+ messages in thread

* [GIT PULL 4/4] Drivers changes for ti-sysc
  2022-04-27 12:08 [GIT PULL 1/4] Maintainaer updates for omaps Tony Lindgren
  2022-04-27 12:08 ` [GIT PULL 2/4] Defconfig changes " Tony Lindgren
  2022-04-27 12:08 ` [GIT PULL 3/4] SoC clean-up " Tony Lindgren
@ 2022-04-27 12:08 ` Tony Lindgren
  2 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2022-04-27 12:08 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 71ff461c3f41f6465434b9e980c01782763e7ad8:

  iommu/omap: Fix regression in probe for NULL pointer dereference (2022-04-08 11:16:29 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.19/ti-sysc-signed

for you to fetch changes up to b6cd9be3d288249f52a1bcb10f7dbd445747ee59:

  bus: ti-sysc: Drop commas after SoC match table sentinels (2022-04-21 15:07:24 +0300)

----------------------------------------------------------------
Driver changes for omaps

One patch to remove commas from sentinels for ti-sysc.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      bus: ti-sysc: Drop commas after SoC match table sentinels

 drivers/bus/ti-sysc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 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] 4+ messages in thread

end of thread, other threads:[~2022-04-27 12:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-27 12:08 [GIT PULL 1/4] Maintainaer updates for omaps Tony Lindgren
2022-04-27 12:08 ` [GIT PULL 2/4] Defconfig changes " Tony Lindgren
2022-04-27 12:08 ` [GIT PULL 3/4] SoC clean-up " Tony Lindgren
2022-04-27 12:08 ` [GIT PULL 4/4] Drivers changes for ti-sysc Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).