Re: [RFC v3 1/2] pinctrl: core: Add pinctrl_mux_gpio_request_enable

2019-03-08 Thread Linus Walleij
On Fri, Mar 1, 2019 at 2:27 PM Geert Uytterhoeven wrote: > /me gives v3 a try on Koelsch, Salvator-XS, and Ebisu-4D: > > BUG: sleeping function called from invalid context > > for mmc, adv7511, gpio-keys, and Ethernet PHY. This is the usual problem when you call back from any of the irqchip

RE: [RFC v3 1/2] pinctrl: core: Add pinctrl_mux_gpio_request_enable

2019-03-01 Thread Fabrizio Castro
Hello Geert, Thank you for your feedback! > From: linux-renesas-soc-ow...@vger.kernel.org > On Behalf Of Geert Uytterhoeven > Sent: 01 March 2019 13:28 > Subject: Re: [RFC v3 1/2] pinctrl: core: Add pinctrl_mux_gpio_request_enable > > Hi Fabrizio, > > On Thu, Dec 6, 2

Re: [RFC v3 1/2] pinctrl: core: Add pinctrl_mux_gpio_request_enable

2019-03-01 Thread Geert Uytterhoeven
Hi Fabrizio, On Thu, Dec 6, 2018 at 10:47 AM Fabrizio Castro wrote: > > From: Linus Walleij > > Sent: 05 December 2018 21:46 > > Subject: Re: [RFC v3 1/2] pinctrl: core: Add pinctrl_mux_gpio_request_enable > > > > On Tue, Nov 20, 2018 at 4:19 PM Fabrizio Castro &

RE: [RFC v3 1/2] pinctrl: core: Add pinctrl_mux_gpio_request_enable

2018-12-06 Thread Fabrizio Castro
Hello Linus, Thank you for your feedback! > From: Linus Walleij > Sent: 05 December 2018 21:46 > Subject: Re: [RFC v3 1/2] pinctrl: core: Add pinctrl_mux_gpio_request_enable > > On Tue, Nov 20, 2018 at 4:19 PM Fabrizio Castro > wrote: > > > Sometimes there is the nee

Re: [RFC v3 1/2] pinctrl: core: Add pinctrl_mux_gpio_request_enable

2018-12-05 Thread Linus Walleij
On Tue, Nov 20, 2018 at 4:19 PM Fabrizio Castro wrote: > Sometimes there is the need to change the muxing of a pin to make it > a GPIO without going through gpiolib. > This patch adds pinctrl_mux_gpio_request_enable to deal with this new > use case from code that has nothing to do with pinctrl.