linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] soc: Add support for Marvell OcteonTX2 SDP block
@ 2022-02-09 22:42 Radha Mohan Chintakuntla
  2022-02-09 22:42 ` [PATCH 1/4] soc: octeontx2-sdp: Add SDP PF driver support Radha Mohan Chintakuntla
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Radha Mohan Chintakuntla @ 2022-02-09 22:42 UTC (permalink / raw)
  To: linux-arm-kernel, arnd, linus.walleij
  Cc: linux-kernel, sburla, Radha Mohan Chintakuntla

The Marvell OcteonTX2's SDP block is a interface for sending and receiving
ethernet packets over the PCIe interface when OcteonTX2 is in PCIe endpoint
mode. It interfaces with the OcteonTX2's NIX block queues.

Radha Mohan Chintakuntla (4):
  soc: octeontx2-sdp: Add SDP PF driver support
  soc: octeontx2-sdp: Add mailbox support
  soc: octeontx2-sdp: Add FLR handling support
  soc: octeontx2-sdp: setup the SDP channel configuration

 MAINTAINERS                                |    7 +
 drivers/soc/Kconfig                        |    1 +
 drivers/soc/Makefile                       |    1 +
 drivers/soc/marvell/Kconfig                |   18 +
 drivers/soc/marvell/Makefile               |    2 +
 drivers/soc/marvell/octeontx2-sdp/Makefile |    9 +
 drivers/soc/marvell/octeontx2-sdp/sdp.c    | 1556 ++++++++++++++++++++
 drivers/soc/marvell/octeontx2-sdp/sdp.h    |   81 +
 8 files changed, 1675 insertions(+)
 create mode 100644 drivers/soc/marvell/Kconfig
 create mode 100644 drivers/soc/marvell/Makefile
 create mode 100644 drivers/soc/marvell/octeontx2-sdp/Makefile
 create mode 100644 drivers/soc/marvell/octeontx2-sdp/sdp.c
 create mode 100644 drivers/soc/marvell/octeontx2-sdp/sdp.h

-- 
2.24.1


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

end of thread, other threads:[~2022-02-22 19:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-09 22:42 [PATCH 0/4] soc: Add support for Marvell OcteonTX2 SDP block Radha Mohan Chintakuntla
2022-02-09 22:42 ` [PATCH 1/4] soc: octeontx2-sdp: Add SDP PF driver support Radha Mohan Chintakuntla
2022-02-09 22:42 ` [PATCH 2/4] soc: octeontx2-sdp: Add mailbox support Radha Mohan Chintakuntla
2022-02-09 22:42 ` [PATCH 3/4] soc: octeontx2-sdp: Add FLR handling support Radha Mohan Chintakuntla
2022-02-09 22:42 ` [PATCH 4/4] soc: octeontx2-sdp: setup the SDP channel configuration Radha Mohan Chintakuntla
2022-02-10 16:30 ` [PATCH 0/4] soc: Add support for Marvell OcteonTX2 SDP block Arnd Bergmann
2022-02-10 22:54   ` [EXT] " Radha Chintakuntla
2022-02-22 19:52     ` Radha Chintakuntla

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