All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-6.6 0/3] Backport MCTP Over USB Binding
@ 2025-04-27 15:30 Santosh Puranik
  2025-04-27 15:30 ` [PATCH linux dev-6.6 1/3] usb: Add base USB MCTP definitions Santosh Puranik
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Santosh Puranik @ 2025-04-27 15:30 UTC (permalink / raw)
  To: openbmc, joel, andrew, jk

This series backports the MCTP over USB binding driver and associated
definitions.

Patches 1 and 2 were cherry-picked from upstream linux master and
patch 3 includes fixes needed to backport the binding to 6.6.

This was tested against NVIDIA BMC (machine gb200nvl-obmc) running
on ASPEED AST2600.

Jeremy Kerr (2):
  usb: Add base USB MCTP definitions
  net: mctp: Add MCTP USB transport driver

Santosh Puranik (1):
  drivers: net: mctp: usb: Port for kernel 6.6

 MAINTAINERS                  |   1 +
 drivers/net/mctp/Kconfig     |  10 +
 drivers/net/mctp/Makefile    |   1 +
 drivers/net/mctp/mctp-usb.c  | 387 +++++++++++++++++++++++++++++++++++
 include/linux/usb/mctp-usb.h |  30 +++
 include/uapi/linux/usb/ch9.h |   1 +
 6 files changed, 430 insertions(+)
 create mode 100644 drivers/net/mctp/mctp-usb.c
 create mode 100644 include/linux/usb/mctp-usb.h

-- 
2.39.5



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

end of thread, other threads:[~2025-05-07 17:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-27 15:30 [PATCH linux dev-6.6 0/3] Backport MCTP Over USB Binding Santosh Puranik
2025-04-27 15:30 ` [PATCH linux dev-6.6 1/3] usb: Add base USB MCTP definitions Santosh Puranik
2025-04-27 15:30 ` [PATCH linux dev-6.6 2/3] net: mctp: Add MCTP USB transport driver Santosh Puranik
2025-04-27 15:30 ` [PATCH linux dev-6.6 3/3] net: mctp: usb: Port for kernel 6.6 Santosh Puranik
2025-04-28  1:43   ` Jeremy Kerr
2025-04-28 13:43     ` Santosh Puranik
2025-04-28  1:43 ` [PATCH linux dev-6.6 0/3] Backport MCTP Over USB Binding Jeremy Kerr
2025-04-28 13:45   ` Santosh Puranik
2025-04-30  3:58   ` Andrew Jeffery
2025-05-06  7:11     ` Andrew Jeffery
2025-05-07 17:41       ` Santosh Puranik

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.