diff mbox series

[V2] iio: adc: Fix Renesas GyroADC MAINTAINERS entry

Message ID 20181002010013.8765-1-marek.vasut+renesas@gmail.com (mailing list archive)
State Accepted
Delegated to: Geert Uytterhoeven
Headers show
Series [V2] iio: adc: Fix Renesas GyroADC MAINTAINERS entry | expand

Commit Message

Marek Vasut Oct. 2, 2018, 1 a.m. UTC
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(-)

Comments

Geert Uytterhoeven Oct. 2, 2018, 7:10 a.m. UTC | #1
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
Wolfram Sang Oct. 2, 2018, 7:29 a.m. UTC | #2
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>
Simon Horman Oct. 4, 2018, 9:35 a.m. UTC | #3
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>
Jonathan Cameron Oct. 7, 2018, 3:51 p.m. UTC | #4
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
>
diff mbox series

Patch

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>