2018-09-28 22:03:54

by Joe Perches

[permalink] [raw]
Subject: Bad MAINTAINERS pattern in section 'RENESAS R-CAR GYROADC DRIVER'

Please fix this defect appropriately.

linux-next MAINTAINERS section:

12496 RENESAS R-CAR GYROADC DRIVER
12497 M: Marek Vasut <[email protected]>
12498 L: [email protected]
12499 S: Supported
--> 12500 F: drivers/iio/adc/rcar_gyro_adc.c

Commit that introduced this:

commit 059c53b3232960cfd38cc46de0a7bedd642021f5
Author: Marek Vasut <[email protected]>
Date: Sat Jan 28 00:08:37 2017 +0100

iio: adc: Add Renesas GyroADC driver

Add IIO driver for the Renesas RCar GyroADC block. This block is a
simple 4/8-channel ADC which samples 12/15/24 bits of data every
cycle from all channels.

Signed-off-by: Marek Vasut <[email protected]>
Cc: Geert Uytterhoeven <[email protected]>
Cc: Simon Horman <[email protected]>
Cc: Jonathan Cameron <[email protected]>
Cc: [email protected]
Cc: Wolfram Sang <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>

MAINTAINERS | 6 +
drivers/iio/adc/Kconfig | 13 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/rcar-gyroadc.c | 631 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 651 insertions(+)

No commit with drivers/iio/adc/rcar_gyro_adc.c found



2018-10-01 11:00:19

by Marek Vasut

[permalink] [raw]
Subject: Re: Bad MAINTAINERS pattern in section 'RENESAS R-CAR GYROADC DRIVER'

On 09/29/2018 12:01 AM, Joe Perches wrote:
> Please fix this defect appropriately.
>
> linux-next MAINTAINERS section:
>
> 12496 RENESAS R-CAR GYROADC DRIVER
> 12497 M: Marek Vasut <[email protected]>
> 12498 L: [email protected]
> 12499 S: Supported
> --> 12500 F: drivers/iio/adc/rcar_gyro_adc.c
>
> Commit that introduced this:
>
> commit 059c53b3232960cfd38cc46de0a7bedd642021f5
> Author: Marek Vasut <[email protected]>
> Date: Sat Jan 28 00:08:37 2017 +0100
>
> iio: adc: Add Renesas GyroADC driver
>
> Add IIO driver for the Renesas RCar GyroADC block. This block is a
> simple 4/8-channel ADC which samples 12/15/24 bits of data every
> cycle from all channels.
>
> Signed-off-by: Marek Vasut <[email protected]>
> Cc: Geert Uytterhoeven <[email protected]>
> Cc: Simon Horman <[email protected]>
> Cc: Jonathan Cameron <[email protected]>
> Cc: [email protected]
> Cc: Wolfram Sang <[email protected]>
> Signed-off-by: Jonathan Cameron <[email protected]>
>
> MAINTAINERS | 6 +
> drivers/iio/adc/Kconfig | 13 +
> drivers/iio/adc/Makefile | 1 +
> drivers/iio/adc/rcar-gyroadc.c | 631 +++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 651 insertions(+)
>
> No commit with drivers/iio/adc/rcar_gyro_adc.c found
>
Fixed, thanks for the heads up.

--
Best regards,
Marek Vasut