Re: [PATCH 0/2] Allow pinctrl framework to create links

2019-05-23 Thread Linus Walleij
Hi Benjamin! On Wed, May 22, 2019 at 5:29 PM Benjamin Gaignard wrote: > Some pin controllers may need to ensure suspend/resume calls ordering between > themselves and their clients. > That is the case for STMFX (an I2C GPIO expender) which need to be suspended > after all it clients to let them

[PATCH 0/2] Allow pinctrl framework to create links

2019-05-22 Thread Benjamin Gaignard
Some pin controllers may need to ensure suspend/resume calls ordering between themselves and their clients. That is the case for STMFX (an I2C GPIO expender) which need to be suspended after all it clients to let them call pinctrl_pm_select_sleep_state() before perform it own suspend function. It i