linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry
@ 2017-03-20 16:48 ` Krzysztof Kozlowski
  2017-03-20 16:58   ` Krzysztof Kozlowski
                     ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2017-03-20 16:48 UTC (permalink / raw)
  To: Tomasz Figa, Krzysztof Kozlowski, Sylwester Nawrocki,
	Linus Walleij, linux-arm-kernel, linux-samsung-soc, linux-gpio,
	linux-kernel

Add a Git tree on @kernel.org for maintaining the Samsung pinctrl
drivers.  The tree will be maintained in a shared model between current
Samsung pinctrl maintainers.  Pull requests will be going to Linus
Walleij.

Also add the patchwork for linux-samsung-soc mailing list which will be
used for handling the patches.

Cc: Tomasz Figa <tomasz.figa@gmail.com>
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

---

As of now, only I have the access to this git tree. Tomasz is welcomed
to join anytime. We are also waiting for Sywlester to get account on
kernel.org.

For the Patchwork, I use it also for Exynos/Samsung ARM architecture
maintenance.  I will add appropriate permissions to Sylwester so we can
share it.
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index e922e0b9f0d5..83f53534c47a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9979,6 +9979,8 @@ M:	Krzysztof Kozlowski <krzk@kernel.org>
 M:	Sylwester Nawrocki <s.nawrocki@samsung.com>
 L:	linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
 L:	linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
+Q:	https://patchwork.kernel.org/project/linux-samsung-soc/list/
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git
 S:	Maintained
 F:	drivers/pinctrl/samsung/
 F:	include/dt-bindings/pinctrl/samsung.h
-- 
2.9.3

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

* Re: [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry
  2017-03-20 16:48 ` [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry Krzysztof Kozlowski
@ 2017-03-20 16:58   ` Krzysztof Kozlowski
  2017-03-21  0:54     ` Tomasz Figa
  2017-03-23 10:40     ` Linus Walleij
  2017-03-22 10:09   ` Sylwester Nawrocki
                     ` (2 subsequent siblings)
  3 siblings, 2 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2017-03-20 16:58 UTC (permalink / raw)
  To: Tomasz Figa, Sylwester Nawrocki, Linus Walleij, linux-arm-kernel,
	linux-samsung-soc, linux-gpio, linux-kernel

On Mon, Mar 20, 2017 at 06:48:51PM +0200, Krzysztof Kozlowski wrote:
> Add a Git tree on @kernel.org for maintaining the Samsung pinctrl
> drivers.  The tree will be maintained in a shared model between current
> Samsung pinctrl maintainers.  Pull requests will be going to Linus
> Walleij.
> 
> Also add the patchwork for linux-samsung-soc mailing list which will be
> used for handling the patches.
> 
> Cc: Tomasz Figa <tomasz.figa@gmail.com>
> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> 
> ---
> 
> As of now, only I have the access to this git tree. Tomasz is welcomed
> to join anytime. We are also waiting for Sywlester to get account on
> kernel.org.
> 
> For the Patchwork, I use it also for Exynos/Samsung ARM architecture
> maintenance.  I will add appropriate permissions to Sylwester so we can
> share it.
> ---

Linus,

I talked with Sylwester few days ago and we agreed on a shared mainainer
model.  Mostly because:
1. Only Sylwester from three of us works in Samsung,
2. It helps distributing the load in case of any holidays/travel etc,
3. It might also make easier for future transitions.

For this release I can start taking the patches. Please let me know:
1. Can I base on Torvalds' rc-1 or you prefer basing on top of your
   branches? In the second case your branches should not be rebased.
2. When do you expect pull requests (preferred time and acceptable late
   stuff)?


Also, I will add this tree to the linux-next + auto-builders.

Best regards,
Krzysztof

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

* Re: [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry
  2017-03-20 16:58   ` Krzysztof Kozlowski
@ 2017-03-21  0:54     ` Tomasz Figa
  2017-03-23 10:40     ` Linus Walleij
  1 sibling, 0 replies; 8+ messages in thread
From: Tomasz Figa @ 2017-03-21  0:54 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Sylwester Nawrocki, Linus Walleij, linux-arm-kernel,
	linux-samsung-soc, linux-gpio, linux-kernel

2017-03-21 1:58 GMT+09:00 Krzysztof Kozlowski <krzk@kernel.org>:
> On Mon, Mar 20, 2017 at 06:48:51PM +0200, Krzysztof Kozlowski wrote:
>> Add a Git tree on @kernel.org for maintaining the Samsung pinctrl
>> drivers.  The tree will be maintained in a shared model between current
>> Samsung pinctrl maintainers.  Pull requests will be going to Linus
>> Walleij.
>>
>> Also add the patchwork for linux-samsung-soc mailing list which will be
>> used for handling the patches.
>>
>> Cc: Tomasz Figa <tomasz.figa@gmail.com>
>> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
>> Cc: Linus Walleij <linus.walleij@linaro.org>
>> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

Acked-by: Tomasz Figa <tomasz.figa@gmail.com>

>>
>> ---
>>
>> As of now, only I have the access to this git tree. Tomasz is welcomed
>> to join anytime. We are also waiting for Sywlester to get account on
>> kernel.org.

I'll stay alerted. :) Please let me know whenever you both guys are
busy and I can kick in. Will keep reviewing the patches as well.

>>
>> For the Patchwork, I use it also for Exynos/Samsung ARM architecture
>> maintenance.  I will add appropriate permissions to Sylwester so we can
>> share it.
>> ---
>
> Linus,
>
> I talked with Sylwester few days ago and we agreed on a shared mainainer
> model.  Mostly because:
> 1. Only Sylwester from three of us works in Samsung,
> 2. It helps distributing the load in case of any holidays/travel etc,
> 3. It might also make easier for future transitions.
>
> For this release I can start taking the patches. Please let me know:
> 1. Can I base on Torvalds' rc-1 or you prefer basing on top of your
>    branches? In the second case your branches should not be rebased.
> 2. When do you expect pull requests (preferred time and acceptable late
>    stuff)?
>
>
> Also, I will add this tree to the linux-next + auto-builders.

Thanks Krzysztof, you're doing some really good work here! :)

Best regards,
Tomasz

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

* Re: [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry
  2017-03-20 16:48 ` [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry Krzysztof Kozlowski
  2017-03-20 16:58   ` Krzysztof Kozlowski
@ 2017-03-22 10:09   ` Sylwester Nawrocki
  2017-03-23 10:38   ` Linus Walleij
  2017-03-28  9:34   ` Linus Walleij
  3 siblings, 0 replies; 8+ messages in thread
From: Sylwester Nawrocki @ 2017-03-22 10:09 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Linus Walleij
  Cc: Tomasz Figa, linux-arm-kernel, linux-samsung-soc, linux-gpio,
	linux-kernel

On 03/20/2017 05:48 PM, Krzysztof Kozlowski wrote:
> Add a Git tree on @kernel.org for maintaining the Samsung pinctrl
> drivers.  The tree will be maintained in a shared model between current
> Samsung pinctrl maintainers.  Pull requests will be going to Linus
> Walleij.
>
> Also add the patchwork for linux-samsung-soc mailing list which will be
> used for handling the patches.
>
> Cc: Tomasz Figa <tomasz.figa@gmail.com>
> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

Thanks for your effort Krzysztof,

Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>

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

* Re: [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry
  2017-03-20 16:48 ` [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry Krzysztof Kozlowski
  2017-03-20 16:58   ` Krzysztof Kozlowski
  2017-03-22 10:09   ` Sylwester Nawrocki
@ 2017-03-23 10:38   ` Linus Walleij
  2017-03-23 11:35     ` Krzysztof Kozlowski
  2017-03-28  9:34   ` Linus Walleij
  3 siblings, 1 reply; 8+ messages in thread
From: Linus Walleij @ 2017-03-23 10:38 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Tomasz Figa, Sylwester Nawrocki, linux-arm-kernel,
	linux-samsung-soc, linux-gpio, linux-kernel

On Mon, Mar 20, 2017 at 5:48 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote:

> Add a Git tree on @kernel.org for maintaining the Samsung pinctrl
> drivers.  The tree will be maintained in a shared model between current
> Samsung pinctrl maintainers.  Pull requests will be going to Linus
> Walleij.
>
> Also add the patchwork for linux-samsung-soc mailing list which will be
> used for handling the patches.
>
> Cc: Tomasz Figa <tomasz.figa@gmail.com>
> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

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

Should I apply this patch by the way?

Yours,
Linus Walleij

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

* Re: [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry
  2017-03-20 16:58   ` Krzysztof Kozlowski
  2017-03-21  0:54     ` Tomasz Figa
@ 2017-03-23 10:40     ` Linus Walleij
  1 sibling, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2017-03-23 10:40 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Tomasz Figa, Sylwester Nawrocki, linux-arm-kernel,
	linux-samsung-soc, linux-gpio, linux-kernel

On Mon, Mar 20, 2017 at 5:58 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote:

> I talked with Sylwester few days ago and we agreed on a shared mainainer
> model.  Mostly because:
> 1. Only Sylwester from three of us works in Samsung,
> 2. It helps distributing the load in case of any holidays/travel etc,
> 3. It might also make easier for future transitions.

Awesome.

> For this release I can start taking the patches. Please let me know:
> 1. Can I base on Torvalds' rc-1 or you prefer basing on top of your
>    branches? In the second case your branches should not be rebased.

Whatever makes sense. -rc1 if nothing else.

If you need to base on my devel branch then notify me so I
don't rebase it.

> 2. When do you expect pull requests (preferred time and acceptable late
>    stuff)?

When you feel it is apropriate.

Geert usually send me 1-2 pull requests for Renesas stuff.

Yours,
Linus Walleij

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

* Re: [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry
  2017-03-23 10:38   ` Linus Walleij
@ 2017-03-23 11:35     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2017-03-23 11:35 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Tomasz Figa, Sylwester Nawrocki, linux-arm-kernel,
	linux-samsung-soc, linux-gpio, linux-kernel

On Thu, Mar 23, 2017 at 12:38 PM, Linus Walleij
<linus.walleij@linaro.org> wrote:
> On Mon, Mar 20, 2017 at 5:48 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
>> Add a Git tree on @kernel.org for maintaining the Samsung pinctrl
>> drivers.  The tree will be maintained in a shared model between current
>> Samsung pinctrl maintainers.  Pull requests will be going to Linus
>> Walleij.
>>
>> Also add the patchwork for linux-samsung-soc mailing list which will be
>> used for handling the patches.
>>
>> Cc: Tomasz Figa <tomasz.figa@gmail.com>
>> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
>> Cc: Linus Walleij <linus.walleij@linaro.org>
>> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
>
> Acked-by: Linus Walleij <linus.walleij@linaro.org>
>
> Should I apply this patch by the way?

Yes, please go ahead.

Best regards,
Krzysztof

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

* Re: [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry
  2017-03-20 16:48 ` [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry Krzysztof Kozlowski
                     ` (2 preceding siblings ...)
  2017-03-23 10:38   ` Linus Walleij
@ 2017-03-28  9:34   ` Linus Walleij
  3 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2017-03-28  9:34 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Tomasz Figa, Sylwester Nawrocki, linux-arm-kernel,
	linux-samsung-soc, linux-gpio, linux-kernel

On Mon, Mar 20, 2017 at 5:48 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote:

> Add a Git tree on @kernel.org for maintaining the Samsung pinctrl
> drivers.  The tree will be maintained in a shared model between current
> Samsung pinctrl maintainers.  Pull requests will be going to Linus
> Walleij.
>
> Also add the patchwork for linux-samsung-soc mailing list which will be
> used for handling the patches.
>
> Cc: Tomasz Figa <tomasz.figa@gmail.com>
> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
> Cc: Linus Walleij <linus.walleij@linaro.org>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

Patch applied with the ACKs.

Yours,
Linus Walleij

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

end of thread, other threads:[~2017-03-28  9:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20170320164914epcas1p316c1dee152cb3a9c5a65014aa59006af@epcas1p3.samsung.com>
2017-03-20 16:48 ` [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry Krzysztof Kozlowski
2017-03-20 16:58   ` Krzysztof Kozlowski
2017-03-21  0:54     ` Tomasz Figa
2017-03-23 10:40     ` Linus Walleij
2017-03-22 10:09   ` Sylwester Nawrocki
2017-03-23 10:38   ` Linus Walleij
2017-03-23 11:35     ` Krzysztof Kozlowski
2017-03-28  9:34   ` Linus Walleij

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