soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: mvebu: fixes for v5.13 (#1)
@ 2021-06-20  8:36 Gregory CLEMENT
  2021-06-20  8:36 ` Gregory CLEMENT
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Gregory CLEMENT @ 2021-06-20  8:36 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm, soc
  Cc: Andrew Lunn, Sebastian Hesselbarth, linux-arm-kernel

Hi,

Here is the first pull request for fixes for mvebu for v5.13.

Gregory

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-fixes-5.13-1

for you to fetch changes up to fae20160992269431507708fb74c1fd9f3c309c1:

  firmware: turris-mox-rwtm: show message about HWRNG registration (2021-06-17 14:55:09 +0200)

----------------------------------------------------------------
mvebu fixes for 5.13 (part 1)

Few fixes for the Turris Mox rWTM firmware found on the Armada 3700
SoCs.

----------------------------------------------------------------
Marek Behún (2):
      firmware: turris-mox-rwtm: fix reply status decoding function
      firmware: turris-mox-rwtm: report failures better

Pali Rohár (2):
      firmware: turris-mox-rwtm: fail probing when firmware does not support hwrng
      firmware: turris-mox-rwtm: show message about HWRNG registration

 drivers/firmware/turris-mox-rwtm.c | 55 ++++++++++++++++++++++++++++++++------
 1 file changed, 47 insertions(+), 8 deletions(-)

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

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

* [GIT PULL] ARM: mvebu: fixes for v5.13 (#1)
  2021-06-20  8:36 [GIT PULL] ARM: mvebu: fixes for v5.13 (#1) Gregory CLEMENT
@ 2021-06-20  8:36 ` Gregory CLEMENT
  2021-06-24  1:56 ` Olof Johansson
  2021-06-24  2:40 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 5+ messages in thread
From: Gregory CLEMENT @ 2021-06-20  8:36 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson, arm, soc
  Cc: Andrew Lunn, Sebastian Hesselbarth, linux-arm-kernel

Hi,

Here is the first pull request for fixes for mvebu for v5.13.

Gregory

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-fixes-5.13-1

for you to fetch changes up to fae20160992269431507708fb74c1fd9f3c309c1:

  firmware: turris-mox-rwtm: show message about HWRNG registration (2021-06-17 14:55:09 +0200)

----------------------------------------------------------------
mvebu fixes for 5.13 (part 1)

Few fixes for the Turris Mox rWTM firmware found on the Armada 3700
SoCs.

----------------------------------------------------------------
Marek Behún (2):
      firmware: turris-mox-rwtm: fix reply status decoding function
      firmware: turris-mox-rwtm: report failures better

Pali Rohár (2):
      firmware: turris-mox-rwtm: fail probing when firmware does not support hwrng
      firmware: turris-mox-rwtm: show message about HWRNG registration

 drivers/firmware/turris-mox-rwtm.c | 55 ++++++++++++++++++++++++++++++++------
 1 file changed, 47 insertions(+), 8 deletions(-)

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

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

* Re: [GIT PULL] ARM: mvebu: fixes for v5.13 (#1)
  2021-06-20  8:36 [GIT PULL] ARM: mvebu: fixes for v5.13 (#1) Gregory CLEMENT
  2021-06-20  8:36 ` Gregory CLEMENT
@ 2021-06-24  1:56 ` Olof Johansson
  2021-06-24  1:56   ` Olof Johansson
  2021-06-24  2:40 ` patchwork-bot+linux-soc
  2 siblings, 1 reply; 5+ messages in thread
From: Olof Johansson @ 2021-06-24  1:56 UTC (permalink / raw)
  To: Gregory CLEMENT
  Cc: Arnd Bergmann, arm, soc, Andrew Lunn, Sebastian Hesselbarth,
	linux-arm-kernel

On Sun, Jun 20, 2021 at 10:36:27AM +0200, Gregory CLEMENT wrote:
> Hi,
> 
> Here is the first pull request for fixes for mvebu for v5.13.
> 
> Gregory
> 
> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
> 
>   Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-fixes-5.13-1
> 
> for you to fetch changes up to fae20160992269431507708fb74c1fd9f3c309c1:
> 
>   firmware: turris-mox-rwtm: show message about HWRNG registration (2021-06-17 14:55:09 +0200)
> 
> ----------------------------------------------------------------
> mvebu fixes for 5.13 (part 1)
> 
> Few fixes for the Turris Mox rWTM firmware found on the Armada 3700
> SoCs.

Looks like these fixes were posted in March(!!), and obviously can't be all
that urgent if it's taken until now to apply them. Doesn't seem like a severe
enough regression to go in at -rc7, so I'll queue it for the merge window.

Thanks,

-Olof

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

* Re: [GIT PULL] ARM: mvebu: fixes for v5.13 (#1)
  2021-06-24  1:56 ` Olof Johansson
@ 2021-06-24  1:56   ` Olof Johansson
  0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2021-06-24  1:56 UTC (permalink / raw)
  To: Gregory CLEMENT
  Cc: Arnd Bergmann, arm, soc, Andrew Lunn, Sebastian Hesselbarth,
	linux-arm-kernel

On Sun, Jun 20, 2021 at 10:36:27AM +0200, Gregory CLEMENT wrote:
> Hi,
> 
> Here is the first pull request for fixes for mvebu for v5.13.
> 
> Gregory
> 
> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
> 
>   Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu.git tags/mvebu-fixes-5.13-1
> 
> for you to fetch changes up to fae20160992269431507708fb74c1fd9f3c309c1:
> 
>   firmware: turris-mox-rwtm: show message about HWRNG registration (2021-06-17 14:55:09 +0200)
> 
> ----------------------------------------------------------------
> mvebu fixes for 5.13 (part 1)
> 
> Few fixes for the Turris Mox rWTM firmware found on the Armada 3700
> SoCs.

Looks like these fixes were posted in March(!!), and obviously can't be all
that urgent if it's taken until now to apply them. Doesn't seem like a severe
enough regression to go in at -rc7, so I'll queue it for the merge window.

Thanks,

-Olof

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

* Re: [GIT PULL] ARM: mvebu: fixes for v5.13 (#1)
  2021-06-20  8:36 [GIT PULL] ARM: mvebu: fixes for v5.13 (#1) Gregory CLEMENT
  2021-06-20  8:36 ` Gregory CLEMENT
  2021-06-24  1:56 ` Olof Johansson
@ 2021-06-24  2:40 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2021-06-24  2:40 UTC (permalink / raw)
  To: Gregory CLEMENT; +Cc: soc

Hello:

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

On Sun, 20 Jun 2021 10:36:27 +0200 you wrote:
> Hi,
> 
> Here is the first pull request for fixes for mvebu for v5.13.
> 
> Gregory
> 
> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] ARM: mvebu: fixes for v5.13 (#1)
    https://git.kernel.org/soc/soc/c/4014f3177b0a

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:[~2021-06-24  2:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-20  8:36 [GIT PULL] ARM: mvebu: fixes for v5.13 (#1) Gregory CLEMENT
2021-06-20  8:36 ` Gregory CLEMENT
2021-06-24  1:56 ` Olof Johansson
2021-06-24  1:56   ` Olof Johansson
2021-06-24  2:40 ` 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;
as well as URLs for NNTP newsgroup(s).