Re: [RESEND PATCH] soc: fsl: qe: request pins non-exclusively

2022-12-05 Thread Andy Shevchenko
On Sun, Dec 04, 2022 at 03:55:19PM -0800, Dmitry Torokhov wrote: > On Sun, Dec 04, 2022 at 01:10:19PM +0100, Arnd Bergmann wrote: > > On Sun, Dec 4, 2022, at 05:50, Dmitry Torokhov wrote: > > > > > > SoC team, the problematic patch has been in next for a while and it > > > would be great to get the

Re: [RESEND PATCH] soc: fsl: qe: request pins non-exclusively

2022-12-04 Thread Dmitry Torokhov
On Sun, Dec 04, 2022 at 01:10:19PM +0100, Arnd Bergmann wrote: > On Sun, Dec 4, 2022, at 05:50, Dmitry Torokhov wrote: > > > > SoC team, the problematic patch has been in next for a while and it > > would be great to get the fix in to make sure the driver is not broken > > in 6.2. Thanks! > > I ha

Re: [RESEND PATCH] soc: fsl: qe: request pins non-exclusively

2022-12-04 Thread Arnd Bergmann
On Sun, Dec 4, 2022, at 05:50, Dmitry Torokhov wrote: > > SoC team, the problematic patch has been in next for a while and it > would be great to get the fix in to make sure the driver is not broken > in 6.2. Thanks! I have no problem taking thsi patch, but I get a merge conflict that I'm not sure

[RESEND PATCH] soc: fsl: qe: request pins non-exclusively

2022-12-03 Thread Dmitry Torokhov
Commit 84582f9ed090 ("soc: fsl: qe: Avoid using gpio_to_desc()") changed qe_pin_request() to request and hold GPIO corresponding to a given pin. Unfortunately this does not work, as fhci-hcd requests these GPIOs first, before calling qe_pin_request() (see drivers/usb/host/fhci-hcd.c::of_fhci_probe(

Re: [PATCH] soc: fsl: qe: request pins non-exclusively

2022-11-08 Thread Dmitry Torokhov
On November 8, 2022 2:50:07 AM PST, Linus Walleij wrote: >On Tue, Nov 8, 2022 at 4:16 AM Dmitry Torokhov > wrote: > >> Commit 84582f9ed090 ("soc: fsl: qe: Avoid using gpio_to_desc()") changed >> qe_pin_request() to request and hold GPIO corresponding to a given pin. >> Unfortunately this does not

Re: [PATCH] soc: fsl: qe: request pins non-exclusively

2022-11-08 Thread Andy Shevchenko
On Tue, Nov 08, 2022 at 11:50:07AM +0100, Linus Walleij wrote: > On Tue, Nov 8, 2022 at 4:16 AM Dmitry Torokhov > wrote: > > > Commit 84582f9ed090 ("soc: fsl: qe: Avoid using gpio_to_desc()") changed > > qe_pin_request() to request and hold GPIO corresponding to a given pin. > > Unfortunately thi

Re: [PATCH] soc: fsl: qe: request pins non-exclusively

2022-11-08 Thread Linus Walleij
On Tue, Nov 8, 2022 at 4:16 AM Dmitry Torokhov wrote: > Commit 84582f9ed090 ("soc: fsl: qe: Avoid using gpio_to_desc()") changed > qe_pin_request() to request and hold GPIO corresponding to a given pin. > Unfortunately this does not work, as fhci-hcd requests these GPIOs > first, befor calling qe

[PATCH] soc: fsl: qe: request pins non-exclusively

2022-11-07 Thread Dmitry Torokhov
Commit 84582f9ed090 ("soc: fsl: qe: Avoid using gpio_to_desc()") changed qe_pin_request() to request and hold GPIO corresponding to a given pin. Unfortunately this does not work, as fhci-hcd requests these GPIOs first, befor calling qe_pin_request() (see drivers/usb/host/fhci-hcd.c::of_fhci_probe()