Message ID | 20181001105804.17802-1-marek.vasut+renesas@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | iio: adc: Fix Renesas GyroADC MAINTAINERS entry | expand |
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
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 ?
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.
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
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
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>
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(-)