]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge branch 'ravb-rutime-PM-support'
authorDavid S. Miller <davem@davemloft.net>
Fri, 16 Feb 2024 08:32:05 +0000 (08:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Feb 2024 08:32:05 +0000 (08:32 +0000)
commitfc136368fdc34de498213a3b4e022825c0ac208a
tree8fc91c582d28731178c1f2fd2af568b3cfc815d6
parent31f26e4fec1fd9fd51efab0aee6b6c370b5e27e7
parent48f894ab07c444b9b26a0913d2032de663f4aecb
Merge branch 'ravb-rutime-PM-support'

Claudiu Beznea says:

====================
net: ravb: Add runtime PM support (part 2)

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/
====================

Signed-off-by: David S. Miller <davem@davemloft.net>