netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 net-next 0/3] amd-xgbe: add support for AMD Crater
@ 2023-12-12  5:37 Raju Rangoju
  2023-12-12  5:37 ` [PATCH v3 net-next 1/3] amd-xgbe: reorganize the code of XPCS access Raju Rangoju
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Raju Rangoju @ 2023-12-12  5:37 UTC (permalink / raw)
  To: netdev; +Cc: davem, edumazet, kuba, pabeni, Shyam-sundar.S-k, Raju Rangoju

Add support for a new AMD Ethernet device called "Crater". It has a new
PCI ID, add this to the current list of supported devices in the
amd-xgbe devices.Also, the BAR1 addresses cannot be used to access the
PCS registers on Crater platform, use the indirect addressing via SMN
instead.

Changes since v2:
 - Club patches 2 and 3 to avoid build warnings.
 - Fix the smatch warnings.
 - Fix the build errors on arm64


Raju Rangoju (3):
  amd-xgbe: reorganize the code of XPCS access
  amd-xgbe: add support for Crater ethernet device
  amd-xgbe: use smn functions to avoid race

 drivers/net/ethernet/amd/xgbe/xgbe-common.h |   5 +
 drivers/net/ethernet/amd/xgbe/xgbe-dev.c    | 119 ++++++++++++++++----
 drivers/net/ethernet/amd/xgbe/xgbe-pci.c    |  51 ++++++++-
 drivers/net/ethernet/amd/xgbe/xgbe-smn.h    |  27 +++++
 drivers/net/ethernet/amd/xgbe/xgbe.h        |   6 +
 5 files changed, 180 insertions(+), 28 deletions(-)
 create mode 100644 drivers/net/ethernet/amd/xgbe/xgbe-smn.h

-- 
2.34.1


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

end of thread, other threads:[~2023-12-15 14:35 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-12  5:37 [PATCH v3 net-next 0/3] amd-xgbe: add support for AMD Crater Raju Rangoju
2023-12-12  5:37 ` [PATCH v3 net-next 1/3] amd-xgbe: reorganize the code of XPCS access Raju Rangoju
2023-12-12  8:49   ` Kalesh Anakkur Purayil
2023-12-12 14:33   ` Tom Lendacky
2023-12-13 15:35     ` Raju Rangoju
2023-12-13 16:37       ` Tom Lendacky
2023-12-12  5:37 ` [PATCH v3 net-next 2/3] amd-xgbe: add support for Crater ethernet device Raju Rangoju
2023-12-12 15:32   ` Tom Lendacky
2023-12-13 16:25     ` Raju Rangoju
2023-12-13 16:42       ` Tom Lendacky
2023-12-12  5:37 ` [PATCH v3 net-next 3/3] amd-xgbe: use smn functions to avoid race Raju Rangoju
2023-12-12 15:38   ` Tom Lendacky
2023-12-15  4:35     ` Raju Rangoju
2023-12-15 14:35       ` Tom Lendacky

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