Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1547763 > unrolled thread
| Started by | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| First post | 2016-12-27 23:10 +0100 |
| Last post | 2016-12-30 14:30 +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: [RFC v2 2/3] pinctrl: imx: use radix trees for groups and functions Linus Walleij <linus.walleij@linaro.org> - 2016-12-27 23:10 +0100
Re: [RFC v2 2/3] pinctrl: imx: use radix trees for groups and functions Gary Bisson <gary.bisson@boundarydevices.com> - 2016-12-29 10:50 +0100
Re: [RFC v2 2/3] pinctrl: imx: use radix trees for groups and functions Linus Walleij <linus.walleij@linaro.org> - 2016-12-30 14:30 +0100
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-12-27 23:10 +0100 |
| Subject | Re: [RFC v2 2/3] pinctrl: imx: use radix trees for groups and functions |
| Message-ID | <sT86u-7Tb-9@gated-at.bofh.it> |
On Fri, Dec 2, 2016 at 5:35 PM, Gary Bisson <gary.bisson@boundarydevices.com> wrote: > This change is inspired from the pinctrl-single architecture. > > The problem with current implementation is that it isn't possible > to add/remove functions and/or groups dynamically. The radix tree > offers an easy way to do so. The intent is to offer a follow-up > patch later that will enable the use of pinctrl nodes in dt-overlays. > > Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> This patch doesn't apply on v4.10-rc1 so please rebase it on the mainline and resend as v3, include Fabio's review tag. Yours, Linus Walleij
[toc] | [next] | [standalone]
| From | Gary Bisson <gary.bisson@boundarydevices.com> |
|---|---|
| Date | 2016-12-29 10:50 +0100 |
| Message-ID | <sTFvr-4Rq-5@gated-at.bofh.it> |
| In reply to | #1547763 |
Hi Linus, All, On Tue, Dec 27, 2016 at 11:07 PM, Linus Walleij <linus.walleij@linaro.org> wrote: > > On Fri, Dec 2, 2016 at 5:35 PM, Gary Bisson > <gary.bisson@boundarydevices.com> wrote: > > > This change is inspired from the pinctrl-single architecture. > > > > The problem with current implementation is that it isn't possible > > to add/remove functions and/or groups dynamically. The radix tree > > offers an easy way to do so. The intent is to offer a follow-up > > patch later that will enable the use of pinctrl nodes in dt-overlays. > > > > Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> > > This patch doesn't apply on v4.10-rc1 so please rebase it > on the mainline and resend as v3, include Fabio's review tag. Actually it applies if the first patch of this v2 series is also applied first. https://patchwork.kernel.org/patch/9458883/ https://patchwork.kernel.org/patch/9458889/ The 3rd patch of the series can be discarded though since it was just an example to show the benefit of the first two. I guess someone needs to also ack/review the first one. Because switching to radix tree keeping the const qualifier of the driver structure isn't really useful. Regards, Gary
[toc] | [prev] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-12-30 14:30 +0100 |
| Message-ID | <sU5pT-4TD-17@gated-at.bofh.it> |
| In reply to | #1548278 |
n Thu, Dec 29, 2016 at 10:44 AM, Gary Bisson <gary.bisson@boundarydevices.com> wrote: > On Tue, Dec 27, 2016 at 11:07 PM, Linus Walleij > <linus.walleij@linaro.org> wrote: >> >> On Fri, Dec 2, 2016 at 5:35 PM, Gary Bisson >> <gary.bisson@boundarydevices.com> wrote: >> >> > This change is inspired from the pinctrl-single architecture. >> > >> > The problem with current implementation is that it isn't possible >> > to add/remove functions and/or groups dynamically. The radix tree >> > offers an easy way to do so. The intent is to offer a follow-up >> > patch later that will enable the use of pinctrl nodes in dt-overlays. >> > >> > Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> >> >> This patch doesn't apply on v4.10-rc1 so please rebase it >> on the mainline and resend as v3, include Fabio's review tag. > > Actually it applies if the first patch of this v2 series is also applied first. > https://patchwork.kernel.org/patch/9458883/ > https://patchwork.kernel.org/patch/9458889/ Heh if it is part of a patch series then send it as part of the series and don't confuse me ;) > The 3rd patch of the series can be discarded though since it was just > an example to show the benefit of the first two. > > I guess someone needs to also ack/review the first one. Because > switching to radix tree keeping the const qualifier of the driver > structure isn't really useful. Sure, Fabio? Yours, Linus Walleij
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web