Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1600411 > unrolled thread
| Started by | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| First post | 2017-03-14 14:50 +0100 |
| Last post | 2017-03-15 15:00 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2 1/4] pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433 Linus Walleij <linus.walleij@linaro.org> - 2017-03-14 14:50 +0100
Re: [PATCH v2 1/4] pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433 Krzysztof Kozlowski <krzk@kernel.org> - 2017-03-14 15:30 +0100
Re: [PATCH v2 1/4] pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433 Linus Walleij <linus.walleij@linaro.org> - 2017-03-15 15:00 +0100
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2017-03-14 14:50 +0100 |
| Subject | Re: [PATCH v2 1/4] pinctrl: samsung: Fix the width of PINCFG_TYPE_DRV bitfields for Exynos5433 |
| Message-ID | <tkUZQ-Q3-15@gated-at.bofh.it> |
On Fri, Feb 24, 2017 at 1:22 AM, Chanwoo Choi <cw00.choi@samsung.com> wrote:
> On 2016년 12월 30일 22:28, Linus Walleij wrote:
>> On Fri, Dec 30, 2016 at 5:14 AM, Andi Shyti <andi.shyti@samsung.com> wrote:
>>
>>> From: Chanwoo Choi <cw00.choi@samsung.com>
>>>
>>> This patch fixes the wrong width of PINCFG_TYPE_DRV bitfields for Exynos5433
>>> because PINCFG_TYPE_DRV of Exynos5433 has 4bit fields in the *_DRV
>>> registers. Usually, other Exynos have 2bit field for PINCFG_TYPE_DRV.
>>>
>>> Fixes: 3c5ecc9ed353 ("pinctrl: exynos: Add support for Exynos5433")
>>> Cc: stable@vger.kernel.org
>>> Cc: Tomasz Figa <tomasz.figa@gmail.com>
>>> Cc: Krzysztof Kozlowski <krzk@kernel.org>
>>> Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
>>> Cc: Linus Walleij <linus.walleij@linaro.org>
>>> Cc: Kukjin Kim <kgene@kernel.org>
>>> Cc: Javier Martinez Canillas <javier@osg.samsung.com>
>>> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
>>
>> Nominally I think you should sign this off too Andi, as you are in the delivery
>> path.
>>
>> Patch applied for fixes.
>
> This patch was already merged on your git and then merge it on tovalds's git[1].
> But, when I checked the latest drivers/pinctrl/samsung/pinctrl-exynos.c,
> it doesn't contain the all codes of patch[1].
> Maybe, I think that there was some merge conflict[2].
Probably. Send a patch fixing it up so I can apply it.
There are now something like 5 different people submitting Samsung pinctrl
patches without coordination so this will start to happen a lot if you keep
up this development pace.
As I just wrote in another mail: I want someone to step up and collect
Samsung patches and send them to me using a pull request.
Samsung people also need to start reviewing each other's patches
more I guess, but mainly I need help with integration.
Yours,
Linus Walleij
[toc] | [next] | [standalone]
| From | Krzysztof Kozlowski <krzk@kernel.org> |
|---|---|
| Date | 2017-03-14 15:30 +0100 |
| Message-ID | <tkVCz-1ny-41@gated-at.bofh.it> |
| In reply to | #1600411 |
On Tue, Mar 14, 2017 at 3:47 PM, Linus Walleij <linus.walleij@linaro.org> wrote: > On Fri, Feb 24, 2017 at 1:22 AM, Chanwoo Choi <cw00.choi@samsung.com> wrote: >> On 2016년 12월 30일 22:28, Linus Walleij wrote: >>> On Fri, Dec 30, 2016 at 5:14 AM, Andi Shyti <andi.shyti@samsung.com> wrote: > Probably. Send a patch fixing it up so I can apply it. > > There are now something like 5 different people submitting Samsung pinctrl > patches without coordination so this will start to happen a lot if you keep > up this development pace. > > As I just wrote in another mail: I want someone to step up and collect > Samsung patches and send them to me using a pull request. I think we can handle it as there are three of us. > Samsung people also need to start reviewing each other's patches > more I guess, but mainly I need help with integration. More or less recently we do the reviews. Sure we can focus more... and actually having an entry gate for patches would ensure at least one more review from the applying person. Best regards, Krzysztof
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2017-03-15 15:00 +0100 |
| Message-ID | <tlhD4-8pQ-19@gated-at.bofh.it> |
| In reply to | #1600490 |
On Tue, Mar 14, 2017 at 3:27 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote: > On Tue, Mar 14, 2017 at 3:47 PM, Linus Walleij <linus.walleij@linaro.org> wrote: >> On Fri, Feb 24, 2017 at 1:22 AM, Chanwoo Choi <cw00.choi@samsung.com> wrote: >>> On 2016년 12월 30일 22:28, Linus Walleij wrote: >>>> On Fri, Dec 30, 2016 at 5:14 AM, Andi Shyti <andi.shyti@samsung.com> wrote: >> Probably. Send a patch fixing it up so I can apply it. >> >> There are now something like 5 different people submitting Samsung pinctrl >> patches without coordination so this will start to happen a lot if you keep >> up this development pace. >> >> As I just wrote in another mail: I want someone to step up and collect >> Samsung patches and send them to me using a pull request. > > I think we can handle it as there are three of us. I just this week started to get patches from Charles Keepax, and I understand that Wolfson Micro has a bunch of Samsung platform work going on. So now it is getting a bit much. >> Samsung people also need to start reviewing each other's patches >> more I guess, but mainly I need help with integration. > > More or less recently we do the reviews. Sure we can focus more... and > actually having an entry gate for patches would ensure at least one > more review from the applying person. Interested in the job? ;) I got pull requests from you before so I know you are familiar with the process. I would very much appreciate it if all Samsung pin control patches were queued by you and sent to me with pull requests based on my "devel" or "fixes" branch. If there is going to be a lot of it anyways. Maybe last merge window was a bit special since Marek did all this grunt work of switching S5P & friends over to pin control, in that case it is not such a big issue. Yours, Linus Walleij
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web