From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Jeremy Kerr <jk@codeconstruct.com.au>
Cc: Matt Johnston <matt@codeconstruct.com.au>,
Andrew Lunn <andrew+netdev@lunn.ch>,
"David S. Miller" <davem@davemloft.net>,
Eric Dumazet <edumazet@google.com>,
Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
netdev@vger.kernel.org, linux-usb@vger.kernel.org,
Santosh Puranik <spuranik@nvidia.com>
Subject: Re: [PATCH net-next v2 1/2] usb: Add base USB MCTP definitions
Date: Wed, 12 Feb 2025 10:15:01 +0100 [thread overview]
Message-ID: <2025021240-perplexed-hurt-2adb@gregkh> (raw)
In-Reply-To: <20250212-dev-mctp-usb-v2-1-76e67025d764@codeconstruct.com.au>
On Wed, Feb 12, 2025 at 10:46:50AM +0800, Jeremy Kerr wrote:
> 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>
>
> ---
> v2:
> - add reference & URL to DSP0283
> - update copyright year
> ---
> MAINTAINERS | 1 +
> include/linux/usb/mctp-usb.h | 30 ++++++++++++++++++++++++++++++
> include/uapi/linux/usb/ch9.h | 1 +
> 3 files changed, 32 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 67665d9dd536873e94afffc00393c2fe2e8c2797..e7b326dba9a9e6f50c3beeb172d93641841f6242 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13903,6 +13903,7 @@ L: netdev@vger.kernel.org
> S: Maintained
> F: Documentation/networking/mctp.rst
> F: drivers/net/mctp/
> +F: include/linux/usb/mctp-usb.h
> F: include/net/mctp.h
> F: include/net/mctpdevice.h
> F: include/net/netns/mctp.h
> diff --git a/include/linux/usb/mctp-usb.h b/include/linux/usb/mctp-usb.h
> new file mode 100644
> index 0000000000000000000000000000000000000000..b19392aa29310eda504f65bd098c849bd02dc0a1
> --- /dev/null
> +++ b/include/linux/usb/mctp-usb.h
> @@ -0,0 +1,30 @@
> +/* SPDX-License-Identifier: GPL-2.0+ */
I missed this the last time, sorry, but I have to ask, do you really
mean v2 or later? If so, that's fine, just want to make sure.
Whichever you pick is fine with me, so:
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
next prev parent reply other threads:[~2025-02-12 9:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-12 2:46 [PATCH net-next v2 0/2] mctp: Add MCTP-over-USB hardware transport binding Jeremy Kerr
2025-02-12 2:46 ` [PATCH net-next v2 1/2] usb: Add base USB MCTP definitions Jeremy Kerr
2025-02-12 9:15 ` Greg Kroah-Hartman [this message]
2025-02-17 8:55 ` Jeremy Kerr
2025-02-17 9:02 ` Greg Kroah-Hartman
2025-02-15 3:37 ` Jakub Kicinski
2025-02-12 2:46 ` [PATCH net-next v2 2/2] net: mctp: Add MCTP USB transport driver Jeremy Kerr
2025-02-15 3:45 ` Jakub Kicinski
2025-02-17 8:40 ` Jeremy Kerr
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2025021240-perplexed-hurt-2adb@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=jk@codeconstruct.com.au \
--cc=kuba@kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=matt@codeconstruct.com.au \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=spuranik@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.