Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1604805 > unrolled thread
| Started by | Krzysztof Kozlowski <krzk@kernel.org> |
|---|---|
| First post | 2017-03-20 18:10 +0100 |
| Last post | 2017-03-23 12:40 +0100 |
| Articles | 7 — 4 participants |
Back to article view | Back to linux.kernel
[PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-20 18:10 +0100
Re: [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-20 18:10 +0100
Re: [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry Tomasz Figa <tomasz.figa@gmail.com> - 2017-03-21 02:00 +0100
Re: [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry Linus Walleij <linus.walleij@linaro.org> - 2017-03-23 11:50 +0100
Re: [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry Sylwester Nawrocki <s.nawrocki@samsung.com> - 2017-03-22 11:20 +0100
Re: [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry Linus Walleij <linus.walleij@linaro.org> - 2017-03-23 11:50 +0100
Re: [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-23 12:40 +0100
| From | Krzysztof Kozlowski <krzk@kernel.org> |
|---|---|
| Date | 2017-03-20 18:10 +0100 |
| Subject | [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry |
| Message-ID | <tn8YF-7Pz-11@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Krzysztof Kozlowski <krzk@kernel.org> |
|---|---|
| Date | 2017-03-20 18:10 +0100 |
| Subject | Re: [PATCH] MAINTAINERS: pinctrl: Add git tree to Samsung pinctrl entry |
| Message-ID | <tn8YG-7Pz-43@gated-at.bofh.it> |
| In reply to | #1604805 |
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
[toc] | [prev] | [next] | [standalone]
| From | Tomasz Figa <tomasz.figa@gmail.com> |
|---|---|
| Date | 2017-03-21 02:00 +0100 |
| Message-ID | <tngjv-4eW-5@gated-at.bofh.it> |
| In reply to | #1604817 |
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
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2017-03-23 11:50 +0100 |
| Message-ID | <to8tA-116-29@gated-at.bofh.it> |
| In reply to | #1604817 |
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
[toc] | [prev] | [next] | [standalone]
| From | Sylwester Nawrocki <s.nawrocki@samsung.com> |
|---|---|
| Date | 2017-03-22 11:20 +0100 |
| Message-ID | <tnLx0-OB-11@gated-at.bofh.it> |
| In reply to | #1604805 |
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>
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2017-03-23 11:50 +0100 |
| Message-ID | <to8tz-116-11@gated-at.bofh.it> |
| In reply to | #1604805 |
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
[toc] | [prev] | [next] | [standalone]
| From | Krzysztof Kozlowski <krzk@kernel.org> |
|---|---|
| Date | 2017-03-23 12:40 +0100 |
| Message-ID | <to9fZ-1zG-27@gated-at.bofh.it> |
| In reply to | #1607346 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web