LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH v1] MAINTAINERS: Add Syed Nayyar Waris to ACCES 104-QUAD-8 driver
@ 2020-03-20 8:12 Syed Nayyar Waris
2020-03-20 13:36 ` William Breathitt Gray
0 siblings, 1 reply; 4+ messages in thread
From: Syed Nayyar Waris @ 2020-03-20 8:12 UTC (permalink / raw)
To: jic23; +Cc: vilhelm.gray, linux-iio, linux-kernel
Add Syed Nayyar Waris as a co-maintainer for the ACCES 104-QUAD-8
counter driver.
Cc: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Syed Nayyar Waris <syednwaris@gmail.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 8fa40c3..55c7794 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -276,6 +276,7 @@ F: drivers/gpio/gpio-104-idio-16.c
ACCES 104-QUAD-8 DRIVER
M: William Breathitt Gray <vilhelm.gray@gmail.com>
+M: Syed Nayyar Waris <syednwaris@gmail.com>
L: linux-iio@vger.kernel.org
S: Maintained
F: Documentation/ABI/testing/sysfs-bus-counter-104-quad-8
--
2.7.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v1] MAINTAINERS: Add Syed Nayyar Waris to ACCES 104-QUAD-8 driver
2020-03-20 8:12 [PATCH v1] MAINTAINERS: Add Syed Nayyar Waris to ACCES 104-QUAD-8 driver Syed Nayyar Waris
@ 2020-03-20 13:36 ` William Breathitt Gray
2020-03-21 18:23 ` Jonathan Cameron
0 siblings, 1 reply; 4+ messages in thread
From: William Breathitt Gray @ 2020-03-20 13:36 UTC (permalink / raw)
To: Syed Nayyar Waris, jic23; +Cc: linux-iio, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 951 bytes --]
On Fri, Mar 20, 2020 at 01:42:58PM +0530, Syed Nayyar Waris wrote:
> Add Syed Nayyar Waris as a co-maintainer for the ACCES 104-QUAD-8
> counter driver.
>
> Cc: William Breathitt Gray <vilhelm.gray@gmail.com>
> Signed-off-by: Syed Nayyar Waris <syednwaris@gmail.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8fa40c3..55c7794 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -276,6 +276,7 @@ F: drivers/gpio/gpio-104-idio-16.c
>
> ACCES 104-QUAD-8 DRIVER
> M: William Breathitt Gray <vilhelm.gray@gmail.com>
> +M: Syed Nayyar Waris <syednwaris@gmail.com>
> L: linux-iio@vger.kernel.org
> S: Maintained
> F: Documentation/ABI/testing/sysfs-bus-counter-104-quad-8
> --
> 2.7.4
The 104-QUAD-8 driver is getting large so having another set of eyes on
it is much appreciated. Thanks!
Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v1] MAINTAINERS: Add Syed Nayyar Waris to ACCES 104-QUAD-8 driver
2020-03-20 13:36 ` William Breathitt Gray
@ 2020-03-21 18:23 ` Jonathan Cameron
2020-03-21 19:59 ` Andy Shevchenko
0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Cameron @ 2020-03-21 18:23 UTC (permalink / raw)
To: William Breathitt Gray; +Cc: Syed Nayyar Waris, linux-iio, linux-kernel
On Fri, 20 Mar 2020 09:36:00 -0400
William Breathitt Gray <vilhelm.gray@gmail.com> wrote:
> On Fri, Mar 20, 2020 at 01:42:58PM +0530, Syed Nayyar Waris wrote:
> > Add Syed Nayyar Waris as a co-maintainer for the ACCES 104-QUAD-8
> > counter driver.
> >
> > Cc: William Breathitt Gray <vilhelm.gray@gmail.com>
> > Signed-off-by: Syed Nayyar Waris <syednwaris@gmail.com>
> > ---
> > MAINTAINERS | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 8fa40c3..55c7794 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -276,6 +276,7 @@ F: drivers/gpio/gpio-104-idio-16.c
> >
> > ACCES 104-QUAD-8 DRIVER
> > M: William Breathitt Gray <vilhelm.gray@gmail.com>
> > +M: Syed Nayyar Waris <syednwaris@gmail.com>
> > L: linux-iio@vger.kernel.org
> > S: Maintained
> > F: Documentation/ABI/testing/sysfs-bus-counter-104-quad-8
> > --
> > 2.7.4
>
> The 104-QUAD-8 driver is getting large so having another set of eyes on
> it is much appreciated. Thanks!
>
> Acked-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Applied.
Thanks,
Jonathan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v1] MAINTAINERS: Add Syed Nayyar Waris to ACCES 104-QUAD-8 driver
2020-03-21 18:23 ` Jonathan Cameron
@ 2020-03-21 19:59 ` Andy Shevchenko
0 siblings, 0 replies; 4+ messages in thread
From: Andy Shevchenko @ 2020-03-21 19:59 UTC (permalink / raw)
To: Jonathan Cameron
Cc: William Breathitt Gray, Syed Nayyar Waris, linux-iio,
Linux Kernel Mailing List
On Sat, Mar 21, 2020 at 8:23 PM Jonathan Cameron <jic23@kernel.org> wrote:
> On Fri, 20 Mar 2020 09:36:00 -0400
> William Breathitt Gray <vilhelm.gray@gmail.com> wrote:
> > On Fri, Mar 20, 2020 at 01:42:58PM +0530, Syed Nayyar Waris wrote:
> Applied.
Jonathan, JFYI: we have parse-maintainers.pl which would be nice to
run when changes to MAINTAINERS happen.
P.S. This change is probably okay, but for the future.
--
With Best Regards,
Andy Shevchenko
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-03-21 19:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-20 8:12 [PATCH v1] MAINTAINERS: Add Syed Nayyar Waris to ACCES 104-QUAD-8 driver Syed Nayyar Waris
2020-03-20 13:36 ` William Breathitt Gray
2020-03-21 18:23 ` Jonathan Cameron
2020-03-21 19:59 ` Andy Shevchenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).