mbox series

[U-Boot,v2,0/2] Update pinctrl-uclass

Message ID 1551098396-15925-1-git-send-email-patrice.chotard@st.com
Headers show
Series Update pinctrl-uclass | expand

Message

Patrice CHOTARD Feb. 25, 2019, 12:39 p.m. UTC
This series adds:
  - For system with multiple pincontroller device, insure
    probe order to avoid race condition using sequence number (alias)
  - Avoid to bind child node with gpio-controller properties.

Changes in v2:
     - Update commit message with explanaition

Patrice Chotard (1):
  dm: pinctrl: Avoid race condition on probe for UCLASS_PINCTRL

Patrick Delaunay (1):
  dm: pinctrl: Skip gpio-controller node in pinconfig_post_bind()

 drivers/pinctrl/pinctrl-uclass.c | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Comments

Patrice CHOTARD April 11, 2019, 9:06 a.m. UTC | #1
Hi

Just a gentle reminder to not forgot this series which has been
submitted and reviewed since several weeks.

Thanks

Patrice

On 2/25/19 1:39 PM, Patrice Chotard wrote:
> 
> This series adds:
>   - For system with multiple pincontroller device, insure
>     probe order to avoid race condition using sequence number (alias)
>   - Avoid to bind child node with gpio-controller properties.
> 
> Changes in v2:
>      - Update commit message with explanaition
> 
> Patrice Chotard (1):
>   dm: pinctrl: Avoid race condition on probe for UCLASS_PINCTRL
> 
> Patrick Delaunay (1):
>   dm: pinctrl: Skip gpio-controller node in pinconfig_post_bind()
> 
>  drivers/pinctrl/pinctrl-uclass.c | 14 ++++++++++----
>  1 file changed, 10 insertions(+), 4 deletions(-)
>
Simon Glass April 12, 2019, 1:09 p.m. UTC | #2
Hi Patrice,

It is making its way in via u-boot-dm.

Regards,
Simon


On Thu, 11 Apr 2019 at 03:06, Patrice CHOTARD <patrice.chotard@st.com> wrote:
>
> Hi
>
> Just a gentle reminder to not forgot this series which has been
> submitted and reviewed since several weeks.
>
> Thanks
>
> Patrice
>
> On 2/25/19 1:39 PM, Patrice Chotard wrote:
> >
> > This series adds:
> >   - For system with multiple pincontroller device, insure
> >     probe order to avoid race condition using sequence number (alias)
> >   - Avoid to bind child node with gpio-controller properties.
> >
> > Changes in v2:
> >      - Update commit message with explanaition
> >
> > Patrice Chotard (1):
> >   dm: pinctrl: Avoid race condition on probe for UCLASS_PINCTRL
> >
> > Patrick Delaunay (1):
> >   dm: pinctrl: Skip gpio-controller node in pinconfig_post_bind()
> >
> >  drivers/pinctrl/pinctrl-uclass.c | 14 ++++++++++----
> >  1 file changed, 10 insertions(+), 4 deletions(-)
> >