2019-06-12 18:02:56

by Patrick Havelange

[permalink] [raw]
Subject: [PATCH 1/1] MAINTAINERS: add counter/ftm-quaddec driver entry

Adding myself as maintainer for this driver

Signed-off-by: Patrick Havelange <[email protected]>
---
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 57f496cff999..6671854098d6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6218,6 +6218,14 @@ M: Philip Kelleher <[email protected]>
S: Maintained
F: drivers/block/rsxx/

+FLEXTIMER FTM-QUADDEC DRIVER
+M: Patrick Havelange <[email protected]>
+L: [email protected]
+S: Maintained
+F: Documentation/ABI/testing/sysfs-bus-counter-ftm-quadddec
+F: Documentation/devicetree/bindings/counter/ftm-quaddec.txt
+F: drivers/counter/ftm-quaddec.c
+
FLOPPY DRIVER
M: Jiri Kosina <[email protected]>
T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
--
2.19.1


2019-06-12 18:04:38

by William Breathitt Gray

[permalink] [raw]
Subject: Re: [PATCH 1/1] MAINTAINERS: add counter/ftm-quaddec driver entry

On Wed, Jun 12, 2019 at 04:52:23PM +0200, Patrick Havelange wrote:
> Adding myself as maintainer for this driver
>
> Signed-off-by: Patrick Havelange <[email protected]>
> ---
> MAINTAINERS | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 57f496cff999..6671854098d6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6218,6 +6218,14 @@ M: Philip Kelleher <[email protected]>
> S: Maintained
> F: drivers/block/rsxx/
>
> +FLEXTIMER FTM-QUADDEC DRIVER
> +M: Patrick Havelange <[email protected]>
> +L: [email protected]
> +S: Maintained
> +F: Documentation/ABI/testing/sysfs-bus-counter-ftm-quadddec
> +F: Documentation/devicetree/bindings/counter/ftm-quaddec.txt
> +F: drivers/counter/ftm-quaddec.c
> +
> FLOPPY DRIVER
> M: Jiri Kosina <[email protected]>
> T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
> --
> 2.19.1

Thank you, this should take care of those files.

Signed-off-by: William Breathitt Gray <[email protected]>

2019-06-16 13:52:50

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH 1/1] MAINTAINERS: add counter/ftm-quaddec driver entry

On Thu, 13 Jun 2019 00:02:21 +0900
William Breathitt Gray <[email protected]> wrote:

> On Wed, Jun 12, 2019 at 04:52:23PM +0200, Patrick Havelange wrote:
> > Adding myself as maintainer for this driver
> >
> > Signed-off-by: Patrick Havelange <[email protected]>
> > ---
> > MAINTAINERS | 8 ++++++++
> > 1 file changed, 8 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 57f496cff999..6671854098d6 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -6218,6 +6218,14 @@ M: Philip Kelleher <[email protected]>
> > S: Maintained
> > F: drivers/block/rsxx/
> >
> > +FLEXTIMER FTM-QUADDEC DRIVER
> > +M: Patrick Havelange <[email protected]>
> > +L: [email protected]
> > +S: Maintained
> > +F: Documentation/ABI/testing/sysfs-bus-counter-ftm-quadddec
> > +F: Documentation/devicetree/bindings/counter/ftm-quaddec.txt
> > +F: drivers/counter/ftm-quaddec.c
> > +
> > FLOPPY DRIVER
> > M: Jiri Kosina <[email protected]>
> > T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
> > --
> > 2.19.1
>
> Thank you, this should take care of those files.
>
> Signed-off-by: William Breathitt Gray <[email protected]>

Given I took the last patch related to this driver, I'll pick this
one up as well. William, let me know on each series whether you want
me to. I would imagine that sometimes you'll have a enough going on
you'll want to do something more efficient, but whilst it's individual
patches this works fine.

Applied to the togreg branch of iio.git and pushed out as testing.

Thanks,

Jonathan