All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V5 net-next 0/3] Support some features for the HIBMCGE driver
@ 2025-07-02 12:57 Jijie Shao
  2025-07-02 12:57 ` [PATCH V5 net-next 1/3] net: hibmcge: support scenario without PHY Jijie Shao
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jijie Shao @ 2025-07-02 12:57 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, andrew+netdev, horms
  Cc: shenjian15, liuyonglong, chenhao418, jonathan.cameron,
	shameerali.kolothum.thodi, salil.mehta, netdev, linux-kernel,
	shaojijie

Support some features for the HIBMCGE driver

---
v4 -> v5:
  - Use PTR_ERR() instead of IS_ERR(), suggested by Andrew Lunn.
  v4: https://lore.kernel.org/all/20250701125446.720176-1-shaojijie@huawei.com/
ChangeLog:
v3 -> v4:
  - Fix git log syntax issues, suggested by Larysa Zaremba
  v3: https://lore.kernel.org/all/20250626020613.637949-1-shaojijie@huawei.com/
v2 -> v3:
  - Use fixed_phy to re-implement the no-phy scenario, suggested by Andrew Lunn
  v2: https://lore.kernel.org/all/20250623034129.838246-1-shaojijie@huawei.com/
v1 -> v2:
  - Fix code formatting errors, reported by Jakub Kicinski
  v1: https://lore.kernel.org/all/20250619144423.2661528-1-shaojijie@huawei.com/
---

Jijie Shao (3):
  net: hibmcge: support scenario without PHY
  net: hibmcge: adjust the burst len configuration of the MAC controller
    to improve TX performance.
  net: hibmcge: configure FIFO thresholds according to the MAC
    controller documentation

 .../net/ethernet/hisilicon/hibmcge/hbg_hw.c   | 57 +++++++++++++++++++
 .../net/ethernet/hisilicon/hibmcge/hbg_mdio.c | 38 +++++++++++++
 .../net/ethernet/hisilicon/hibmcge/hbg_reg.h  |  8 +++
 3 files changed, 103 insertions(+)

-- 
2.33.0


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

end of thread, other threads:[~2025-07-08 16:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-02 12:57 [PATCH V5 net-next 0/3] Support some features for the HIBMCGE driver Jijie Shao
2025-07-02 12:57 ` [PATCH V5 net-next 1/3] net: hibmcge: support scenario without PHY Jijie Shao
2025-07-02 12:57 ` [PATCH V5 net-next 2/3] net: hibmcge: adjust the burst len configuration of the MAC controller to improve TX performance Jijie Shao
2025-07-02 12:57 ` [PATCH V5 net-next 3/3] net: hibmcge: configure FIFO thresholds according to the MAC controller documentation Jijie Shao
2025-07-08 16:10 ` [PATCH V5 net-next 0/3] Support some features for the HIBMCGE driver patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.