netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] net: ravb: Fixes for the ravb driver
@ 2023-11-28  8:04 Claudiu
  2023-11-28  8:04 ` [PATCH v2 1/6] net: ravb: Check return value of reset_control_deassert() Claudiu
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Claudiu @ 2023-11-28  8:04 UTC (permalink / raw)
  To: s.shtylyov, davem, edumazet, kuba, pabeni, richardcochran,
	p.zabel, yoshihiro.shimoda.uh, renesas, robh, biju.das.jz,
	prabhakar.mahadev-lad.rj, mitsuhiro.kimura.kc, masaru.nagai.vx
  Cc: netdev, linux-renesas-soc, linux-kernel

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

-- 
2.39.2


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

end of thread, other threads:[~2023-11-30 10:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-28  8:04 [PATCH v2 0/6] net: ravb: Fixes for the ravb driver Claudiu
2023-11-28  8:04 ` [PATCH v2 1/6] net: ravb: Check return value of reset_control_deassert() Claudiu
2023-11-28  8:04 ` [PATCH v2 2/6] net: ravb: Use pm_runtime_resume_and_get() Claudiu
2023-11-28  8:04 ` [PATCH v2 3/6] net: ravb: Make write access to CXR35 first before accessing other EMAC registers Claudiu
2023-11-28  8:04 ` [PATCH v2 4/6] net: ravb: Start TX queues after HW initialization succeeded Claudiu
2023-11-28  8:11   ` Kalesh Anakkur Purayil
2023-11-28  8:04 ` [PATCH v2 5/6] net: ravb: Stop DMA in case of failures on ravb_open() Claudiu
2023-11-28  8:04 ` [PATCH v2 6/6] net: ravb: Keep reverse order of operations in ravb_remove() Claudiu
2023-11-30 10:20 ` [PATCH v2 0/6] net: ravb: Fixes for the ravb driver patchwork-bot+netdevbpf

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