Message ID | 20231128080439.852467-1-claudiu.beznea.uj@bp.renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | net: ravb: Fixes for the ravb driver | expand |
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni <pabeni@redhat.com>: On Tue, 28 Nov 2023 10:04:33 +0200 you wrote: > From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> > > Hi, > > This series adds some fixes for ravb driver. Patches in this series > were initilly part of series at [1]. > > [...] Here is the summary with links: - [v2,1/6] net: ravb: Check return value of reset_control_deassert() https://git.kernel.org/netdev/net/c/d8eb6ea4b302 - [v2,2/6] net: ravb: Use pm_runtime_resume_and_get() https://git.kernel.org/netdev/net/c/88b74831faae - [v2,3/6] net: ravb: Make write access to CXR35 first before accessing other EMAC registers https://git.kernel.org/netdev/net/c/d78c0ced60d5 - [v2,4/6] net: ravb: Start TX queues after HW initialization succeeded https://git.kernel.org/netdev/net/c/6f32c0866020 - [v2,5/6] net: ravb: Stop DMA in case of failures on ravb_open() https://git.kernel.org/netdev/net/c/eac16a733427 - [v2,6/6] net: ravb: Keep reverse order of operations in ravb_remove() https://git.kernel.org/netdev/net/c/edf9bc396e05 You are awesome, thank you!
From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Hi, This series adds some fixes for ravb driver. Patches in this series were initilly part of series at [1]. Changes in v2: - in description of patch 1/6 documented the addition of out_free_netdev goto label - collected tags - s/out_runtime_disable/out_rpm_disable in patch 2/6 - fixed typos in description of patch 6/6 Changes since [1]: - addressed review comments - added patch 6/6 [1] https://lore.kernel.org/all/20231120084606.4083194-1-claudiu.beznea.uj@bp.renesas.com/ Claudiu Beznea (6): net: ravb: Check return value of reset_control_deassert() net: ravb: Use pm_runtime_resume_and_get() net: ravb: Make write access to CXR35 first before accessing other EMAC registers net: ravb: Start TX queues after HW initialization succeeded net: ravb: Stop DMA in case of failures on ravb_open() net: ravb: Keep reverse order of operations in ravb_remove() drivers/net/ethernet/renesas/ravb_main.c | 58 ++++++++++++++---------- 1 file changed, 35 insertions(+), 23 deletions(-)