Linux SOC development
 help / color / mirror / Atom feed
* [GIT PULL] Rockchip driver changes for 5.11
@ 2020-12-06 18:32 Heiko Stuebner
  2020-12-06 18:32 ` Heiko Stuebner
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Heiko Stuebner @ 2020-12-06 18:32 UTC (permalink / raw)
  To: arm; +Cc: soc, linux-rockchip, linux-arm-kernel

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.11-rockchip-drivers-1

for you to fetch changes up to c2867b2e710fc85bb39c6f6e5948450c48e8a33e:

  soc: rockchip: io-domain: Fix error return code in rockchip_iodomain_probe() (2020-12-04 11:20:47 +0100)

----------------------------------------------------------------
Minor fixes for the io-domain soc-driver

----------------------------------------------------------------
Lee Jones (1):
      soc: rockchip: io-domain: Remove incorrect and incomplete comment header

Zhang Changzhong (1):
      soc: rockchip: io-domain: Fix error return code in rockchip_iodomain_probe()

 drivers/soc/rockchip/io-domain.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)




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

* [GIT PULL] Rockchip driver changes for 5.11
  2020-12-06 18:32 [GIT PULL] Rockchip driver changes for 5.11 Heiko Stuebner
@ 2020-12-06 18:32 ` Heiko Stuebner
  2020-12-06 18:32 ` Heiko Stuebner
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Heiko Stuebner @ 2020-12-06 18:32 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, soc, linux-arm-kernel

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.11-rockchip-drivers-1

for you to fetch changes up to c2867b2e710fc85bb39c6f6e5948450c48e8a33e:

  soc: rockchip: io-domain: Fix error return code in rockchip_iodomain_probe() (2020-12-04 11:20:47 +0100)

----------------------------------------------------------------
Minor fixes for the io-domain soc-driver

----------------------------------------------------------------
Lee Jones (1):
      soc: rockchip: io-domain: Remove incorrect and incomplete comment header

Zhang Changzhong (1):
      soc: rockchip: io-domain: Fix error return code in rockchip_iodomain_probe()

 drivers/soc/rockchip/io-domain.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)




_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* [GIT PULL] Rockchip driver changes for 5.11
  2020-12-06 18:32 [GIT PULL] Rockchip driver changes for 5.11 Heiko Stuebner
  2020-12-06 18:32 ` Heiko Stuebner
@ 2020-12-06 18:32 ` Heiko Stuebner
  2020-12-08 23:31 ` Arnd Bergmann
  2020-12-08 23:50 ` patchwork-bot+linux-soc
  3 siblings, 0 replies; 7+ messages in thread
From: Heiko Stuebner @ 2020-12-06 18:32 UTC (permalink / raw)
  To: arm; +Cc: linux-rockchip, soc, linux-arm-kernel

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.11-rockchip-drivers-1

for you to fetch changes up to c2867b2e710fc85bb39c6f6e5948450c48e8a33e:

  soc: rockchip: io-domain: Fix error return code in rockchip_iodomain_probe() (2020-12-04 11:20:47 +0100)

----------------------------------------------------------------
Minor fixes for the io-domain soc-driver

----------------------------------------------------------------
Lee Jones (1):
      soc: rockchip: io-domain: Remove incorrect and incomplete comment header

Zhang Changzhong (1):
      soc: rockchip: io-domain: Fix error return code in rockchip_iodomain_probe()

 drivers/soc/rockchip/io-domain.c | 4 +---
 1 file changed, 1 insertion(+), 3 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] 7+ messages in thread

* Re: [GIT PULL] Rockchip driver changes for 5.11
  2020-12-06 18:32 [GIT PULL] Rockchip driver changes for 5.11 Heiko Stuebner
  2020-12-06 18:32 ` Heiko Stuebner
  2020-12-06 18:32 ` Heiko Stuebner
@ 2020-12-08 23:31 ` Arnd Bergmann
  2020-12-08 23:31   ` Arnd Bergmann
  2020-12-08 23:31   ` Arnd Bergmann
  2020-12-08 23:50 ` patchwork-bot+linux-soc
  3 siblings, 2 replies; 7+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:31 UTC (permalink / raw)
  To: Heiko Stuebner, arm; +Cc: Arnd Bergmann, soc, linux-arm-kernel, linux-rockchip

From: Arnd Bergmann <arnd@arndb.de>

On Sun, 06 Dec 2020 19:32:04 +0100, Heiko Stuebner wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.11-rockchip-drivers-1
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: d7f9c26b45254bce50c0a4ec030d44abeb6eb22c

       Arnd

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

* Re: [GIT PULL] Rockchip driver changes for 5.11
  2020-12-08 23:31 ` Arnd Bergmann
  2020-12-08 23:31   ` Arnd Bergmann
@ 2020-12-08 23:31   ` Arnd Bergmann
  1 sibling, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:31 UTC (permalink / raw)
  To: Heiko Stuebner, arm; +Cc: linux-rockchip, soc, linux-arm-kernel, Arnd Bergmann

From: Arnd Bergmann <arnd@arndb.de>

On Sun, 06 Dec 2020 19:32:04 +0100, Heiko Stuebner wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.11-rockchip-drivers-1
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: d7f9c26b45254bce50c0a4ec030d44abeb6eb22c

       Arnd

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

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

* Re: [GIT PULL] Rockchip driver changes for 5.11
  2020-12-08 23:31 ` Arnd Bergmann
@ 2020-12-08 23:31   ` Arnd Bergmann
  2020-12-08 23:31   ` Arnd Bergmann
  1 sibling, 0 replies; 7+ messages in thread
From: Arnd Bergmann @ 2020-12-08 23:31 UTC (permalink / raw)
  To: Heiko Stuebner, arm; +Cc: linux-rockchip, soc, linux-arm-kernel, Arnd Bergmann

From: Arnd Bergmann <arnd@arndb.de>

On Sun, 06 Dec 2020 19:32:04 +0100, Heiko Stuebner wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.11-rockchip-drivers-1
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: d7f9c26b45254bce50c0a4ec030d44abeb6eb22c

       Arnd

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

* Re: [GIT PULL] Rockchip driver changes for 5.11
  2020-12-06 18:32 [GIT PULL] Rockchip driver changes for 5.11 Heiko Stuebner
                   ` (2 preceding siblings ...)
  2020-12-08 23:31 ` Arnd Bergmann
@ 2020-12-08 23:50 ` patchwork-bot+linux-soc
  3 siblings, 0 replies; 7+ messages in thread
From: patchwork-bot+linux-soc @ 2020-12-08 23:50 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next):

On Sun, 06 Dec 2020 19:32:04 +0100 you wrote:
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
> 
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.11-rockchip-drivers-1
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Rockchip driver changes for 5.11
    https://git.kernel.org/soc/soc/c/d7f9c26b4525

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

end of thread, other threads:[~2020-12-08 23:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-06 18:32 [GIT PULL] Rockchip driver changes for 5.11 Heiko Stuebner
2020-12-06 18:32 ` Heiko Stuebner
2020-12-06 18:32 ` Heiko Stuebner
2020-12-08 23:31 ` Arnd Bergmann
2020-12-08 23:31   ` Arnd Bergmann
2020-12-08 23:31   ` Arnd Bergmann
2020-12-08 23:50 ` 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