Re: [RFC] pinctrl: imx: use radix trees for groups and functions

From: Fabio Estevam
Date: Wed Nov 30 2016 - 08:20:07 EST


Hi Gary,

On Thu, Nov 24, 2016 at 9:38 PM, Gary Bisson
<gary.bisson@xxxxxxxxxxxxxxxxxxx> 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.

Maybe you could re-post it including the follow-up patch that allows
the usage of pinctrl nodes in dt-overlays?

This way we can have a better picture of the final result.

Thanks