linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add entry for Maxim PMIC-s on Samsung boards
@ 2015-01-16 11:19 Krzysztof Kozlowski
  2015-01-16 11:51 ` Chanwoo Choi
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Krzysztof Kozlowski @ 2015-01-16 11:19 UTC (permalink / raw)
  To: rtc-linux, linux-pm, linux-kernel
  Cc: Krzysztof Kozlowski, MyungJoo Ham, Chanwoo Choi, Samuel Ortiz,
	Lee Jones, Sebastian Reichel, Dmitry Eremin-Solenikov,
	David Woodhouse, Liam Girdwood, Mark Brown, Mike Turquette,
	Stephen Boyd, Alessandro Zummo

Add myself as supporter for Maxim 77686 PMIC and Maxim 14577/77693 MUIC
drivers:
 - mfd (all of them),
 - extcon (extcon-max14577, extcon-max77693)
 - power (max14577_charger.c, 77693 on LKML [1]),
 - regulator (all of them),
 - clock (clk-max77686.c)
 - RTC (rtc-max77686.c).

Lately I am the author of major contributors to them. These
drivers are used on Exynos-based boards (Trats 2, Gear 1 and Gear 2).

[1] https://lkml.org/lkml/2015/1/5/139

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
cc: Chanwoo Choi <cw00.choi@samsung.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Sebastian Reichel <sre@kernel.org>
Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Liam Girdwood <lgirdwood@gmail.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Mike Turquette <mturquette@linaro.org>
Cc: Stephen Boyd <sboyd@codeaurora.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
---
 MAINTAINERS | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index f017a30eb280..b033fb499186 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6143,6 +6143,21 @@ F:	Documentation/devicetree/bindings/i2c/max6697.txt
 F:	drivers/hwmon/max6697.c
 F:	include/linux/platform_data/max6697.h
 
+MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
+M:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
+L:	linux-kernel@vger.kernel.org
+S:	Supported
+F:	drivers/*/*max14577*.c
+F:	drivers/*/*max77686*.c
+F:	drivers/*/*max77693*.c
+F:	Documentation/devicetree/bindings/mfd/max14577.txt
+F:	Documentation/devicetree/bindings/mfd/max77686.txt
+F:	Documentation/devicetree/bindings/mfd/max77693.txt
+F:	Documentation/devicetree/bindings/clock/maxim,max77686.txt
+F:	include/linux/mfd/max14577*.h
+F:	include/linux/mfd/max77686*.h
+F:	include/linux/mfd/max77693*.h
+
 MAXIRADIO FM RADIO RECEIVER DRIVER
 M:	Hans Verkuil <hverkuil@xs4all.nl>
 L:	linux-media@vger.kernel.org
-- 
1.9.1

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

* Re: [PATCH] MAINTAINERS: Add entry for Maxim PMIC-s on Samsung boards
  2015-01-16 11:19 [PATCH] MAINTAINERS: Add entry for Maxim PMIC-s on Samsung boards Krzysztof Kozlowski
@ 2015-01-16 11:51 ` Chanwoo Choi
  2015-01-16 12:21   ` Krzysztof Kozlowski
  2015-01-16 18:57 ` Sebastian Reichel
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: Chanwoo Choi @ 2015-01-16 11:51 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: rtc-linux, linux-pm, linux-kernel, MyungJoo Ham, Samuel Ortiz,
	Lee Jones, Sebastian Reichel, Dmitry Eremin-Solenikov,
	David Woodhouse, Liam Girdwood, Mark Brown, Mike Turquette,
	Stephen Boyd, Alessandro Zummo

Hi Krzysztof,

On 01/16/2015 08:19 PM, Krzysztof Kozlowski wrote:
> Add myself as supporter for Maxim 77686 PMIC and Maxim 14577/77693 MUIC
> drivers:
>  - mfd (all of them),
>  - extcon (extcon-max14577, extcon-max77693)
>  - power (max14577_charger.c, 77693 on LKML [1]),
>  - regulator (all of them),
>  - clock (clk-max77686.c)
>  - RTC (rtc-max77686.c).
> 
> Lately I am the author of major contributors to them. These
> drivers are used on Exynos-based boards (Trats 2, Gear 1 and Gear 2).
> 
> [1] https://lkml.org/lkml/2015/1/5/139
> 
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
> cc: Chanwoo Choi <cw00.choi@samsung.com>
> Cc: Samuel Ortiz <sameo@linux.intel.com>
> Cc: Lee Jones <lee.jones@linaro.org>
> Cc: Sebastian Reichel <sre@kernel.org>
> Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
> Cc: David Woodhouse <dwmw2@infradead.org>
> Cc: Liam Girdwood <lgirdwood@gmail.com>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Mike Turquette <mturquette@linaro.org>
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> Cc: Alessandro Zummo <a.zummo@towertech.it>
> ---
>  MAINTAINERS | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f017a30eb280..b033fb499186 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6143,6 +6143,21 @@ F:	Documentation/devicetree/bindings/i2c/max6697.txt
>  F:	drivers/hwmon/max6697.c
>  F:	include/linux/platform_data/max6697.h
>  
> +MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
> +M:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
> +L:	linux-kernel@vger.kernel.org
> +S:	Supported
> +F:	drivers/*/*max14577*.c
> +F:	drivers/*/*max77686*.c
> +F:	drivers/*/*max77693*.c

I knew that you did implement max14577 series because I did cowork to implement it with you.

But,
The drivers/extcon/extcon-max77693.c was implemented by me
and extcon-max14577.c was implemented by me and you.

The initial version of drivers/mfd/max77876.c, drivers/regulator/max77686.c
was implemented by Jonghwa Lee(jonghwa3.lee@samsung.com).

The initial version of drivers/mfd/max77693.c was implmented by me
and drivers/mfd/max77693.c by Jonghwa Lee.

Best Regards,
Chanwoo Choi

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

* Re: [PATCH] MAINTAINERS: Add entry for Maxim PMIC-s on Samsung boards
  2015-01-16 11:51 ` Chanwoo Choi
@ 2015-01-16 12:21   ` Krzysztof Kozlowski
  2015-01-16 22:58     ` Chanwoo Choi
  0 siblings, 1 reply; 7+ messages in thread
From: Krzysztof Kozlowski @ 2015-01-16 12:21 UTC (permalink / raw)
  To: Chanwoo Choi
  Cc: rtc-linux, linux-pm, linux-kernel, MyungJoo Ham, Samuel Ortiz,
	Lee Jones, Sebastian Reichel, Dmitry Eremin-Solenikov,
	David Woodhouse, Liam Girdwood, Mark Brown, Mike Turquette,
	Stephen Boyd, Alessandro Zummo

On pią, 2015-01-16 at 20:51 +0900, Chanwoo Choi wrote:
> Hi Krzysztof,
> 
> On 01/16/2015 08:19 PM, Krzysztof Kozlowski wrote:
> > Add myself as supporter for Maxim 77686 PMIC and Maxim 14577/77693 MUIC
> > drivers:
> >  - mfd (all of them),
> >  - extcon (extcon-max14577, extcon-max77693)
> >  - power (max14577_charger.c, 77693 on LKML [1]),
> >  - regulator (all of them),
> >  - clock (clk-max77686.c)
> >  - RTC (rtc-max77686.c).
> > 
> > Lately I am the author of major contributors to them. These
> > drivers are used on Exynos-based boards (Trats 2, Gear 1 and Gear 2).
> > 
> > [1] https://lkml.org/lkml/2015/1/5/139
> > 
> > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> > Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
> > cc: Chanwoo Choi <cw00.choi@samsung.com>
> > Cc: Samuel Ortiz <sameo@linux.intel.com>
> > Cc: Lee Jones <lee.jones@linaro.org>
> > Cc: Sebastian Reichel <sre@kernel.org>
> > Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
> > Cc: David Woodhouse <dwmw2@infradead.org>
> > Cc: Liam Girdwood <lgirdwood@gmail.com>
> > Cc: Mark Brown <broonie@kernel.org>
> > Cc: Mike Turquette <mturquette@linaro.org>
> > Cc: Stephen Boyd <sboyd@codeaurora.org>
> > Cc: Alessandro Zummo <a.zummo@towertech.it>
> > ---
> >  MAINTAINERS | 15 +++++++++++++++
> >  1 file changed, 15 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index f017a30eb280..b033fb499186 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -6143,6 +6143,21 @@ F:	Documentation/devicetree/bindings/i2c/max6697.txt
> >  F:	drivers/hwmon/max6697.c
> >  F:	include/linux/platform_data/max6697.h
> >  
> > +MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
> > +M:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
> > +L:	linux-kernel@vger.kernel.org
> > +S:	Supported
> > +F:	drivers/*/*max14577*.c
> > +F:	drivers/*/*max77686*.c
> > +F:	drivers/*/*max77693*.c
> 
> I knew that you did implement max14577 series because I did cowork to implement it with you.
> 
> But,
> The drivers/extcon/extcon-max77693.c was implemented by me
> and extcon-max14577.c was implemented by me and you.
> 
> The initial version of drivers/mfd/max77876.c, drivers/regulator/max77686.c
> was implemented by Jonghwa Lee(jonghwa3.lee@samsung.com).
> 
> The initial version of drivers/mfd/max77693.c was implmented by me
> and drivers/mfd/max77693.c by Jonghwa Lee.
> 

Yes, your are right. However I do not change the ownership or authorship
of these drivers here. You and the others will still be the authors.
Being the initial author is somehow different then reviewing and
developing the driver further.

Although you didn't say that explicitly here but if you think there
should be an entry also for you than I would appreciate it fully.

Best regards,
Krzysztof

> Best Regards,
> Chanwoo Choi
> 
> 
> 


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

* Re: [PATCH] MAINTAINERS: Add entry for Maxim PMIC-s on Samsung boards
  2015-01-16 11:19 [PATCH] MAINTAINERS: Add entry for Maxim PMIC-s on Samsung boards Krzysztof Kozlowski
  2015-01-16 11:51 ` Chanwoo Choi
@ 2015-01-16 18:57 ` Sebastian Reichel
  2015-01-16 23:01 ` Mark Brown
  2015-01-18 10:17 ` Lee Jones
  3 siblings, 0 replies; 7+ messages in thread
From: Sebastian Reichel @ 2015-01-16 18:57 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: rtc-linux, linux-pm, linux-kernel, MyungJoo Ham, Chanwoo Choi,
	Samuel Ortiz, Lee Jones, Dmitry Eremin-Solenikov, David Woodhouse,
	Liam Girdwood, Mark Brown, Mike Turquette, Stephen Boyd,
	Alessandro Zummo

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

Hi,

On Fri, Jan 16, 2015 at 12:19:50PM +0100, Krzysztof Kozlowski wrote:
> Add myself as supporter for Maxim 77686 PMIC and Maxim 14577/77693 MUIC
> drivers:
>  - mfd (all of them),
>  - extcon (extcon-max14577, extcon-max77693)
>  - power (max14577_charger.c, 77693 on LKML [1]),
>  - regulator (all of them),
>  - clock (clk-max77686.c)
>  - RTC (rtc-max77686.c).
> 
> Lately I am the author of major contributors to them. These
> drivers are used on Exynos-based boards (Trats 2, Gear 1 and Gear 2).

Acked-By: Sebastian Reichel <sre@kernel.org>

-- Sebastian

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [PATCH] MAINTAINERS: Add entry for Maxim PMIC-s on Samsung boards
  2015-01-16 12:21   ` Krzysztof Kozlowski
@ 2015-01-16 22:58     ` Chanwoo Choi
  0 siblings, 0 replies; 7+ messages in thread
From: Chanwoo Choi @ 2015-01-16 22:58 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: rtc-linux, linux-pm@vger.kernel.org, linux-kernel, MyungJoo Ham,
	Samuel Ortiz, Lee Jones, Sebastian Reichel,
	Dmitry Eremin-Solenikov, David Woodhouse, Liam Girdwood,
	Mark Brown, Mike Turquette, Stephen Boyd, Alessandro Zummo

On Fri, Jan 16, 2015 at 9:21 PM, Krzysztof Kozlowski
<k.kozlowski@samsung.com> wrote:
> On pią, 2015-01-16 at 20:51 +0900, Chanwoo Choi wrote:
>> Hi Krzysztof,
>>
>> On 01/16/2015 08:19 PM, Krzysztof Kozlowski wrote:
>> > Add myself as supporter for Maxim 77686 PMIC and Maxim 14577/77693 MUIC
>> > drivers:
>> >  - mfd (all of them),
>> >  - extcon (extcon-max14577, extcon-max77693)
>> >  - power (max14577_charger.c, 77693 on LKML [1]),
>> >  - regulator (all of them),
>> >  - clock (clk-max77686.c)
>> >  - RTC (rtc-max77686.c).
>> >
>> > Lately I am the author of major contributors to them. These
>> > drivers are used on Exynos-based boards (Trats 2, Gear 1 and Gear 2).
>> >
>> > [1] https://lkml.org/lkml/2015/1/5/139
>> >
>> > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>> > Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
>> > cc: Chanwoo Choi <cw00.choi@samsung.com>
>> > Cc: Samuel Ortiz <sameo@linux.intel.com>
>> > Cc: Lee Jones <lee.jones@linaro.org>
>> > Cc: Sebastian Reichel <sre@kernel.org>
>> > Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
>> > Cc: David Woodhouse <dwmw2@infradead.org>
>> > Cc: Liam Girdwood <lgirdwood@gmail.com>
>> > Cc: Mark Brown <broonie@kernel.org>
>> > Cc: Mike Turquette <mturquette@linaro.org>
>> > Cc: Stephen Boyd <sboyd@codeaurora.org>
>> > Cc: Alessandro Zummo <a.zummo@towertech.it>
>> > ---
>> >  MAINTAINERS | 15 +++++++++++++++
>> >  1 file changed, 15 insertions(+)
>> >
>> > diff --git a/MAINTAINERS b/MAINTAINERS
>> > index f017a30eb280..b033fb499186 100644
>> > --- a/MAINTAINERS
>> > +++ b/MAINTAINERS
>> > @@ -6143,6 +6143,21 @@ F:   Documentation/devicetree/bindings/i2c/max6697.txt
>> >  F: drivers/hwmon/max6697.c
>> >  F: include/linux/platform_data/max6697.h
>> >
>> > +MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
>> > +M: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>> > +L: linux-kernel@vger.kernel.org
>> > +S: Supported
>> > +F: drivers/*/*max14577*.c
>> > +F: drivers/*/*max77686*.c
>> > +F: drivers/*/*max77693*.c
>>
>> I knew that you did implement max14577 series because I did cowork to implement it with you.
>>
>> But,
>> The drivers/extcon/extcon-max77693.c was implemented by me
>> and extcon-max14577.c was implemented by me and you.
>>
>> The initial version of drivers/mfd/max77876.c, drivers/regulator/max77686.c
>> was implemented by Jonghwa Lee(jonghwa3.lee@samsung.com).
>>
>> The initial version of drivers/mfd/max77693.c was implmented by me
>> and drivers/mfd/max77693.c by Jonghwa Lee.
>>
>
> Yes, your are right. However I do not change the ownership or authorship
> of these drivers here. You and the others will still be the authors.
> Being the initial author is somehow different then reviewing and
> developing the driver further.
>
> Although you didn't say that explicitly here but if you think there
> should be an entry also for you than I would appreciate it fully.

Yes, If you agree,I think you better add an entry for me. Except for
power-supply drivers, I did co-work to implement these drivers with you.

Best Regards,
Chanwoo Choi

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

* Re: [PATCH] MAINTAINERS: Add entry for Maxim PMIC-s on Samsung boards
  2015-01-16 11:19 [PATCH] MAINTAINERS: Add entry for Maxim PMIC-s on Samsung boards Krzysztof Kozlowski
  2015-01-16 11:51 ` Chanwoo Choi
  2015-01-16 18:57 ` Sebastian Reichel
@ 2015-01-16 23:01 ` Mark Brown
  2015-01-18 10:17 ` Lee Jones
  3 siblings, 0 replies; 7+ messages in thread
From: Mark Brown @ 2015-01-16 23:01 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: rtc-linux, linux-pm, linux-kernel, MyungJoo Ham, Chanwoo Choi,
	Samuel Ortiz, Lee Jones, Sebastian Reichel,
	Dmitry Eremin-Solenikov, David Woodhouse, Liam Girdwood,
	Mike Turquette, Stephen Boyd, Alessandro Zummo

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

On Fri, Jan 16, 2015 at 12:19:50PM +0100, Krzysztof Kozlowski wrote:
> Add myself as supporter for Maxim 77686 PMIC and Maxim 14577/77693 MUIC
> drivers:

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

(and any future versions adding Chanwoo or other people.)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

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

* Re: [PATCH] MAINTAINERS: Add entry for Maxim PMIC-s on Samsung boards
  2015-01-16 11:19 [PATCH] MAINTAINERS: Add entry for Maxim PMIC-s on Samsung boards Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2015-01-16 23:01 ` Mark Brown
@ 2015-01-18 10:17 ` Lee Jones
  3 siblings, 0 replies; 7+ messages in thread
From: Lee Jones @ 2015-01-18 10:17 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: rtc-linux, linux-pm, linux-kernel, MyungJoo Ham, Chanwoo Choi,
	Samuel Ortiz, Sebastian Reichel, Dmitry Eremin-Solenikov,
	David Woodhouse, Liam Girdwood, Mark Brown, Mike Turquette,
	Stephen Boyd, Alessandro Zummo

On Fri, 16 Jan 2015, Krzysztof Kozlowski wrote:

> Add myself as supporter for Maxim 77686 PMIC and Maxim 14577/77693 MUIC
> drivers:
>  - mfd (all of them),
>  - extcon (extcon-max14577, extcon-max77693)
>  - power (max14577_charger.c, 77693 on LKML [1]),
>  - regulator (all of them),
>  - clock (clk-max77686.c)
>  - RTC (rtc-max77686.c).
> 
> Lately I am the author of major contributors to them. These
> drivers are used on Exynos-based boards (Trats 2, Gear 1 and Gear 2).
> 
> [1] https://lkml.org/lkml/2015/1/5/139
> 
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
> cc: Chanwoo Choi <cw00.choi@samsung.com>
> Cc: Samuel Ortiz <sameo@linux.intel.com>
> Cc: Lee Jones <lee.jones@linaro.org>
> Cc: Sebastian Reichel <sre@kernel.org>
> Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
> Cc: David Woodhouse <dwmw2@infradead.org>
> Cc: Liam Girdwood <lgirdwood@gmail.com>
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Mike Turquette <mturquette@linaro.org>
> Cc: Stephen Boyd <sboyd@codeaurora.org>
> Cc: Alessandro Zummo <a.zummo@towertech.it>
> ---
>  MAINTAINERS | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f017a30eb280..b033fb499186 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6143,6 +6143,21 @@ F:	Documentation/devicetree/bindings/i2c/max6697.txt
>  F:	drivers/hwmon/max6697.c
>  F:	include/linux/platform_data/max6697.h
>  
> +MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
> +M:	Krzysztof Kozlowski <k.kozlowski@samsung.com>
> +L:	linux-kernel@vger.kernel.org
> +S:	Supported
> +F:	drivers/*/*max14577*.c
> +F:	drivers/*/*max77686*.c
> +F:	drivers/*/*max77693*.c
> +F:	Documentation/devicetree/bindings/mfd/max14577.txt
> +F:	Documentation/devicetree/bindings/mfd/max77686.txt
> +F:	Documentation/devicetree/bindings/mfd/max77693.txt
> +F:	Documentation/devicetree/bindings/clock/maxim,max77686.txt
> +F:	include/linux/mfd/max14577*.h
> +F:	include/linux/mfd/max77686*.h
> +F:	include/linux/mfd/max77693*.h

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

>  MAXIRADIO FM RADIO RECEIVER DRIVER
>  M:	Hans Verkuil <hverkuil@xs4all.nl>
>  L:	linux-media@vger.kernel.org

-- 
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] 7+ messages in thread

end of thread, other threads:[~2015-01-18 10:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-16 11:19 [PATCH] MAINTAINERS: Add entry for Maxim PMIC-s on Samsung boards Krzysztof Kozlowski
2015-01-16 11:51 ` Chanwoo Choi
2015-01-16 12:21   ` Krzysztof Kozlowski
2015-01-16 22:58     ` Chanwoo Choi
2015-01-16 18:57 ` Sebastian Reichel
2015-01-16 23:01 ` Mark Brown
2015-01-18 10:17 ` 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).