* [PATCH] iio: adc: Fix Renesas GyroADC MAINTAINERS entry @ 2018-10-01 10:58 Marek Vasut 2018-10-01 11:55 ` Wolfram Sang 0 siblings, 1 reply; 6+ messages in thread From: Marek Vasut @ 2018-10-01 10:58 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. 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 --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 1cd17e09970c..c945cacdee4a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12471,7 +12471,7 @@ 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: 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] 6+ messages in thread
* Re: [PATCH] iio: adc: Fix Renesas GyroADC MAINTAINERS entry 2018-10-01 10:58 [PATCH] iio: adc: Fix Renesas GyroADC MAINTAINERS entry Marek Vasut @ 2018-10-01 11:55 ` Wolfram Sang 2018-10-01 11:58 ` Marek Vasut 0 siblings, 1 reply; 6+ messages in thread From: Wolfram Sang @ 2018-10-01 11:55 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: 450 bytes --] On Mon, Oct 01, 2018 at 12:58:04PM +0200, Marek Vasut wrote: > Fix the F: entry in MAINTAINERS file, point it to the correct file. Right... > @@ -12471,7 +12471,7 @@ 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: drivers/iio/adc/rcar-gyroadc.c Add the bindings, too? Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] iio: adc: Fix Renesas GyroADC MAINTAINERS entry 2018-10-01 11:55 ` Wolfram Sang @ 2018-10-01 11:58 ` Marek Vasut 2018-10-01 12:17 ` Wolfram Sang 0 siblings, 1 reply; 6+ messages in thread From: Marek Vasut @ 2018-10-01 11:58 UTC (permalink / raw) To: Wolfram Sang Cc: linux-iio, Marek Vasut, Geert Uytterhoeven, Joe Perches, Jonathan Cameron, Simon Horman, linux-renesas-soc On 10/01/2018 01:55 PM, Wolfram Sang wrote: > On Mon, Oct 01, 2018 at 12:58:04PM +0200, Marek Vasut wrote: >> Fix the F: entry in MAINTAINERS file, point it to the correct file. > > Right... > >> @@ -12471,7 +12471,7 @@ 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: drivers/iio/adc/rcar-gyroadc.c > > Add the bindings, too? > > Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt > Separate patch or V2 ? -- Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] iio: adc: Fix Renesas GyroADC MAINTAINERS entry 2018-10-01 11:58 ` Marek Vasut @ 2018-10-01 12:17 ` Wolfram Sang 2018-10-01 12:20 ` Jonathan Cameron 0 siblings, 1 reply; 6+ messages in thread From: Wolfram Sang @ 2018-10-01 12:17 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: 708 bytes --] On Mon, Oct 01, 2018 at 01:58:26PM +0200, Marek Vasut wrote: > On 10/01/2018 01:55 PM, Wolfram Sang wrote: > > On Mon, Oct 01, 2018 at 12:58:04PM +0200, Marek Vasut wrote: > >> Fix the F: entry in MAINTAINERS file, point it to the correct file. > > > > Right... > > > >> @@ -12471,7 +12471,7 @@ 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: drivers/iio/adc/rcar-gyroadc.c > > > > Add the bindings, too? > > > > Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt > > > Separate patch or V2 ? I'd say V2, but I am not the IIO maintainer. [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 833 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] iio: adc: Fix Renesas GyroADC MAINTAINERS entry 2018-10-01 12:17 ` Wolfram Sang @ 2018-10-01 12:20 ` Jonathan Cameron 2018-10-02 1:00 ` Marek Vasut 0 siblings, 1 reply; 6+ messages in thread From: Jonathan Cameron @ 2018-10-01 12:20 UTC (permalink / raw) To: Wolfram Sang Cc: Marek Vasut, linux-iio, Marek Vasut, Geert Uytterhoeven, Joe Perches, Jonathan Cameron, Simon Horman, linux-renesas-soc On Mon, 1 Oct 2018 14:17:40 +0200 Wolfram Sang <wsa@the-dreams.de> wrote: > On Mon, Oct 01, 2018 at 01:58:26PM +0200, Marek Vasut wrote: > > On 10/01/2018 01:55 PM, Wolfram Sang wrote: > > > On Mon, Oct 01, 2018 at 12:58:04PM +0200, Marek Vasut wrote: > > >> Fix the F: entry in MAINTAINERS file, point it to the correct file. > > > > > > Right... > > > > > >> @@ -12471,7 +12471,7 @@ 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: drivers/iio/adc/rcar-gyroadc.c > > > > > > Add the bindings, too? > > > > > > Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt > > > > > Separate patch or V2 ? > > I'd say V2, but I am not the IIO maintainer. > > v2 please given I haven't done anything with v1 yet. Thanks, Jonathan ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] iio: adc: Fix Renesas GyroADC MAINTAINERS entry 2018-10-01 12:20 ` Jonathan Cameron @ 2018-10-02 1:00 ` Marek Vasut 0 siblings, 0 replies; 6+ messages in thread From: Marek Vasut @ 2018-10-02 1:00 UTC (permalink / raw) To: Jonathan Cameron, Wolfram Sang Cc: linux-iio, Marek Vasut, Geert Uytterhoeven, Joe Perches, Jonathan Cameron, Simon Horman, linux-renesas-soc On 10/01/2018 02:20 PM, Jonathan Cameron wrote: > On Mon, 1 Oct 2018 14:17:40 +0200 > Wolfram Sang <wsa@the-dreams.de> wrote: > >> On Mon, Oct 01, 2018 at 01:58:26PM +0200, Marek Vasut wrote: >>> On 10/01/2018 01:55 PM, Wolfram Sang wrote: >>>> On Mon, Oct 01, 2018 at 12:58:04PM +0200, Marek Vasut wrote: >>>>> Fix the F: entry in MAINTAINERS file, point it to the correct file. >>>> >>>> Right... >>>> >>>>> @@ -12471,7 +12471,7 @@ 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: drivers/iio/adc/rcar-gyroadc.c >>>> >>>> Add the bindings, too? >>>> >>>> Documentation/devicetree/bindings/iio/adc/renesas,gyroadc.txt >>>> >>> Separate patch or V2 ? >> >> I'd say V2, but I am not the IIO maintainer. >> >> > > v2 please given I haven't done anything with v1 yet. Done -- Best regards, Marek Vasut ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-10-02 7:41 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2018-10-01 10:58 [PATCH] iio: adc: Fix Renesas GyroADC MAINTAINERS entry Marek Vasut 2018-10-01 11:55 ` Wolfram Sang 2018-10-01 11:58 ` Marek Vasut 2018-10-01 12:17 ` Wolfram Sang 2018-10-01 12:20 ` Jonathan Cameron 2018-10-02 1:00 ` Marek Vasut
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox