Re: [PATCH v3 0/4] serial: 8250_dw: Fix ref clock usage

2020-05-07 Thread Andy Shevchenko
On Thu, May 07, 2020 at 02:31:31AM +0300, Serge Semin wrote: > It might be dangerous if an UART port reference clock rate is suddenly > changed. In particular the 8250 port drivers (and AFAICS most of the tty > drivers using common clock framework clocks) rely either on the > exclusive reference

[PATCH v3 0/4] serial: 8250_dw: Fix ref clock usage

2020-05-06 Thread Serge Semin
It might be dangerous if an UART port reference clock rate is suddenly changed. In particular the 8250 port drivers (and AFAICS most of the tty drivers using common clock framework clocks) rely either on the exclusive reference clock utilization or on the ref clock rate being always constant.