Re: [PATCH] pinctrl: single: ensure pcs irq will not be forced threaded

2015-07-16 Thread Linus Walleij
On Mon, Jul 6, 2015 at 5:13 PM, Grygorii Strashko wrote: > The PSC IRQ is requested using request_irq() API and as result it can > be forced to be threaded IRQ in RT-Kernel if PCS_QUIRK_HAS_SHARED_IRQ > is enabled for pinctrl domain. > > As result, following 'possible irq lock inversion dependenc

Re: [PATCH] pinctrl: single: ensure pcs irq will not be forced threaded

2015-07-06 Thread Tony Lindgren
* Grygorii Strashko [150706 08:16]: > The PSC IRQ is requested using request_irq() API and as result it can > be forced to be threaded IRQ in RT-Kernel if PCS_QUIRK_HAS_SHARED_IRQ > is enabled for pinctrl domain. > > As result, following 'possible irq lock inversion dependency' report > can be se