devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v5 00/10] add more features for mtk-star-emac
@ 2022-06-29  3:17 Biao Huang
  2022-06-29  3:17 ` [PATCH net-next v5 01/10] net: ethernet: mtk-star-emac: store bit_clk_div in compat structure Biao Huang
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Biao Huang @ 2022-06-29  3:17 UTC (permalink / raw)
  To: David Miller, Jakub Kicinski, Rob Herring, Bartosz Golaszewski,
	Fabien Parent
  Cc: Felix Fietkau, John Crispin, Sean Wang, Mark Lee,
	Matthias Brugger, netdev, devicetree, linux-kernel,
	linux-arm-kernel, linux-mediatek, Biao Huang, Yinghua Pan,
	Macpaul Lin

Changes in v5:
1. correct spin_lock usage which are missed in v4.

Changes in v4:
1. correct the usage of spin_lock/__napi_schedule.
2. fix coding style issue as Jakub's comments.

Changes in v3:
1. refractor driver as Jakub's comments in patch
   "net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIs".
2. add acked-by as Rob's comments.
3. add a new patch for halp-duplex support in driver.

Changes in v2:
1. fix coding style as Bartosz's comments.
2. add reviewed-by as Bartosz's comments.

This series add more features for mtk-star-emac:
1. add reference clock pad selection for RMII;
2. add simple timing adjustment for RMII;
3. add support for MII;
4. add support for new IC MT8365;
5. separate tx/rx interrupt handling.

Biao Huang (10):
  net: ethernet: mtk-star-emac: store bit_clk_div in compat structure
  net: ethernet: mtk-star-emac: modify IRQ trigger flags
  net: ethernet: mtk-star-emac: add support for MT8365 SoC
  dt-bindings: net: mtk-star-emac: add support for MT8365
  net: ethernet: mtk-star-emac: add clock pad selection for RMII
  net: ethernet: mtk-star-emac: add timing adjustment support
  dt-bindings: net: mtk-star-emac: add description for new properties
  net: ethernet: mtk-star-emac: add support for MII interface
  net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIs
  net: ethernet: mtk-star-emac: enable half duplex hardware support

 .../bindings/net/mediatek,star-emac.yaml      |  17 +
 drivers/net/ethernet/mediatek/mtk_star_emac.c | 530 ++++++++++++------
 2 files changed, 371 insertions(+), 176 deletions(-)

-- 
2.18.0



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

end of thread, other threads:[~2022-06-29 12:50 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-29  3:17 [PATCH net-next v5 00/10] add more features for mtk-star-emac Biao Huang
2022-06-29  3:17 ` [PATCH net-next v5 01/10] net: ethernet: mtk-star-emac: store bit_clk_div in compat structure Biao Huang
2022-06-29  3:17 ` [PATCH net-next v5 02/10] net: ethernet: mtk-star-emac: modify IRQ trigger flags Biao Huang
2022-06-29  3:17 ` [PATCH net-next v5 03/10] net: ethernet: mtk-star-emac: add support for MT8365 SoC Biao Huang
2022-06-29  3:17 ` [PATCH net-next v5 04/10] dt-bindings: net: mtk-star-emac: add support for MT8365 Biao Huang
2022-06-29  3:17 ` [PATCH net-next v5 05/10] net: ethernet: mtk-star-emac: add clock pad selection for RMII Biao Huang
2022-06-29  3:17 ` [PATCH net-next v5 06/10] net: ethernet: mtk-star-emac: add timing adjustment support Biao Huang
2022-06-29  3:17 ` [PATCH net-next v5 07/10] dt-bindings: net: mtk-star-emac: add description for new properties Biao Huang
2022-06-29  3:17 ` [PATCH net-next v5 08/10] net: ethernet: mtk-star-emac: add support for MII interface Biao Huang
2022-06-29  3:17 ` [PATCH net-next v5 09/10] net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIs Biao Huang
2022-06-29  3:17 ` [PATCH net-next v5 10/10] net: ethernet: mtk-star-emac: enable half duplex hardware support Biao Huang
2022-06-29 12:50 ` [PATCH net-next v5 00/10] add more features for mtk-star-emac 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).