Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1632523 > unrolled thread
| Started by | Javier Martinez Canillas <javier@dowhile0.org> |
|---|---|
| First post | 2017-04-28 07:00 +0200 |
| Last post | 2017-05-03 17:30 +0200 |
| Articles | 5 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] MAINTAINERS: Update MAX77802 PMIC entry Javier Martinez Canillas <javier@dowhile0.org> - 2017-04-28 07:00 +0200
Re: [PATCH] MAINTAINERS: Update MAX77802 PMIC entry Lee Jones <lee.jones@linaro.org> - 2017-04-28 09:50 +0200
Re: [PATCH] MAINTAINERS: Update MAX77802 PMIC entry Mark Brown <broonie@kernel.org> - 2017-04-30 15:00 +0200
Re: [PATCH] MAINTAINERS: Update MAX77802 PMIC entry Lee Jones <lee.jones@linaro.org> - 2017-05-02 10:20 +0200
Re: [PATCH] MAINTAINERS: Update MAX77802 PMIC entry Mark Brown <broonie@kernel.org> - 2017-05-03 17:30 +0200
| From | Javier Martinez Canillas <javier@dowhile0.org> |
|---|---|
| Date | 2017-04-28 07:00 +0200 |
| Subject | [PATCH] MAINTAINERS: Update MAX77802 PMIC entry |
| Message-ID | <tB6aB-2yO-7@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2017-04-28 09:50 +0200 |
| Message-ID | <tB8P7-4n0-7@gated-at.bofh.it> |
| In reply to | #1632523 |
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
[toc] | [prev] | [next] | [standalone]
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Date | 2017-04-30 15:00 +0200 |
| Message-ID | <tBWCd-3lS-7@gated-at.bofh.it> |
| In reply to | #1632523 |
[Multipart message — attachments visible in raw view] — view raw
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>
[toc] | [prev] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2017-05-02 10:20 +0200 |
| Message-ID | <tCBcl-421-5@gated-at.bofh.it> |
| In reply to | #1633433 |
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
[toc] | [prev] | [next] | [standalone]
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Date | 2017-05-03 17:30 +0200 |
| Message-ID | <tD4o1-7a8-9@gated-at.bofh.it> |
| In reply to | #1634225 |
[Multipart message — attachments visible in raw view] — view raw
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.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web