Re: [PATCH] serial: 8250_dw: Check the data->pclk when get apb_pclk

2016-08-25 Thread Andy Shevchenko
On Thu, 2016-08-25 at 15:55 +0300, Andy Shevchenko wrote: > On Wed, 2016-08-24 at 16:33 +0800, Kefeng Wang wrote: > > > > It should check the data->pclk, not data->clk when get apb_pclk. > > > > Fixes: c8ed99d4f6a8("serial: 8250_dw: Add support for deferred > > probing") > > Signed-off-by:

Re: [PATCH] serial: 8250_dw: Check the data->pclk when get apb_pclk

2016-08-25 Thread Andy Shevchenko
On Thu, 2016-08-25 at 15:55 +0300, Andy Shevchenko wrote: > On Wed, 2016-08-24 at 16:33 +0800, Kefeng Wang wrote: > > > > It should check the data->pclk, not data->clk when get apb_pclk. > > > > Fixes: c8ed99d4f6a8("serial: 8250_dw: Add support for deferred > > probing") > > Signed-off-by:

Re: [PATCH] serial: 8250_dw: Check the data->pclk when get apb_pclk

2016-08-25 Thread Andy Shevchenko
On Wed, 2016-08-24 at 16:33 +0800, Kefeng Wang wrote: > It should check the data->pclk, not data->clk when get apb_pclk. > > Fixes: c8ed99d4f6a8("serial: 8250_dw: Add support for deferred > probing") > Signed-off-by: Kefeng Wang pclk is optional on Intel platforms.

Re: [PATCH] serial: 8250_dw: Check the data->pclk when get apb_pclk

2016-08-25 Thread Andy Shevchenko
On Wed, 2016-08-24 at 16:33 +0800, Kefeng Wang wrote: > It should check the data->pclk, not data->clk when get apb_pclk. > > Fixes: c8ed99d4f6a8("serial: 8250_dw: Add support for deferred > probing") > Signed-off-by: Kefeng Wang pclk is optional on Intel platforms. With your patch we always

[PATCH] serial: 8250_dw: Check the data->pclk when get apb_pclk

2016-08-24 Thread Kefeng Wang
It should check the data->pclk, not data->clk when get apb_pclk. Fixes: c8ed99d4f6a8("serial: 8250_dw: Add support for deferred probing") Signed-off-by: Kefeng Wang --- drivers/tty/serial/8250/8250_dw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH] serial: 8250_dw: Check the data->pclk when get apb_pclk

2016-08-24 Thread Kefeng Wang
It should check the data->pclk, not data->clk when get apb_pclk. Fixes: c8ed99d4f6a8("serial: 8250_dw: Add support for deferred probing") Signed-off-by: Kefeng Wang --- drivers/tty/serial/8250/8250_dw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git