lkml.org 
[lkml]   [2015]   [Sep]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v6 5/5] serial: 8250_dw: allow lower reference frequencies
    Date
    We have couple of standard but rare used baudrates which are not supported by
    1,8432MHz reference frequency. Besides that user can potentially ask for any
    baudrate (via BOTHER flag) and we currently don't fully support that. Since
    clk-fractional-divider is moved to use rational best approximation for
    reference frequency we may amend the driver to support whatever user wants.

    Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
    ---
    drivers/tty/serial/8250/8250_dw.c | 4 ----
    1 file changed, 4 deletions(-)

    diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c
    index 06324f1..df3eddf 100644
    --- a/drivers/tty/serial/8250/8250_dw.c
    +++ b/drivers/tty/serial/8250/8250_dw.c
    @@ -224,10 +224,6 @@ static void dw8250_set_termios(struct uart_port *p, struct ktermios *termios,
    if (IS_ERR(d->clk) || !old)
    goto out;

    - /* Not requesting clock rates below 1.8432Mhz */
    - if (baud < 115200)
    - baud = 115200;
    -
    clk_disable_unprepare(d->clk);
    rate = clk_round_rate(d->clk, baud * 16);
    ret = clk_set_rate(d->clk, rate);
    --
    2.5.1


    \
     
     \ /
      Last update: 2015-09-22 18:21    [W:3.981 / U:26.440 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site