netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] net: ravb: Add suspend to RAM and runtime PM support for RZ/G3S
@ 2023-11-20  8:45 Claudiu
  2023-11-20  8:45 ` [PATCH 01/13] net: ravb: Check return value of reset_control_deassert() Claudiu
                   ` (13 more replies)
  0 siblings, 14 replies; 53+ messages in thread
From: Claudiu @ 2023-11-20  8:45 UTC (permalink / raw)
  To: s.shtylyov, davem, edumazet, kuba, pabeni, p.zabel,
	yoshihiro.shimoda.uh, geert+renesas, wsa+renesas, biju.das.jz,
	prabhakar.mahadev-lad.rj, sergei.shtylyov, mitsuhiro.kimura.kc,
	masaru.nagai.vx
  Cc: netdev, linux-renesas-soc, linux-kernel, Claudiu Beznea

From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>

Hi,

This series adds suspend to RAM and runtime PM support for Ethernet
IP available on RZ/G3S (R9A08G045) SoC.

Along with it series contains preparatory fixes and cleanups.

Thank you,
Claudiu Beznea

Claudiu Beznea (13):
  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: Let IP specific receive function to interrogate descriptors
  net: ravb: Rely on PM domain to enable gptp_clk
  net: ravb: Rely on PM domain to enable refclk
  net: ravb: Make reset controller support mandatory
  net: ravb: Switch to SYSTEM_SLEEP_PM_OPS()/RUNTIME_PM_OPS() and
    pm_ptr()
  net: ravb: Use tabs instead of spaces
  net: ravb: Assert/deassert reset on suspend/resume
  net: ravb: Add runtime PM support

 drivers/net/ethernet/renesas/ravb.h      |   2 +
 drivers/net/ethernet/renesas/ravb_main.c | 220 ++++++++++++++++-------
 2 files changed, 160 insertions(+), 62 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-12-06 11:36 UTC | newest]

Thread overview: 53+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-20  8:45 [PATCH 00/13] net: ravb: Add suspend to RAM and runtime PM support for RZ/G3S Claudiu
2023-11-20  8:45 ` [PATCH 01/13] net: ravb: Check return value of reset_control_deassert() Claudiu
2023-11-20 19:03   ` Sergey Shtylyov
2023-11-21  5:59     ` claudiu beznea
2023-11-24 19:04       ` Sergey Shtylyov
2023-11-20  8:45 ` [PATCH 02/13] net: ravb: Use pm_runtime_resume_and_get() Claudiu
2023-11-20 19:23   ` Sergey Shtylyov
2023-11-21  5:57     ` claudiu beznea
2023-11-24 19:02       ` Sergey Shtylyov
2023-11-20  8:45 ` [PATCH 03/13] net: ravb: Make write access to CXR35 first before accessing other EMAC registers Claudiu
2023-11-20 19:44   ` Sergey Shtylyov
2023-11-21  6:02     ` claudiu beznea
2023-11-23 19:30       ` Sergey Shtylyov
2023-11-20  8:45 ` [PATCH 04/13] net: ravb: Start TX queues after HW initialization succeeded Claudiu
2023-11-20 19:49   ` Sergey Shtylyov
2023-11-20  8:45 ` [PATCH 05/13] net: ravb: Stop DMA in case of failures on ravb_open() Claudiu
2023-11-20 20:01   ` Sergey Shtylyov
2023-11-20  8:45 ` [PATCH 06/13] net: ravb: Let IP specific receive function to interrogate descriptors Claudiu
2023-11-23 16:37   ` Sergey Shtylyov
2023-11-23 16:48     ` Biju Das
2023-11-23 16:54       ` Sergey Shtylyov
2023-11-23 17:02         ` Biju Das
2023-11-23 17:15     ` claudiu beznea
2023-11-24 17:27       ` Sergey Shtylyov
2023-11-20  8:46 ` [PATCH 07/13] net: ravb: Rely on PM domain to enable gptp_clk Claudiu
2023-11-22 16:59   ` Sergey Shtylyov
2023-11-20  8:46 ` [PATCH 08/13] net: ravb: Rely on PM domain to enable refclk Claudiu
2023-11-22 17:31   ` Sergey Shtylyov
2023-11-23  8:48   ` Geert Uytterhoeven
2023-11-23 17:10     ` claudiu beznea
2023-11-23 19:26       ` Sergey Shtylyov
2023-11-20  8:46 ` [PATCH 09/13] net: ravb: Make reset controller support mandatory Claudiu
2023-11-21 18:46   ` Sergey Shtylyov
2023-11-24  8:07   ` Geert Uytterhoeven
2023-11-20  8:46 ` [PATCH 10/13] net: ravb: Switch to SYSTEM_SLEEP_PM_OPS()/RUNTIME_PM_OPS() and pm_ptr() Claudiu
2023-11-21 20:29   ` Sergey Shtylyov
2023-12-06 11:36   ` Geert Uytterhoeven
2023-11-20  8:46 ` [PATCH 11/13] net: ravb: Use tabs instead of spaces Claudiu
2023-11-21 18:43   ` Sergey Shtylyov
2023-11-20  8:46 ` [PATCH 12/13] net: ravb: Assert/deassert reset on suspend/resume Claudiu
2023-11-21 19:13   ` Sergey Shtylyov
2023-11-22 16:41     ` Sergey Shtylyov
2023-11-20  8:46 ` [PATCH 13/13] net: ravb: Add runtime PM support Claudiu
2023-11-22 16:25   ` Sergey Shtylyov
2023-11-23 17:04     ` claudiu beznea
2023-11-23 19:19       ` Sergey Shtylyov
2023-11-24 18:03         ` claudiu beznea
2023-11-27 14:05           ` Geert Uytterhoeven
2023-11-27 14:46             ` claudiu beznea
2023-11-28  9:23               ` claudiu beznea
2023-11-27 19:01             ` Sergey Shtylyov
2023-11-30 17:35   ` Simon Horman
2023-11-20 20:48 ` [PATCH 00/13] net: ravb: Add suspend to RAM and runtime PM support for RZ/G3S Sergey Shtylyov

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