2019-10-23 11:10:15

by Baolin Wang

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Update the Spreadtrum SoC maintainer

Change my email address, and add more Spreadtrum PMIC drivers
to maintain.

Signed-off-by: Baolin Wang <[email protected]>
---
MAINTAINERS | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 55199ef..7e6fdcf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2327,10 +2327,19 @@ F: drivers/edac/altera_edac.

ARM/SPREADTRUM SoC SUPPORT
M: Orson Zhai <[email protected]>
-M: Baolin Wang <[email protected]>
+M: Baolin Wang <[email protected]>
M: Chunyan Zhang <[email protected]>
S: Maintained
F: arch/arm64/boot/dts/sprd
+F: drivers/power/reset/sc27xx-poweroff.c
+F: drivers/leds/leds-sc27xx-bltc.c
+F: drivers/input/misc/sc27xx-vibra.c
+F: drivers/power/supply/sc27xx_fuel_gauge.c
+F: drivers/power/supply/sc2731_charger.c
+F: drivers/rtc/rtc-sc27xx.c
+F: drivers/regulator/sc2731-regulator.c
+F: drivers/nvmem/sc27xx-efuse.c
+F: drivers/iio/adc/sc27xx_adc.c
N: sprd

ARM/STI ARCHITECTURE
--
1.7.9.5


2019-10-23 13:17:10

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update the Spreadtrum SoC maintainer

On Wed, Oct 23, 2019 at 1:06 PM Baolin Wang <[email protected]> wrote:
> +F: drivers/power/reset/sc27xx-poweroff.c
> +F: drivers/leds/leds-sc27xx-bltc.c
> +F: drivers/input/misc/sc27xx-vibra.c
> +F: drivers/power/supply/sc27xx_fuel_gauge.c
> +F: drivers/power/supply/sc2731_charger.c
> +F: drivers/rtc/rtc-sc27xx.c
> +F: drivers/regulator/sc2731-regulator.c
> +F: drivers/nvmem/sc27xx-efuse.c
> +F: drivers/iio/adc/sc27xx_adc.c
> N: sprd

Maybe add a regex pattern for "sc27xx" instead of listing each file
individually?
That would simplify it when files move around or you add more drivers that
follow the same naming.

Arnd

2019-10-24 03:51:44

by Olof Johansson

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update the Spreadtrum SoC maintainer

On Wed, Oct 23, 2019 at 5:17 AM Arnd Bergmann <[email protected]> wrote:
>
> On Wed, Oct 23, 2019 at 1:06 PM Baolin Wang <[email protected]> wrote:
> > +F: drivers/power/reset/sc27xx-poweroff.c
> > +F: drivers/leds/leds-sc27xx-bltc.c
> > +F: drivers/input/misc/sc27xx-vibra.c
> > +F: drivers/power/supply/sc27xx_fuel_gauge.c
> > +F: drivers/power/supply/sc2731_charger.c
> > +F: drivers/rtc/rtc-sc27xx.c
> > +F: drivers/regulator/sc2731-regulator.c
> > +F: drivers/nvmem/sc27xx-efuse.c
> > +F: drivers/iio/adc/sc27xx_adc.c
> > N: sprd
>
> Maybe add a regex pattern for "sc27xx" instead of listing each file
> individually?
> That would simplify it when files move around or you add more drivers that
> follow the same naming.

Agreed.

In addition to that: Baolin, when you resend this, feel free to send
it to [email protected] so we get it into our patchwork tracker (if you
want us to apply it directly).


Thanks!

-Olof

2019-10-24 11:03:54

by Baolin Wang

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update the Spreadtrum SoC maintainer

On Wed, 23 Oct 2019 at 20:17, Arnd Bergmann <[email protected]> wrote:
>
> On Wed, Oct 23, 2019 at 1:06 PM Baolin Wang <[email protected]> wrote:
> > +F: drivers/power/reset/sc27xx-poweroff.c
> > +F: drivers/leds/leds-sc27xx-bltc.c
> > +F: drivers/input/misc/sc27xx-vibra.c
> > +F: drivers/power/supply/sc27xx_fuel_gauge.c
> > +F: drivers/power/supply/sc2731_charger.c
> > +F: drivers/rtc/rtc-sc27xx.c
> > +F: drivers/regulator/sc2731-regulator.c
> > +F: drivers/nvmem/sc27xx-efuse.c
> > +F: drivers/iio/adc/sc27xx_adc.c
> > N: sprd
>
> Maybe add a regex pattern for "sc27xx" instead of listing each file
> individually?
> That would simplify it when files move around or you add more drivers that
> follow the same naming.

Sure, will do. Thanks.

--
Baolin Wang
Best Regards

2019-10-24 11:04:03

by Baolin Wang

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update the Spreadtrum SoC maintainer

On Wed, 23 Oct 2019 at 23:37, Olof Johansson <[email protected]> wrote:
>
> On Wed, Oct 23, 2019 at 5:17 AM Arnd Bergmann <[email protected]> wrote:
> >
> > On Wed, Oct 23, 2019 at 1:06 PM Baolin Wang <[email protected]> wrote:
> > > +F: drivers/power/reset/sc27xx-poweroff.c
> > > +F: drivers/leds/leds-sc27xx-bltc.c
> > > +F: drivers/input/misc/sc27xx-vibra.c
> > > +F: drivers/power/supply/sc27xx_fuel_gauge.c
> > > +F: drivers/power/supply/sc2731_charger.c
> > > +F: drivers/rtc/rtc-sc27xx.c
> > > +F: drivers/regulator/sc2731-regulator.c
> > > +F: drivers/nvmem/sc27xx-efuse.c
> > > +F: drivers/iio/adc/sc27xx_adc.c
> > > N: sprd
> >
> > Maybe add a regex pattern for "sc27xx" instead of listing each file
> > individually?
> > That would simplify it when files move around or you add more drivers that
> > follow the same naming.
>
> Agreed.
>
> In addition to that: Baolin, when you resend this, feel free to send
> it to [email protected] so we get it into our patchwork tracker (if you
> want us to apply it directly).

Sorry, I missed [email protected] mail list, and will add it in V2. Thanks.

--
Baolin Wang
Best Regards