• Roger Blofeld's avatar
    [SERIAL] Pick nearest baud rate divider · b9ae68e4
    Roger Blofeld authored
    From: Roger Blofeld
    
    This patch modifies uart_get_divisor to select the nearest baud rate
    divider rather than the lowest.  It minimizes baud rate errors.
    
    For example, if uartclk is 33000000 and baud is 115200 the ratio is about
    17.9 The current code selects 17 (5% error) but should select 18 (0.5%
    error)
    
    Signed-off-by: Andrew Morton
    Signed-off-by: Russell King
    b9ae68e4
serial_core.c 57.9 KB