Re: [PATCH 07/21] power: remove s3c adc battery driver

From: Arnd Bergmann
Date: Mon Oct 24 2022 - 03:43:41 EST


On Mon, Oct 24, 2022, at 09:28, Lee Jones wrote:
> On Fri, 21 Oct 2022, Arnd Bergmann wrote:
>
>> From: Arnd Bergmann <arnd@xxxxxxxx>
>>
>> The s3c-adc driver is removed along with the s3c24xx platform,
>> so the battery driver is no longer needed either.
>>
>> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
>> ---
>> MAINTAINERS | 7 -
>> drivers/power/supply/Kconfig | 6 -
>> drivers/power/supply/Makefile | 1 -
>> drivers/power/supply/s3c_adc_battery.c | 453 -------------------------
>> include/linux/s3c_adc_battery.h | 39 ---
>> 5 files changed, 506 deletions(-)
>> delete mode 100644 drivers/power/supply/s3c_adc_battery.c
>> delete mode 100644 include/linux/s3c_adc_battery.h
>
> Any idea why I was Cc'ed on this (and only this) patch?

Not sure. I use "get_maintainer.pl -i" to generate the list
and try to prune it manually to avoid adding too many
people to Cc. It appears that for this patch I accidentally
included everyone who showed up in the git history for the
maintainers file, rather than the people who touched the
actual driver.

Arnd