All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next V3 0/6] net: vertexcom: mse102x: Improve RX handling
@ 2025-05-09 12:04 Stefan Wahren
  2025-05-09 12:04 ` [PATCH net-next V3 1/6] dt-bindings: vertexcom-mse102x: Fix IRQ type in example Stefan Wahren
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Stefan Wahren @ 2025-05-09 12:04 UTC (permalink / raw)
  To: Andrew Lunn, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: netdev, devicetree, Stefan Wahren

This series is the second part of two series for the Vertexcom driver.
It contains some improvements for the RX handling of the Vertexcom MSE102x.

Changes in V3:
- Fix whitespace issue in patch 4

Changes in V2:
- Add Andrew's Reviewed-by to patch 1-2
- Fix build issue reported by Jakub & kernel test bot in patch 2
- Use Andrew's suggestion for netdev_warn_once in patch 2
- Improve commit logs for patch 3 & 5
- Add new patch 4 to compensate loss of invalid CMD counter

Stefan Wahren (6):
  dt-bindings: vertexcom-mse102x: Fix IRQ type in example
  net: vertexcom: mse102x: Add warning about IRQ trigger type
  net: vertexcom: mse102x: Drop invalid cmd stats
  net: vertexcom: mse102x: Implement flag for valid CMD
  net: vertexcom: mse102x: Return code for mse102x_rx_pkt_spi
  net: vertexcom: mse102x: Simplify mse102x_rx_pkt_spi

 .../bindings/net/vertexcom-mse102x.yaml       |  2 +-
 drivers/net/ethernet/vertexcom/mse102x.c      | 80 +++++++++++--------
 2 files changed, 47 insertions(+), 35 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-05-13  2:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-09 12:04 [PATCH net-next V3 0/6] net: vertexcom: mse102x: Improve RX handling Stefan Wahren
2025-05-09 12:04 ` [PATCH net-next V3 1/6] dt-bindings: vertexcom-mse102x: Fix IRQ type in example Stefan Wahren
2025-05-09 16:01   ` Conor Dooley
2025-05-09 12:04 ` [PATCH net-next V3 2/6] net: vertexcom: mse102x: Add warning about IRQ trigger type Stefan Wahren
2025-05-09 12:04 ` [PATCH net-next V3 3/6] net: vertexcom: mse102x: Drop invalid cmd stats Stefan Wahren
2025-05-09 13:41   ` Andrew Lunn
2025-05-09 12:04 ` [PATCH net-next V3 4/6] net: vertexcom: mse102x: Implement flag for valid CMD Stefan Wahren
2025-05-09 13:42   ` Andrew Lunn
2025-05-09 12:04 ` [PATCH net-next V3 5/6] net: vertexcom: mse102x: Return code for mse102x_rx_pkt_spi Stefan Wahren
2025-05-09 12:04 ` [PATCH net-next V3 6/6] net: vertexcom: mse102x: Simplify mse102x_rx_pkt_spi Stefan Wahren
2025-05-13  2:00 ` [PATCH net-next V3 0/6] net: vertexcom: mse102x: Improve RX handling 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.