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

Changes in v2:

Rebased to dev-6.6.
Handled comments from Jeremy.

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

Santosh Puranik (1):
  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  | 386 +++++++++++++++++++++++++++++++++++
 include/linux/usb/mctp-usb.h |  30 +++
 include/uapi/linux/usb/ch9.h |   1 +
 6 files changed, 429 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] 5+ messages in thread

end of thread, other threads:[~2025-05-08  7:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-07 17:38 [PATCH linux dev-6.6 v2 0/3] Backport MCTP Over USB Binding Santosh Puranik
2025-05-07 17:38 ` [PATCH linux dev-6.6 v2 1/3] usb: Add base USB MCTP definitions Santosh Puranik
2025-05-07 17:38 ` [PATCH linux dev-6.6 v2 2/3] net: mctp: Add MCTP USB transport driver Santosh Puranik
2025-05-07 17:38 ` [PATCH linux dev-6.6 v2 3/3] net: mctp: usb: Port for kernel 6.6 Santosh Puranik
2025-05-08  7:12   ` Andrew Jeffery

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.