2021-08-31 06:44:29

by Viresh Kumar

[permalink] [raw]
Subject: [PATCH] gpio: virtio: Add missing mailings lists in MAINTAINERS entry

Add gpio and virtualization lists in the MAINTAINERS entry for Virtio
gpio driver.

Reported-by: "Michael S. Tsirkin" <[email protected]>
Signed-off-by: Viresh Kumar <[email protected]>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index f632acd7d98c..da58964935d4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19650,6 +19650,8 @@ F: include/uapi/linux/virtio_fs.h
VIRTIO GPIO DRIVER
M: Enrico Weigelt, metux IT consult <[email protected]>
M: Viresh Kumar <[email protected]>
+L: [email protected]
+L: [email protected]
S: Maintained
F: drivers/gpio/gpio-virtio.c
F: include/uapi/linux/virtio_gpio.h
--
2.31.1.272.g89b43f80a514


2021-08-31 09:28:46

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH] gpio: virtio: Add missing mailings lists in MAINTAINERS entry

On Tue, Aug 31, 2021 at 8:39 AM Viresh Kumar <[email protected]> wrote:
>
> Add gpio and virtualization lists in the MAINTAINERS entry for Virtio
> gpio driver.
>
> Reported-by: "Michael S. Tsirkin" <[email protected]>
> Signed-off-by: Viresh Kumar <[email protected]>
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f632acd7d98c..da58964935d4 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19650,6 +19650,8 @@ F: include/uapi/linux/virtio_fs.h
> VIRTIO GPIO DRIVER
> M: Enrico Weigelt, metux IT consult <[email protected]>
> M: Viresh Kumar <[email protected]>
> +L: [email protected]
> +L: [email protected]
> S: Maintained
> F: drivers/gpio/gpio-virtio.c
> F: include/uapi/linux/virtio_gpio.h
> --
> 2.31.1.272.g89b43f80a514
>

Applied, thanks!

Bart