diff mbox series

[1/3] MAINTAINERS: power: supply: add entry for S3C ADC battery driver

Message ID 20210210172108.334896-1-krzk@kernel.org (mailing list archive)
State Not Applicable, archived
Headers show
Series [1/3] MAINTAINERS: power: supply: add entry for S3C ADC battery driver | expand

Commit Message

Krzysztof Kozlowski Feb. 10, 2021, 5:21 p.m. UTC
The S3C ADC battery driver is a very old piece of code but still used by
(very old as well) S3C24xx platforms (iPAQ h1930/h1940/rx1950).
Currently the header file is not covered by maintainers file, so it
might look abandoned.  Add a new entry for entire S3C ADC battery driver
with Krzysztof Kozlowski as maintainer (as Krzysztof maintains still
Samsung S3C24xx platform) to indicate that some basic review can take
place.

However considering that the S3C24xx platform is quite old with only few
users currently and Krzysztof does not have the actual hardware, let's
mark the driver as "Odd fixes".

Cc: Sebastian Reichel <sre@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Sebastian Reichel April 5, 2021, 10:19 a.m. UTC | #1
Hi,

On Wed, Feb 10, 2021 at 06:21:06PM +0100, Krzysztof Kozlowski wrote:
> The S3C ADC battery driver is a very old piece of code but still used by
> (very old as well) S3C24xx platforms (iPAQ h1930/h1940/rx1950).
> Currently the header file is not covered by maintainers file, so it
> might look abandoned.  Add a new entry for entire S3C ADC battery driver
> with Krzysztof Kozlowski as maintainer (as Krzysztof maintains still
> Samsung S3C24xx platform) to indicate that some basic review can take
> place.
> 
> However considering that the S3C24xx platform is quite old with only few
> users currently and Krzysztof does not have the actual hardware, let's
> mark the driver as "Odd fixes".
> 
> Cc: Sebastian Reichel <sre@kernel.org>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---

Thanks, much appreciated. I queued this series some time ago, but
forgot to send a notification.

-- Sebastian

>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5f7aa507b812..6abf7cc513df 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15614,6 +15614,13 @@ S:	Supported
>  W:	http://www.ibm.com/developerworks/linux/linux390/
>  F:	drivers/s390/scsi/zfcp_*
>  
> +S3C ADC BATTERY DRIVER
> +M:	Krzysztof Kozlowski <krzk@kernel.org>
> +L:	linux-samsung-soc@vger.kernel.org
> +S:	Odd Fixes
> +F:	drivers/power/supply/s3c_adc_battery.c
> +F:	include/linux/s3c_adc_battery.h
> +
>  S3C24XX SD/MMC Driver
>  M:	Ben Dooks <ben-linux@fluff.org>
>  L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
> -- 
> 2.25.1
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 5f7aa507b812..6abf7cc513df 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15614,6 +15614,13 @@  S:	Supported
 W:	http://www.ibm.com/developerworks/linux/linux390/
 F:	drivers/s390/scsi/zfcp_*
 
+S3C ADC BATTERY DRIVER
+M:	Krzysztof Kozlowski <krzk@kernel.org>
+L:	linux-samsung-soc@vger.kernel.org
+S:	Odd Fixes
+F:	drivers/power/supply/s3c_adc_battery.c
+F:	include/linux/s3c_adc_battery.h
+
 S3C24XX SD/MMC Driver
 M:	Ben Dooks <ben-linux@fluff.org>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)