linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: Add entry for ROHM power management ICs
@ 2020-06-18  7:33 Matti Vaittinen
  2020-06-18  8:09 ` Lee Jones
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Matti Vaittinen @ 2020-06-18  7:33 UTC (permalink / raw)
  To: matti.vaittinen, mazziesaccount
  Cc: Sebastian Reichel, Michael Turquette, Liam Girdwood, Mark Brown,
	Stephen Boyd, Wim Van Sebroeck, Guenter Roeck, Lee Jones,
	Linus Walleij, Bartosz Golaszewski, Alessandro Zummo,
	Alexandre Belloni, linux-power, linux-kernel, linux-clk,
	linux-gpio, linux-rtc

Add entry for maintaining power management IC drivers for ROHM
BD71837, BD71847, BD71850, BD71828, BD71878, BD70528 and BD99954.

Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Acked-by: Sebastian Reichel <sre@kernel.org>
---
Morning Lee - could you take this in MFD? This is scattered all around
different subsystems anyways... I guess crafting bunch of patches to
each individual subsystems would just end up with lots of merge
conflicts.

Changes from v1:
- Dropped patch 2/2 (linear-ranges maintainer) which was already applied by Mark
- Added shiny new ROHM linux-power list so that I am no longer the lonely
  poor sod watching these at ROHM side :)
- sort few files to alphabethical order as checkpatch now nagged about
  that.

v1 was here:
https://lore.kernel.org/lkml/e11366fd280736844ae63791b6193bb84d6205bf.1589866138.git.matti.vaittinen@fi.rohmeurope.com/


 MAINTAINERS | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 68f21d46614c..ce08617f63f5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14704,6 +14704,13 @@ L:	linux-serial@vger.kernel.org
 S:	Odd Fixes
 F:	drivers/tty/serial/rp2.*
 
+ROHM BD99954 CHARGER IC
+R:	Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
+L:	linux-power@fi.rohmeurope.com
+S:	Supported
+F:	drivers/power/supply/bd99954-charger.c
+F:	drivers/power/supply/bd99954-charger.h
+
 ROHM BH1750 AMBIENT LIGHT SENSOR DRIVER
 M:	Tomasz Duszynski <tduszyns@gmail.com>
 S:	Maintained
@@ -14721,6 +14728,31 @@ F:	drivers/mfd/bd9571mwv.c
 F:	drivers/regulator/bd9571mwv-regulator.c
 F:	include/linux/mfd/bd9571mwv.h
 
+ROHM POWER MANAGEMENT IC DEVICE DRIVERS
+R:	Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
+L:	linux-power@fi.rohmeurope.com
+S:	Supported
+F:	Documentation/devicetree/bindings/mfd/rohm,bd70528-pmic.txt
+F:	Documentation/devicetree/bindings/regulator/rohm,bd70528-regulator.txt
+F:	drivers/clk/clk-bd718x7.c
+F:	drivers/gpio/gpio-bd70528.c
+F:	drivers/gpio/gpio-bd71828.c
+F:	drivers/mfd/rohm-bd70528.c
+F:	drivers/mfd/rohm-bd71828.c
+F:	drivers/mfd/rohm-bd718x7.c
+F:	drivers/power/supply/bd70528-charger.c
+F:	drivers/regulator/bd70528-regulator.c
+F:	drivers/regulator/bd71828-regulator.c
+F:	drivers/regulator/bd718x7-regulator.c
+F:	drivers/regulator/rohm-regulator.c
+F:	drivers/rtc/rtc-bd70528.c
+F:	drivers/watchdog/bd70528_wdt.c
+F:	include/linux/mfd/rohm-bd70528.h
+F:	include/linux/mfd/rohm-bd71828.h
+F:	include/linux/mfd/rohm-bd718x7.h
+F:	include/linux/mfd/rohm-generic.h
+F:	include/linux/mfd/rohm-shared.h
+
 ROSE NETWORK LAYER
 M:	Ralf Baechle <ralf@linux-mips.org>
 L:	linux-hams@vger.kernel.org

base-commit: b3a9e3b9622ae10064826dccb4f7a52bd88c7407
-- 
2.21.0


-- 
Matti Vaittinen, Linux device drivers
ROHM Semiconductors, Finland SWDC
Kiviharjunlenkki 1E
90220 OULU
FINLAND

~~~ "I don't think so," said Rene Descartes. Just then he vanished ~~~
Simon says - in Latin please.
~~~ "non cogito me" dixit Rene Descarte, deinde evanescavit ~~~
Thanks to Simon Glass for the translation =] 

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Add entry for ROHM power management ICs
  2020-06-18  7:33 [PATCH v2] MAINTAINERS: Add entry for ROHM power management ICs Matti Vaittinen
@ 2020-06-18  8:09 ` Lee Jones
  2020-06-18  9:51   ` Vaittinen, Matti
  2020-06-18 13:26 ` Guenter Roeck
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 7+ messages in thread
From: Lee Jones @ 2020-06-18  8:09 UTC (permalink / raw)
  To: Matti Vaittinen
  Cc: mazziesaccount, Sebastian Reichel, Michael Turquette,
	Liam Girdwood, Mark Brown, Stephen Boyd, Wim Van Sebroeck,
	Guenter Roeck, Linus Walleij, Bartosz Golaszewski,
	Alessandro Zummo, Alexandre Belloni, linux-power, linux-kernel,
	linux-clk, linux-gpio, linux-rtc

On Thu, 18 Jun 2020, Matti Vaittinen wrote:

> Add entry for maintaining power management IC drivers for ROHM
> BD71837, BD71847, BD71850, BD71828, BD71878, BD70528 and BD99954.
> 
> Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
> Acked-by: Sebastian Reichel <sre@kernel.org>
> ---
> Morning Lee - could you take this in MFD? This is scattered all around
> different subsystems anyways... I guess crafting bunch of patches to
> each individual subsystems would just end up with lots of merge
> conflicts.

Yes, no problem.  Let's let it sit around for a week or so.  If it
doesn't gain any negative attention, I'll apply it.

> Changes from v1:
> - Dropped patch 2/2 (linear-ranges maintainer) which was already applied by Mark
> - Added shiny new ROHM linux-power list so that I am no longer the lonely
>   poor sod watching these at ROHM side :)
> - sort few files to alphabethical order as checkpatch now nagged about
>   that.
> 
> v1 was here:
> https://lore.kernel.org/lkml/e11366fd280736844ae63791b6193bb84d6205bf.1589866138.git.matti.vaittinen@fi.rohmeurope.com/
> 
> 
>  MAINTAINERS | 32 ++++++++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Add entry for ROHM power management ICs
  2020-06-18  8:09 ` Lee Jones
@ 2020-06-18  9:51   ` Vaittinen, Matti
  0 siblings, 0 replies; 7+ messages in thread
From: Vaittinen, Matti @ 2020-06-18  9:51 UTC (permalink / raw)
  To: lee.jones
  Cc: wim, sre, linux-rtc, linux-gpio, linux-power, alexandre.belloni,
	linux-kernel, mturquette, lgirdwood, mazziesaccount, a.zummo,
	linux, linus.walleij, bgolaszewski, linux-clk, sboyd, broonie


On Thu, 2020-06-18 at 09:09 +0100, Lee Jones wrote:
> On Thu, 18 Jun 2020, Matti Vaittinen wrote:
> 
> > Add entry for maintaining power management IC drivers for ROHM
> > BD71837, BD71847, BD71850, BD71828, BD71878, BD70528 and BD99954.
> > 
> > Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
> > Acked-by: Sebastian Reichel <sre@kernel.org>
> > ---
> > Morning Lee - could you take this in MFD? This is scattered all
> > around
> > different subsystems anyways... I guess crafting bunch of patches
> > to
> > each individual subsystems would just end up with lots of merge
> > conflicts.
> 
> Yes, no problem.  Let's let it sit around for a week or so.  If it
> doesn't gain any negative attention, I'll apply it.

Thanks!

--Matti

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Add entry for ROHM power management ICs
  2020-06-18  7:33 [PATCH v2] MAINTAINERS: Add entry for ROHM power management ICs Matti Vaittinen
  2020-06-18  8:09 ` Lee Jones
@ 2020-06-18 13:26 ` Guenter Roeck
  2020-06-19  8:17 ` Stephen Boyd
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: Guenter Roeck @ 2020-06-18 13:26 UTC (permalink / raw)
  To: Matti Vaittinen, mazziesaccount
  Cc: Sebastian Reichel, Michael Turquette, Liam Girdwood, Mark Brown,
	Stephen Boyd, Wim Van Sebroeck, Lee Jones, Linus Walleij,
	Bartosz Golaszewski, Alessandro Zummo, Alexandre Belloni,
	linux-power, linux-kernel, linux-clk, linux-gpio, linux-rtc

On 6/18/20 12:33 AM, Matti Vaittinen wrote:
> Add entry for maintaining power management IC drivers for ROHM
> BD71837, BD71847, BD71850, BD71828, BD71878, BD70528 and BD99954.
> 
> Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
> Acked-by: Sebastian Reichel <sre@kernel.org>
> ---
> Morning Lee - could you take this in MFD? This is scattered all around
> different subsystems anyways... I guess crafting bunch of patches to
> each individual subsystems would just end up with lots of merge
> conflicts.
> 
> Changes from v1:
> - Dropped patch 2/2 (linear-ranges maintainer) which was already applied by Mark
> - Added shiny new ROHM linux-power list so that I am no longer the lonely
>   poor sod watching these at ROHM side :)
> - sort few files to alphabethical order as checkpatch now nagged about
>   that.
> 
> v1 was here:
> https://lore.kernel.org/lkml/e11366fd280736844ae63791b6193bb84d6205bf.1589866138.git.matti.vaittinen@fi.rohmeurope.com/
> 
> 
>  MAINTAINERS | 32 ++++++++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 68f21d46614c..ce08617f63f5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14704,6 +14704,13 @@ L:	linux-serial@vger.kernel.org
>  S:	Odd Fixes
>  F:	drivers/tty/serial/rp2.*
>  
> +ROHM BD99954 CHARGER IC
> +R:	Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
> +L:	linux-power@fi.rohmeurope.com
> +S:	Supported
> +F:	drivers/power/supply/bd99954-charger.c
> +F:	drivers/power/supply/bd99954-charger.h
> +
>  ROHM BH1750 AMBIENT LIGHT SENSOR DRIVER
>  M:	Tomasz Duszynski <tduszyns@gmail.com>
>  S:	Maintained
> @@ -14721,6 +14728,31 @@ F:	drivers/mfd/bd9571mwv.c
>  F:	drivers/regulator/bd9571mwv-regulator.c
>  F:	include/linux/mfd/bd9571mwv.h
>  
> +ROHM POWER MANAGEMENT IC DEVICE DRIVERS
> +R:	Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
> +L:	linux-power@fi.rohmeurope.com
> +S:	Supported
> +F:	Documentation/devicetree/bindings/mfd/rohm,bd70528-pmic.txt
> +F:	Documentation/devicetree/bindings/regulator/rohm,bd70528-regulator.txt
> +F:	drivers/clk/clk-bd718x7.c
> +F:	drivers/gpio/gpio-bd70528.c
> +F:	drivers/gpio/gpio-bd71828.c
> +F:	drivers/mfd/rohm-bd70528.c
> +F:	drivers/mfd/rohm-bd71828.c
> +F:	drivers/mfd/rohm-bd718x7.c
> +F:	drivers/power/supply/bd70528-charger.c
> +F:	drivers/regulator/bd70528-regulator.c
> +F:	drivers/regulator/bd71828-regulator.c
> +F:	drivers/regulator/bd718x7-regulator.c
> +F:	drivers/regulator/rohm-regulator.c
> +F:	drivers/rtc/rtc-bd70528.c
> +F:	drivers/watchdog/bd70528_wdt.c

Acked-by: Guenter Roeck <linux@roeck-us.net>

> +F:	include/linux/mfd/rohm-bd70528.h
> +F:	include/linux/mfd/rohm-bd71828.h
> +F:	include/linux/mfd/rohm-bd718x7.h
> +F:	include/linux/mfd/rohm-generic.h
> +F:	include/linux/mfd/rohm-shared.h
> +
>  ROSE NETWORK LAYER
>  M:	Ralf Baechle <ralf@linux-mips.org>
>  L:	linux-hams@vger.kernel.org
> 
> base-commit: b3a9e3b9622ae10064826dccb4f7a52bd88c7407
> 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Add entry for ROHM power management ICs
  2020-06-18  7:33 [PATCH v2] MAINTAINERS: Add entry for ROHM power management ICs Matti Vaittinen
  2020-06-18  8:09 ` Lee Jones
  2020-06-18 13:26 ` Guenter Roeck
@ 2020-06-19  8:17 ` Stephen Boyd
  2020-06-20 21:34 ` Linus Walleij
  2020-06-30  7:11 ` Lee Jones
  4 siblings, 0 replies; 7+ messages in thread
From: Stephen Boyd @ 2020-06-19  8:17 UTC (permalink / raw)
  To: matti.vaittinen, mazziesaccount
  Cc: Sebastian Reichel, Michael Turquette, Liam Girdwood, Mark Brown,
	Wim Van Sebroeck, Guenter Roeck, Lee Jones, Linus Walleij,
	Bartosz Golaszewski, Alessandro Zummo, Alexandre Belloni,
	linux-power, linux-kernel, linux-clk, linux-gpio, linux-rtc

Quoting Matti Vaittinen (2020-06-18 00:33:31)
> Add entry for maintaining power management IC drivers for ROHM
> BD71837, BD71847, BD71850, BD71828, BD71878, BD70528 and BD99954.
> 
> Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
> Acked-by: Sebastian Reichel <sre@kernel.org>
> ---

Acked-by: Stephen Boyd <sboyd@kernel.org>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Add entry for ROHM power management ICs
  2020-06-18  7:33 [PATCH v2] MAINTAINERS: Add entry for ROHM power management ICs Matti Vaittinen
                   ` (2 preceding siblings ...)
  2020-06-19  8:17 ` Stephen Boyd
@ 2020-06-20 21:34 ` Linus Walleij
  2020-06-30  7:11 ` Lee Jones
  4 siblings, 0 replies; 7+ messages in thread
From: Linus Walleij @ 2020-06-20 21:34 UTC (permalink / raw)
  To: Matti Vaittinen
  Cc: Matti Vaittinen, Sebastian Reichel, Michael Turquette,
	Liam Girdwood, Mark Brown, Stephen Boyd, Wim Van Sebroeck,
	Guenter Roeck, Lee Jones, Bartosz Golaszewski, Alessandro Zummo,
	Alexandre Belloni, linux-power, linux-kernel, linux-clk,
	open list:GPIO SUBSYSTEM, linux-rtc

On Thu, Jun 18, 2020 at 9:33 AM Matti Vaittinen
<matti.vaittinen@fi.rohmeurope.com> wrote:

> Add entry for maintaining power management IC drivers for ROHM
> BD71837, BD71847, BD71850, BD71828, BD71878, BD70528 and BD99954.
>
> Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
> Acked-by: Sebastian Reichel <sre@kernel.org>

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Add entry for ROHM power management ICs
  2020-06-18  7:33 [PATCH v2] MAINTAINERS: Add entry for ROHM power management ICs Matti Vaittinen
                   ` (3 preceding siblings ...)
  2020-06-20 21:34 ` Linus Walleij
@ 2020-06-30  7:11 ` Lee Jones
  4 siblings, 0 replies; 7+ messages in thread
From: Lee Jones @ 2020-06-30  7:11 UTC (permalink / raw)
  To: Matti Vaittinen
  Cc: mazziesaccount, Sebastian Reichel, Michael Turquette,
	Liam Girdwood, Mark Brown, Stephen Boyd, Wim Van Sebroeck,
	Guenter Roeck, Linus Walleij, Bartosz Golaszewski,
	Alessandro Zummo, Alexandre Belloni, linux-power, linux-kernel,
	linux-clk, linux-gpio, linux-rtc

On Thu, 18 Jun 2020, Matti Vaittinen wrote:

> Add entry for maintaining power management IC drivers for ROHM
> BD71837, BD71847, BD71850, BD71828, BD71878, BD70528 and BD99954.
> 
> Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
> Acked-by: Sebastian Reichel <sre@kernel.org>
> ---
> Morning Lee - could you take this in MFD? This is scattered all around
> different subsystems anyways... I guess crafting bunch of patches to
> each individual subsystems would just end up with lots of merge
> conflicts.
> 
> Changes from v1:
> - Dropped patch 2/2 (linear-ranges maintainer) which was already applied by Mark
> - Added shiny new ROHM linux-power list so that I am no longer the lonely
>   poor sod watching these at ROHM side :)
> - sort few files to alphabethical order as checkpatch now nagged about
>   that.
> 
> v1 was here:
> https://lore.kernel.org/lkml/e11366fd280736844ae63791b6193bb84d6205bf.1589866138.git.matti.vaittinen@fi.rohmeurope.com/
> 
> 
>  MAINTAINERS | 32 ++++++++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)

Applied, thanks.

-- 
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-06-30  7:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-18  7:33 [PATCH v2] MAINTAINERS: Add entry for ROHM power management ICs Matti Vaittinen
2020-06-18  8:09 ` Lee Jones
2020-06-18  9:51   ` Vaittinen, Matti
2020-06-18 13:26 ` Guenter Roeck
2020-06-19  8:17 ` Stephen Boyd
2020-06-20 21:34 ` Linus Walleij
2020-06-30  7:11 ` Lee Jones

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).