]> www.infradead.org Git - users/jedix/linux-maple.git/commit
usb: Add base USB MCTP definitions
authorJeremy Kerr <jk@codeconstruct.com.au>
Fri, 21 Feb 2025 00:56:57 +0000 (08:56 +0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 22 Feb 2025 00:45:21 +0000 (16:45 -0800)
commitdcc35baae732b9079b2c6595cfd86da02b34a4e6
treee4b74881cc5203a918be40fd253ab6f170aa7dcb
parente6a532185daae9302bf2f358c8675733093b906e
usb: Add base USB MCTP definitions

Upcoming changes will add a USB host (and later gadget) driver for the
MCTP-over-USB protocol. Add a header that provides common definitions
for protocol support: the packet header format and a few framing
definitions. Add a define for the MCTP class code, as per
https://usb.org/defined-class-codes.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://patch.msgid.link/20250221-dev-mctp-usb-v3-1-3353030fe9cc@codeconstruct.com.au
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
MAINTAINERS
include/linux/usb/mctp-usb.h [new file with mode: 0644]
include/uapi/linux/usb/ch9.h