linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update MAX77802 PMIC entry
@ 2017-04-28  4:56 Javier Martinez Canillas
  2017-04-28  7:41 ` Lee Jones
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Javier Martinez Canillas @ 2017-04-28  4:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: Mark Brown, Lee Jones, Javier Martinez Canillas

The Samsung email address will stop working soon, so use my personal
email address instead.

Also, there used to be a MFD and RTC drivers for max77802 but now these
have been merged with the max77686 MFD and RTC drivers. The only driver
that's still max77802 specific is the regulator one since there are too
many differences with max77686 there to justify merging the two drivers.

Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>

---

 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index e35370a0c04c..5e19e6913682 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8069,11 +8069,11 @@ S:	Supported
 F:	drivers/power/supply/max14577_charger.c
 F:	drivers/power/supply/max77693_charger.c
 
-MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
-M:	Javier Martinez Canillas <javier@osg.samsung.com>
+MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
+M:	Javier Martinez Canillas <javier@dowhile0.org>
 L:	linux-kernel@vger.kernel.org
 S:	Supported
-F:	drivers/*/*max77802*.c
+F:	drivers/regulator/max77802-regulator.c
 F:	Documentation/devicetree/bindings/*/*max77802.txt
 F:	include/dt-bindings/*/*max77802.h
 
-- 
2.9.3

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

* Re: [PATCH] MAINTAINERS: Update MAX77802 PMIC entry
  2017-04-28  4:56 [PATCH] MAINTAINERS: Update MAX77802 PMIC entry Javier Martinez Canillas
@ 2017-04-28  7:41 ` Lee Jones
  2017-04-30 12:53 ` Mark Brown
  2017-05-15  8:04 ` Applied "MAINTAINERS: Update MAX77802 PMIC entry" to the regulator tree Mark Brown
  2 siblings, 0 replies; 6+ messages in thread
From: Lee Jones @ 2017-04-28  7:41 UTC (permalink / raw)
  To: Javier Martinez Canillas; +Cc: linux-kernel, Mark Brown

On Fri, 28 Apr 2017, Javier Martinez Canillas wrote:

> The Samsung email address will stop working soon, so use my personal
> email address instead.
> 
> Also, there used to be a MFD and RTC drivers for max77802 but now these
> have been merged with the max77686 MFD and RTC drivers. The only driver
> that's still max77802 specific is the regulator one since there are too
> many differences with max77686 there to justify merging the two drivers.
> 
> Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>

Acked-by: Lee Jones <lee.jones@linaro.org>

> ---
> 
>  MAINTAINERS | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index e35370a0c04c..5e19e6913682 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8069,11 +8069,11 @@ S:	Supported
>  F:	drivers/power/supply/max14577_charger.c
>  F:	drivers/power/supply/max77693_charger.c
>  
> -MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
> -M:	Javier Martinez Canillas <javier@osg.samsung.com>
> +MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
> +M:	Javier Martinez Canillas <javier@dowhile0.org>
>  L:	linux-kernel@vger.kernel.org
>  S:	Supported
> -F:	drivers/*/*max77802*.c
> +F:	drivers/regulator/max77802-regulator.c
>  F:	Documentation/devicetree/bindings/*/*max77802.txt
>  F:	include/dt-bindings/*/*max77802.h
>  

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH] MAINTAINERS: Update MAX77802 PMIC entry
  2017-04-28  4:56 [PATCH] MAINTAINERS: Update MAX77802 PMIC entry Javier Martinez Canillas
  2017-04-28  7:41 ` Lee Jones
@ 2017-04-30 12:53 ` Mark Brown
  2017-05-02  8:11   ` Lee Jones
  2017-05-15  8:04 ` Applied "MAINTAINERS: Update MAX77802 PMIC entry" to the regulator tree Mark Brown
  2 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2017-04-30 12:53 UTC (permalink / raw)
  To: Javier Martinez Canillas; +Cc: linux-kernel, Lee Jones

[-- Attachment #1: Type: text/plain, Size: 213 bytes --]

On Fri, Apr 28, 2017 at 12:56:21AM -0400, Javier Martinez Canillas wrote:
> The Samsung email address will stop working soon, so use my personal
> email address instead.

Acked-by: Mark Brown <broonie@kernel.org>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Re: [PATCH] MAINTAINERS: Update MAX77802 PMIC entry
  2017-04-30 12:53 ` Mark Brown
@ 2017-05-02  8:11   ` Lee Jones
  2017-05-03 15:24     ` Mark Brown
  0 siblings, 1 reply; 6+ messages in thread
From: Lee Jones @ 2017-05-02  8:11 UTC (permalink / raw)
  To: Mark Brown; +Cc: Javier Martinez Canillas, linux-kernel

On Sun, 30 Apr 2017, Mark Brown wrote:

> On Fri, Apr 28, 2017 at 12:56:21AM -0400, Javier Martinez Canillas wrote:
> > The Samsung email address will stop working soon, so use my personal
> > email address instead.
> 
> Acked-by: Mark Brown <broonie@kernel.org>

I think this is now yours to take.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

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

* Re: [PATCH] MAINTAINERS: Update MAX77802 PMIC entry
  2017-05-02  8:11   ` Lee Jones
@ 2017-05-03 15:24     ` Mark Brown
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2017-05-03 15:24 UTC (permalink / raw)
  To: Lee Jones; +Cc: Javier Martinez Canillas, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 720 bytes --]

On Tue, May 02, 2017 at 09:11:28AM +0100, Lee Jones wrote:
> On Sun, 30 Apr 2017, Mark Brown wrote:

> > On Fri, Apr 28, 2017 at 12:56:21AM -0400, Javier Martinez Canillas wrote:
> > > The Samsung email address will stop working soon, so use my personal
> > > email address instead.

> > Acked-by: Mark Brown <broonie@kernel.org>

> I think this is now yours to take.

Ah, since it was a patch for the device as a whole I was expecting it to
go via MFD and haven't been tracking it - if it should go via regulator
then Javier can you resend please (no problem sending it, I just don't
have the patch any more)?  In general if I ack something I'm expecting
someone else to take it, at least until after the next release.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Applied "MAINTAINERS: Update MAX77802 PMIC entry" to the regulator tree
  2017-04-28  4:56 [PATCH] MAINTAINERS: Update MAX77802 PMIC entry Javier Martinez Canillas
  2017-04-28  7:41 ` Lee Jones
  2017-04-30 12:53 ` Mark Brown
@ 2017-05-15  8:04 ` Mark Brown
  2 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2017-05-15  8:04 UTC (permalink / raw)
  To: Javier Martinez Canillas
  Cc: Lee Jones, Mark Brown, linux-kernel, Mark Brown, Lee Jones, linux-kernel

The patch

   MAINTAINERS: Update MAX77802 PMIC entry

has been applied to the regulator tree at

   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From 64f7d692c5bdfbf0eb6efe4eacc597ff44d0e421 Mon Sep 17 00:00:00 2001
From: Javier Martinez Canillas <javier@dowhile0.org>
Date: Thu, 4 May 2017 00:36:25 -0400
Subject: [PATCH] MAINTAINERS: Update MAX77802 PMIC entry

The Samsung email address will stop working soon, so use my personal
email address instead.

Also, there used to be a MFD and RTC drivers for max77802 but now these
have been merged with the max77686 MFD and RTC drivers. The only driver
that's still max77802 specific is the regulator one since there are too
many differences with max77686 there to justify merging the two drivers.

Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f7d568b8f133..04796e2d56c2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8054,11 +8054,11 @@ S:	Supported
 F:	drivers/power/supply/max14577_charger.c
 F:	drivers/power/supply/max77693_charger.c
 
-MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
-M:	Javier Martinez Canillas <javier@osg.samsung.com>
+MAXIM MAX77802 PMIC REGULATOR DEVICE DRIVER
+M:	Javier Martinez Canillas <javier@dowhile0.org>
 L:	linux-kernel@vger.kernel.org
 S:	Supported
-F:	drivers/*/*max77802*.c
+F:	drivers/regulator/max77802-regulator.c
 F:	Documentation/devicetree/bindings/*/*max77802.txt
 F:	include/dt-bindings/*/*max77802.h
 
-- 
2.11.0

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

end of thread, other threads:[~2017-05-15  8:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-28  4:56 [PATCH] MAINTAINERS: Update MAX77802 PMIC entry Javier Martinez Canillas
2017-04-28  7:41 ` Lee Jones
2017-04-30 12:53 ` Mark Brown
2017-05-02  8:11   ` Lee Jones
2017-05-03 15:24     ` Mark Brown
2017-05-15  8:04 ` Applied "MAINTAINERS: Update MAX77802 PMIC entry" to the regulator tree Mark Brown

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