linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2] iio: adc: Fix Renesas GyroADC MAINTAINERS entry
@ 2018-10-02  1:00 Marek Vasut
  2018-10-02  7:10 ` Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Marek Vasut @ 2018-10-02  1:00 UTC (permalink / raw)
  To: linux-iio
  Cc: Marek Vasut, Geert Uytterhoeven, Joe Perches, Jonathan Cameron,
	Simon Horman, Wolfram Sang, linux-renesas-soc

Fix the F: entry in MAINTAINERS file, point it to the correct file.
While at it, add DT binding doc F: entry too.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Joe Perches <joe@perches.com>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Simon Horman <horms+renesas@verge.net.au>
Cc: Wolfram Sang <wsa@the-dreams.de>
Cc: linux-renesas-soc@vger.kernel.org
---
V2: Add DT binding doc F: entry
---
 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1cd17e09970c..3f0abbfe1dd2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12471,7 +12471,8 @@ RENESAS R-CAR GYROADC DRIVER
 M:	Marek Vasut <marek.vasut@gmail.com>
 L:	linux-iio@vger.kernel.org
 S:	Supported
-F:	drivers/iio/adc/rcar_gyro_adc.c
+F:	Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt
+F:	drivers/iio/adc/rcar-gyroadc.c
 
 RENESAS R-CAR I2C DRIVERS
 M:	Wolfram Sang <wsa+renesas@sang-engineering.com>
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH V2] iio: adc: Fix Renesas GyroADC MAINTAINERS entry
  2018-10-02  1:00 [PATCH V2] iio: adc: Fix Renesas GyroADC MAINTAINERS entry Marek Vasut
@ 2018-10-02  7:10 ` Geert Uytterhoeven
  2018-10-02  7:29 ` Wolfram Sang
  2018-10-04  9:35 ` Simon Horman
  2 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2018-10-02  7:10 UTC (permalink / raw)
  To: Marek Vasut
  Cc: linux-iio, Marek Vasut, Geert Uytterhoeven, Joe Perches,
	Jonathan Cameron, Simon Horman, Wolfram Sang, Linux-Renesas

On Tue, Oct 2, 2018 at 3:00 AM Marek Vasut <marek.vasut@gmail.com> wrote:
> Fix the F: entry in MAINTAINERS file, point it to the correct file.
> While at it, add DT binding doc F: entry too.
>
> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH V2] iio: adc: Fix Renesas GyroADC MAINTAINERS entry
  2018-10-02  1:00 [PATCH V2] iio: adc: Fix Renesas GyroADC MAINTAINERS entry Marek Vasut
  2018-10-02  7:10 ` Geert Uytterhoeven
@ 2018-10-02  7:29 ` Wolfram Sang
  2018-10-04  9:35 ` Simon Horman
  2 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2018-10-02  7:29 UTC (permalink / raw)
  To: Marek Vasut
  Cc: linux-iio, Marek Vasut, Geert Uytterhoeven, Joe Perches,
	Jonathan Cameron, Simon Horman, linux-renesas-soc

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

On Tue, Oct 02, 2018 at 03:00:13AM +0200, Marek Vasut wrote:
> Fix the F: entry in MAINTAINERS file, point it to the correct file.
> While at it, add DT binding doc F: entry too.
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH V2] iio: adc: Fix Renesas GyroADC MAINTAINERS entry
  2018-10-02  1:00 [PATCH V2] iio: adc: Fix Renesas GyroADC MAINTAINERS entry Marek Vasut
  2018-10-02  7:10 ` Geert Uytterhoeven
  2018-10-02  7:29 ` Wolfram Sang
@ 2018-10-04  9:35 ` Simon Horman
  2018-10-07 15:51   ` Jonathan Cameron
  2 siblings, 1 reply; 5+ messages in thread
From: Simon Horman @ 2018-10-04  9:35 UTC (permalink / raw)
  To: Marek Vasut
  Cc: linux-iio, Marek Vasut, Geert Uytterhoeven, Joe Perches,
	Jonathan Cameron, Wolfram Sang, linux-renesas-soc

On Tue, Oct 02, 2018 at 03:00:13AM +0200, Marek Vasut wrote:
> Fix the F: entry in MAINTAINERS file, point it to the correct file.
> While at it, add DT binding doc F: entry too.
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
> Cc: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Joe Perches <joe@perches.com>
> Cc: Jonathan Cameron <jic23@kernel.org>
> Cc: Simon Horman <horms+renesas@verge.net.au>
> Cc: Wolfram Sang <wsa@the-dreams.de>
> Cc: linux-renesas-soc@vger.kernel.org
> ---
> V2: Add DT binding doc F: entry

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH V2] iio: adc: Fix Renesas GyroADC MAINTAINERS entry
  2018-10-04  9:35 ` Simon Horman
@ 2018-10-07 15:51   ` Jonathan Cameron
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Cameron @ 2018-10-07 15:51 UTC (permalink / raw)
  To: Simon Horman
  Cc: Marek Vasut, linux-iio, Marek Vasut, Geert Uytterhoeven,
	Joe Perches, Wolfram Sang, linux-renesas-soc

On Thu, 4 Oct 2018 11:35:52 +0200
Simon Horman <horms@verge.net.au> wrote:

> On Tue, Oct 02, 2018 at 03:00:13AM +0200, Marek Vasut wrote:
> > Fix the F: entry in MAINTAINERS file, point it to the correct file.
> > While at it, add DT binding doc F: entry too.
> > 
> > Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
> > Cc: Geert Uytterhoeven <geert+renesas@glider.be>
> > Cc: Joe Perches <joe@perches.com>
> > Cc: Jonathan Cameron <jic23@kernel.org>
> > Cc: Simon Horman <horms+renesas@verge.net.au>
> > Cc: Wolfram Sang <wsa@the-dreams.de>
> > Cc: linux-renesas-soc@vger.kernel.org
> > ---
> > V2: Add DT binding doc F: entry  
> 
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Applied to the togreg branch of iio.git and pushed out as
testing for the autobuilders to completely ignore it.

Thanks,

Jonathan
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-10-07 22:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-02  1:00 [PATCH V2] iio: adc: Fix Renesas GyroADC MAINTAINERS entry Marek Vasut
2018-10-02  7:10 ` Geert Uytterhoeven
2018-10-02  7:29 ` Wolfram Sang
2018-10-04  9:35 ` Simon Horman
2018-10-07 15:51   ` Jonathan Cameron

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).