Message ID | 2e3d8287d05ce2d642c0445fbef6f1960124c557.1571828539.git.baolin.wang@linaro.org |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: Update the Spreadtrum SoC maintainer | expand |
On Wed, Oct 23, 2019 at 1:06 PM Baolin Wang <baolin.wang@linaro.org> 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
On Wed, Oct 23, 2019 at 5:17 AM Arnd Bergmann <arnd@arndb.de> wrote: > > On Wed, Oct 23, 2019 at 1:06 PM Baolin Wang <baolin.wang@linaro.org> 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 soc@kernel.org so we get it into our patchwork tracker (if you want us to apply it directly). Thanks! -Olof
On Wed, 23 Oct 2019 at 20:17, Arnd Bergmann <arnd@arndb.de> wrote: > > On Wed, Oct 23, 2019 at 1:06 PM Baolin Wang <baolin.wang@linaro.org> 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
On Wed, 23 Oct 2019 at 23:37, Olof Johansson <olof@lixom.net> wrote: > > On Wed, Oct 23, 2019 at 5:17 AM Arnd Bergmann <arnd@arndb.de> wrote: > > > > On Wed, Oct 23, 2019 at 1:06 PM Baolin Wang <baolin.wang@linaro.org> 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 soc@kernel.org so we get it into our patchwork tracker (if you > want us to apply it directly). Sorry, I missed soc@kernel.org mail list, and will add it in V2. Thanks. -- Baolin Wang Best Regards
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 <orsonzhai@gmail.com> -M: Baolin Wang <baolin.wang@linaro.org> +M: Baolin Wang <baolin.wang7@gmail.com> M: Chunyan Zhang <zhang.lyra@gmail.com> 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
Change my email address, and add more Spreadtrum PMIC drivers to maintain. Signed-off-by: Baolin Wang <baolin.wang@linaro.org> --- MAINTAINERS | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) -- 1.7.9.5