[PATCH linux dev-6.6 0/3] Backport MCTP Over USB Binding

Santosh Puranik santosh.puranik.ibm at gmail.com
Mon Apr 28 01:30:05 AEST 2025


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



More information about the openbmc mailing list