* [PATCH] MAINTAINERS: update bq27xxx driver
@ 2016-01-17 20:45 Sebastian Reichel
2016-01-17 20:53 ` Pali Rohár
2016-01-18 15:29 ` Andrew F. Davis
0 siblings, 2 replies; 3+ messages in thread
From: Sebastian Reichel @ 2016-01-17 20:45 UTC (permalink / raw)
To: linux-pm; +Cc: Sebastian Reichel, Pali Rohár, Andrew F . Davis
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(-)
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>
--
2.7.0.rc3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: update bq27xxx driver
2016-01-17 20:45 [PATCH] MAINTAINERS: update bq27xxx driver Sebastian Reichel
@ 2016-01-17 20:53 ` Pali Rohár
2016-01-18 15:29 ` Andrew F. Davis
1 sibling, 0 replies; 3+ messages in thread
From: Pali Rohár @ 2016-01-17 20:53 UTC (permalink / raw)
To: Sebastian Reichel; +Cc: linux-pm, Andrew F . Davis
[-- Attachment #1: Type: Text/Plain, Size: 1663 bytes --]
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>
--
Pali Rohár
pali.rohar@gmail.com
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: update bq27xxx driver
2016-01-17 20:45 [PATCH] MAINTAINERS: update bq27xxx driver Sebastian Reichel
2016-01-17 20:53 ` Pali Rohár
@ 2016-01-18 15:29 ` Andrew F. Davis
1 sibling, 0 replies; 3+ messages in thread
From: Andrew F. Davis @ 2016-01-18 15:29 UTC (permalink / raw)
To: Sebastian Reichel, linux-pm; +Cc: Pali Rohár
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>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-01-18 15:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-17 20:45 [PATCH] MAINTAINERS: update bq27xxx driver Sebastian Reichel
2016-01-17 20:53 ` Pali Rohár
2016-01-18 15:29 ` Andrew F. Davis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).