diff mbox

MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry

Message ID 20170320164851.5999-1-krzk@kernel.org
State New
Headers show

Commit Message

Krzysztof Kozlowski March 20, 2017, 4:48 p.m. UTC
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(+)

Comments

Tomasz Figa March 21, 2017, 12:54 a.m. UTC | #1
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
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Sylwester Nawrocki March 22, 2017, 10:09 a.m. UTC | #2
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>

--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Linus Walleij March 23, 2017, 10:38 a.m. UTC | #3
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
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Linus Walleij March 23, 2017, 10:40 a.m. UTC | #4
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
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Krzysztof Kozlowski March 23, 2017, 11:35 a.m. UTC | #5
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
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Linus Walleij March 28, 2017, 9:34 a.m. UTC | #6
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
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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