linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/6] net: ravb: Add runtime PM support (part 2)
@ 2024-02-13  9:41 Claudiu
  2024-02-13  9:41 ` [PATCH net-next v3 1/6] net: ravb: Get rid of the temporary variable irq Claudiu
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Claudiu @ 2024-02-13  9:41 UTC (permalink / raw)
  To: s.shtylyov, davem, edumazet, kuba, pabeni, biju.das.jz
  Cc: netdev, linux-renesas-soc, linux-kernel, claudiu.beznea, Claudiu Beznea

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 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 | 135 ++++++++++++++++++-----
 1 file changed, 105 insertions(+), 30 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-02-14  5:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-13  9:41 [PATCH net-next v3 0/6] net: ravb: Add runtime PM support (part 2) Claudiu
2024-02-13  9:41 ` [PATCH net-next v3 1/6] net: ravb: Get rid of the temporary variable irq Claudiu
2024-02-13  9:41 ` [PATCH net-next v3 2/6] net: ravb: Keep the reverse order of operations in ravb_close() Claudiu
2024-02-13  9:41 ` [PATCH net-next v3 3/6] net: ravb: Return cached statistics if the interface is down Claudiu
2024-02-13  9:41 ` [PATCH net-next v3 4/6] net: ravb: Move the update of ndev->features to ravb_set_features() Claudiu
2024-02-13 19:36   ` Sergey Shtylyov
2024-02-13 19:58     ` Sergey Shtylyov
2024-02-13 19:52   ` Sergey Shtylyov
2024-02-14  5:45     ` claudiu beznea
2024-02-13  9:41 ` [PATCH net-next v3 5/6] net: ravb: Do not apply features to hardware if the interface is down Claudiu
2024-02-13 10:13   ` Biju Das
2024-02-13 11:07     ` claudiu beznea
2024-02-13 11:39       ` Biju Das
2024-02-13 18:55       ` claudiu beznea
2024-02-13 19:48   ` Sergey Shtylyov
2024-02-13  9:41 ` [PATCH net-next v3 6/6] net: ravb: Add runtime PM support Claudiu

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).