Re: [PATCH v2] serial: 8250_of: Fix for lack of interrupt support

2018-09-17 Thread John Garry
On 30/08/2018 19:21, Alexander Sverdlin wrote: Hello John! Hi Greg, Can you kindly consider picking up this patch? It still applies to the branches today in your tty git, but let me know if you still rather I resend. Thanks, John On 30/08/2018 11:08, John Garry wrote: In commit

Re: [PATCH v2] serial: 8250_of: Fix for lack of interrupt support

2018-09-17 Thread John Garry
On 30/08/2018 19:21, Alexander Sverdlin wrote: Hello John! Hi Greg, Can you kindly consider picking up this patch? It still applies to the branches today in your tty git, but let me know if you still rather I resend. Thanks, John On 30/08/2018 11:08, John Garry wrote: In commit

Re: [PATCH v2] serial: 8250_of: Fix for lack of interrupt support

2018-08-30 Thread Alexander Sverdlin
Hello John! On 30/08/2018 11:08, John Garry wrote: > In commit c58caaab3bf8 ("serial: 8250: of: Defer probe on missing IRQ"), a > check was added for the UART driver being probed prior to the parent IRQ > controller. > > Unfortunately this breaks certain boards which have no interrupt support, >

Re: [PATCH v2] serial: 8250_of: Fix for lack of interrupt support

2018-08-30 Thread Alexander Sverdlin
Hello John! On 30/08/2018 11:08, John Garry wrote: > In commit c58caaab3bf8 ("serial: 8250: of: Defer probe on missing IRQ"), a > check was added for the UART driver being probed prior to the parent IRQ > controller. > > Unfortunately this breaks certain boards which have no interrupt support, >

Re: [PATCH v2] serial: 8250_of: Fix for lack of interrupt support

2018-08-30 Thread Rob Herring
On Thu, Aug 30, 2018 at 4:10 AM John Garry wrote: > > In commit c58caaab3bf8 ("serial: 8250: of: Defer probe on missing IRQ"), a > check was added for the UART driver being probed prior to the parent IRQ > controller. > > Unfortunately this breaks certain boards which have no interrupt support, >

Re: [PATCH v2] serial: 8250_of: Fix for lack of interrupt support

2018-08-30 Thread Rob Herring
On Thu, Aug 30, 2018 at 4:10 AM John Garry wrote: > > In commit c58caaab3bf8 ("serial: 8250: of: Defer probe on missing IRQ"), a > check was added for the UART driver being probed prior to the parent IRQ > controller. > > Unfortunately this breaks certain boards which have no interrupt support, >

[PATCH v2] serial: 8250_of: Fix for lack of interrupt support

2018-08-30 Thread John Garry
In commit c58caaab3bf8 ("serial: 8250: of: Defer probe on missing IRQ"), a check was added for the UART driver being probed prior to the parent IRQ controller. Unfortunately this breaks certain boards which have no interrupt support, like Huawei D03. Indeed, the 8250 DT bindings state that

[PATCH v2] serial: 8250_of: Fix for lack of interrupt support

2018-08-30 Thread John Garry
In commit c58caaab3bf8 ("serial: 8250: of: Defer probe on missing IRQ"), a check was added for the UART driver being probed prior to the parent IRQ controller. Unfortunately this breaks certain boards which have no interrupt support, like Huawei D03. Indeed, the 8250 DT bindings state that