Message ID | 1453063539-18483-1-git-send-email-sre@kernel.org (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
On Sunday 17 January 2016 21:45:39 Sebastian Reichel wrote: > Update reviewers for bq27xxx, so that Pali and Andrew > are reviewers with status and maintainer inherited from > the power supply subsystem entry. > > Signed-off-by: Sebastian Reichel <sre@kernel.org> > Cc: Pali Rohár <pali.rohar@gmail.com> > Cc: Andrew F. Davis <afd@ti.com> Acked-by: Pali Rohár <pali.rohar@gmail.com> > --- > MAINTAINERS | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 04d62b1e8b17..6b0098f0a098 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7581,13 +7581,13 @@ S: Maintained > F: arch/nios2/ > > NOKIA N900 POWER SUPPLY DRIVERS > -M: Pali Rohár <pali.rohar@gmail.com> > -S: Maintained > +R: Pali Rohár <pali.rohar@gmail.com> > F: include/linux/power/bq2415x_charger.h > F: include/linux/power/bq27xxx_battery.h > F: include/linux/power/isp1704_charger.h > F: drivers/power/bq2415x_charger.c > F: drivers/power/bq27xxx_battery.c > +F: drivers/power/bq27xxx_battery_i2c.c > F: drivers/power/isp1704_charger.c > F: drivers/power/rx51_battery.c > > @@ -9414,6 +9414,12 @@ M: Andreas Noever <andreas.noever@gmail.com> > S: Maintained > F: drivers/thunderbolt/ > > +TI BQ27XXX POWER SUPPLY DRIVER > +R: Andrew F. Davis <afd@ti.com> > +F: include/linux/power/bq27xxx_battery.h > +F: drivers/power/bq27xxx_battery.c > +F: drivers/power/bq27xxx_battery_i2c.c > + > TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER > M: John Stultz <john.stultz@linaro.org> > M: Thomas Gleixner <tglx@linutronix.de>
On 01/17/2016 02:45 PM, Sebastian Reichel wrote: > Update reviewers for bq27xxx, so that Pali and Andrew > are reviewers with status and maintainer inherited from > the power supply subsystem entry. > > Signed-off-by: Sebastian Reichel <sre@kernel.org> > Cc: Pali Rohár <pali.rohar@gmail.com> > Cc: Andrew F. Davis <afd@ti.com> Acked-by: Andrew F. Davis <afd@ti.com> > --- > MAINTAINERS | 10 ++++++++-- > 1 file changed, 8 insertions(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 04d62b1e8b17..6b0098f0a098 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7581,13 +7581,13 @@ S: Maintained > F: arch/nios2/ > > NOKIA N900 POWER SUPPLY DRIVERS > -M: Pali Rohár <pali.rohar@gmail.com> > -S: Maintained > +R: Pali Rohár <pali.rohar@gmail.com> > F: include/linux/power/bq2415x_charger.h > F: include/linux/power/bq27xxx_battery.h > F: include/linux/power/isp1704_charger.h > F: drivers/power/bq2415x_charger.c > F: drivers/power/bq27xxx_battery.c > +F: drivers/power/bq27xxx_battery_i2c.c > F: drivers/power/isp1704_charger.c > F: drivers/power/rx51_battery.c > > @@ -9414,6 +9414,12 @@ M: Andreas Noever <andreas.noever@gmail.com> > S: Maintained > F: drivers/thunderbolt/ > > +TI BQ27XXX POWER SUPPLY DRIVER > +R: Andrew F. Davis <afd@ti.com> > +F: include/linux/power/bq27xxx_battery.h > +F: drivers/power/bq27xxx_battery.c > +F: drivers/power/bq27xxx_battery_i2c.c > + > TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER > M: John Stultz <john.stultz@linaro.org> > M: Thomas Gleixner <tglx@linutronix.de> > -- To unsubscribe from this list: send the line "unsubscribe linux-pm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/MAINTAINERS b/MAINTAINERS index 04d62b1e8b17..6b0098f0a098 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7581,13 +7581,13 @@ S: Maintained F: arch/nios2/ NOKIA N900 POWER SUPPLY DRIVERS -M: Pali Rohár <pali.rohar@gmail.com> -S: Maintained +R: Pali Rohár <pali.rohar@gmail.com> F: include/linux/power/bq2415x_charger.h F: include/linux/power/bq27xxx_battery.h F: include/linux/power/isp1704_charger.h F: drivers/power/bq2415x_charger.c F: drivers/power/bq27xxx_battery.c +F: drivers/power/bq27xxx_battery_i2c.c F: drivers/power/isp1704_charger.c F: drivers/power/rx51_battery.c @@ -9414,6 +9414,12 @@ M: Andreas Noever <andreas.noever@gmail.com> S: Maintained F: drivers/thunderbolt/ +TI BQ27XXX POWER SUPPLY DRIVER +R: Andrew F. Davis <afd@ti.com> +F: include/linux/power/bq27xxx_battery.h +F: drivers/power/bq27xxx_battery.c +F: drivers/power/bq27xxx_battery_i2c.c + TIMEKEEPING, CLOCKSOURCE CORE, NTP, ALARMTIMER M: John Stultz <john.stultz@linaro.org> M: Thomas Gleixner <tglx@linutronix.de>
Update reviewers for bq27xxx, so that Pali and Andrew are reviewers with status and maintainer inherited from the power supply subsystem entry. Signed-off-by: Sebastian Reichel <sre@kernel.org> Cc: Pali Rohár <pali.rohar@gmail.com> Cc: Andrew F. Davis <afd@ti.com> --- MAINTAINERS | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-)