All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v4 0/7] Add Aspeed G7 FTGMAC100 support
@ 2024-12-05  7:20 Jacky Chou
  2024-12-05  7:20 ` [PATCH net-next v4 1/7] dt-bindings: net: ftgmac100: support for AST2700 Jacky Chou
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Jacky Chou @ 2024-12-05  7:20 UTC (permalink / raw)
  To: andrew+netdev, davem, edumazet, kuba, pabeni, robh, krzk+dt,
	conor+dt, p.zabel, netdev, devicetree, linux-kernel
  Cc: jacky_chou

The Aspeed 7th generation SoC features three FTGMAC100.
The main difference from the previous generation is that the
FTGMAC100 adds support for 64-bit DMA capability. Another change
is that the RMII/RGMII pin strap configuration is changed to be set
in the bit 20 fo register 0x50.

Jacky Chou (7):
  dt-bindings: net: ftgmac100: support for AST2700
  net: faraday: Add ARM64 in FTGMAC100 for AST2700
  net: ftgmac100: Add reset toggling for Aspeed SOCs
  net: ftgmac100: Add support for AST2700
  net: ftgmac100: add pin strap configuration for AST2700
  net: ftgmac100: Add 64-bit DMA support for AST2700
  net: ftgmac100: remove extra newline symbols

 .../bindings/net/faraday,ftgmac100.yaml       | 17 ++++-
 drivers/net/ethernet/faraday/Kconfig          |  7 +-
 drivers/net/ethernet/faraday/ftgmac100.c      | 75 +++++++++++++++----
 drivers/net/ethernet/faraday/ftgmac100.h      | 10 +++
 4 files changed, 88 insertions(+), 21 deletions(-)

---
 v2:
  - Separate old patch to multiple patch
  - Add more commit information in all patches
  - Add error handling in ftgmac100.
 v3:
  - Move reset function to normal probe procedure
  - Move dma set mask to normal probe procedure
 v4:
  - Add more information in commit messages
  - Add resets property in ftgmac100 yaml
  - Remove more print log from reset flow in ftgmac100 driver
-- 
2.25.1


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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-05  7:20 [PATCH net-next v4 0/7] Add Aspeed G7 FTGMAC100 support Jacky Chou
2024-12-05  7:20 ` [PATCH net-next v4 1/7] dt-bindings: net: ftgmac100: support for AST2700 Jacky Chou
2024-12-05  8:17   ` Rob Herring (Arm)
2024-12-06  1:52     ` 回覆: " Jacky Chou
2024-12-05  9:23   ` Krzysztof Kozlowski
2024-12-06  1:57     ` 回覆: " Jacky Chou
2024-12-05  9:24   ` Krzysztof Kozlowski
2024-12-05  7:20 ` [PATCH net-next v4 2/7] net: faraday: Add ARM64 in FTGMAC100 " Jacky Chou
2024-12-05  7:20 ` [PATCH net-next v4 3/7] net: ftgmac100: Add reset toggling for Aspeed SOCs Jacky Chou
2024-12-09 16:49   ` Simon Horman
2024-12-11  3:06     ` 回覆: " Jacky Chou
2024-12-05  7:20 ` [PATCH net-next v4 4/7] net: ftgmac100: Add support for AST2700 Jacky Chou
2024-12-05  7:20 ` [PATCH net-next v4 5/7] net: ftgmac100: add pin strap configuration " Jacky Chou
2024-12-05  7:20 ` [PATCH net-next v4 6/7] net: ftgmac100: Add 64-bit DMA support " Jacky Chou
2024-12-05  7:20 ` [PATCH net-next v4 7/7] net: ftgmac100: remove extra newline symbols Jacky Chou

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.