mbox series

[net,v3,0/2] net: ravb: Fix potential issues

Message ID 20230124000211.1426624-1-yoshihiro.shimoda.uh@renesas.com (mailing list archive)
Headers show
Series net: ravb: Fix potential issues | expand

Message

Yoshihiro Shimoda Jan. 24, 2023, 12:02 a.m. UTC
Fix potentiall issues on the ravb driver.

Changes from v2:
https://lore.kernel.org/all/20230123131331.1425648-1-yoshihiro.shimoda.uh@renesas.com/
 - Add Reviewed-by in the patch [2/2].
 - Add a commit description in the patch [2/2].

Changes from v1:
https://lore.kernel.org/all/20230119043920.875280-1-yoshihiro.shimoda.uh@renesas.com/
 - Fix typo in the patch [1/2].
 - Add Reviewed-by in the patch [1/2].
 - Fix "Fixed" tag in the patch [2/2].
 - Fix a comment indentation of the code in the patch [2/2].

Yoshihiro Shimoda (2):
  net: ravb: Fix lack of register setting after system resumed for Gen3
  net: ravb: Fix possible hang if RIS2_QFF1 happen

 drivers/net/ethernet/renesas/ravb_main.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 25, 2023, 1:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Tue, 24 Jan 2023 09:02:09 +0900 you wrote:
> Fix potentiall issues on the ravb driver.
> 
> Changes from v2:
> https://lore.kernel.org/all/20230123131331.1425648-1-yoshihiro.shimoda.uh@renesas.com/
>  - Add Reviewed-by in the patch [2/2].
>  - Add a commit description in the patch [2/2].
> 
> [...]

Here is the summary with links:
  - [net,v3,1/2] net: ravb: Fix lack of register setting after system resumed for Gen3
    https://git.kernel.org/netdev/net/c/c2b6cdee1d13
  - [net,v3,2/2] net: ravb: Fix possible hang if RIS2_QFF1 happen
    https://git.kernel.org/netdev/net/c/f3c07758c900

You are awesome, thank you!