Message ID | 20240214135800.2674435-1-claudiu.beznea.uj@bp.renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | net: ravb: Add runtime PM support (part 2) | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Wed, 14 Feb 2024 15:57:54 +0200 you wrote: > From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> > > Hi, > > Series adds runtime PM support for the ravb driver. This is a continuation > of [1]. > > [...] Here is the summary with links: - [net-next,v4,1/6] net: ravb: Get rid of the temporary variable irq https://git.kernel.org/netdev/net-next/c/a260f080660e - [net-next,v4,2/6] net: ravb: Keep the reverse order of operations in ravb_close() https://git.kernel.org/netdev/net-next/c/a5f149a97d09 - [net-next,v4,3/6] net: ravb: Return cached statistics if the interface is down https://git.kernel.org/netdev/net-next/c/bbf2345fa658 - [net-next,v4,4/6] net: ravb: Move the update of ndev->features to ravb_set_features() https://git.kernel.org/netdev/net-next/c/7bddccc9911c - [net-next,v4,5/6] net: ravb: Do not apply features to hardware if the interface is down https://git.kernel.org/netdev/net-next/c/a71a50e391bf - [net-next,v4,6/6] net: ravb: Add runtime PM support https://git.kernel.org/netdev/net-next/c/48f894ab07c4 You are awesome, thank you!
From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Hi, Series adds runtime PM support for the ravb driver. This is a continuation of [1]. There are 5 more preparation patches (patches 1-5) and patch 6 adds runtime PM support. Patches in this series were part of [2]. Changes in v4: - remove unnecessary code from patch 4/6 - improve the code in patch 5/6 Changes in v3: - fixed typos - added patch "net: ravb: Move the update of ndev->features to ravb_set_features()" - changes title of patch "net: ravb: Do not apply RX checksum settings to hardware if the interface is down" from v2 into "net: ravb: Do not apply features to hardware if the interface is down", changed patch description and updated the patch - collected tags Changes in v2: - address review comments - in patch 4/5 take into account the latest changes introduced in ravb_set_features_gbeth() Changes since [2]: - patch 1/5 is new - use pm_runtime_get_noresume() and pm_runtime_active() in patches 3/5, 4/5 - fixed higlighted typos in patch 4/5 [1] https://lore.kernel.org/all/20240202084136.3426492-1-claudiu.beznea.uj@bp.renesas.com/ [2] https://lore.kernel.org/all/20240105082339.1468817-1-claudiu.beznea.uj@bp.renesas.com/ Claudiu Beznea (6): net: ravb: Get rid of the temporary variable irq net: ravb: Keep the reverse order of operations in ravb_close() net: ravb: Return cached statistics if the interface is down net: ravb: Move the update of ndev->features to ravb_set_features() net: ravb: Do not apply features to hardware if the interface is down net: ravb: Add runtime PM support drivers/net/ethernet/renesas/ravb_main.c | 132 ++++++++++++++++++----- 1 file changed, 103 insertions(+), 29 deletions(-)