Re: [PATCH v4 2/3] virtio-spi: Add virtio-spi.h
Haixu Cui <[email protected]> Mon, 25 Aug 2025 17:12:44 +0800
| Newsgroups | dev.linux.lists.virtio-dev,org.kernel.vger.linux-kernel,org.kernel.vger.linux-spi |
|---|---|
| Message-ID | <[email protected]> |
On 8/21/2025 4:42 PM, Michael S. Tsirkin wrote: > On Wed, Aug 20, 2025 at 04:49:43PM +0800, Haixu Cui wrote: >> Add virtio-spi.h header for virtio SPI. >> >> Signed-off-by: Haixu Cui <[email protected]> >> --- >> MAINTAINERS | 5 + >> include/uapi/linux/virtio_spi.h | 185 ++++++++++++++++++++++++++++++++ >> 2 files changed, 190 insertions(+) >> create mode 100644 include/uapi/linux/virtio_spi.h >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index daf520a13bdf..3e289677ca18 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -26760,6 +26760,11 @@ S: Maintained >> F: include/uapi/linux/virtio_snd.h >> F: sound/virtio/* >> >> +VIRTIO SPI DRIVER >> +M: Haixu Cui <[email protected]> >> +S: Maintained >> +F: include/uapi/linux/virtio_spi.h >> + > > I would add a mailing list: > > [email protected] > > Hi Michael, Thank you for the suggestion to add a mailing list to the MAINTAINERS entry. I noticed that other VIRTIO drivers, such as VIRTIO BALLOON, are currently using [email protected] rather than [email protected]. Just to confirm—should I use [email protected] for consistency, or is [email protected] the updated preferred list? Appreciate your guidance! Best regards, Haixu Cui