Linux SOC development
 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
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ 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(-)

^ permalink raw reply	[flat|nested] 5+ 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
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ 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(+)

^ permalink raw reply	[flat|nested] 5+ 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
  2022-05-03 14:50 ` [GIT PULL 1/4] Maintainaer updates for omaps patchwork-bot+linux-soc
  3 siblings, 0 replies; 5+ 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(-)

^ permalink raw reply	[flat|nested] 5+ 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
  2022-05-03 14:50 ` [GIT PULL 1/4] Maintainaer updates for omaps patchwork-bot+linux-soc
  3 siblings, 0 replies; 5+ 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(-)

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

* Re: [GIT PULL 1/4] Maintainaer updates for omaps
  2022-04-27 12:08 [GIT PULL 1/4] Maintainaer updates for omaps Tony Lindgren
                   ` (2 preceding siblings ...)
  2022-04-27 12:08 ` [GIT PULL 4/4] Drivers changes for ti-sysc Tony Lindgren
@ 2022-05-03 14:50 ` patchwork-bot+linux-soc
  3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2022-05-03 14:50 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: soc

Hello:

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

On Wed, 27 Apr 2022 15:08:25 +0300 you wrote:
> 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:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/4] Maintainaer updates for omaps
    https://git.kernel.org/soc/soc/c/211e1faef5a0
  - [GIT,PULL,2/4] Defconfig changes for omaps
    https://git.kernel.org/soc/soc/c/efad535480c1
  - [GIT,PULL,3/4] SoC clean-up for omaps
    https://git.kernel.org/soc/soc/c/89c839720c9b
  - [GIT,PULL,4/4] Drivers changes for ti-sysc
    https://git.kernel.org/soc/soc/c/4d7b3fd9f38f

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

end of thread, other threads:[~2022-05-03 14:50 UTC | newest]

Thread overview: 5+ 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
2022-05-03 14:50 ` [GIT PULL 1/4] Maintainaer updates for omaps patchwork-bot+linux-soc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox