1. 05 Oct, 2004 1 commit
    • 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
  2. 04 Oct, 2004 1 commit
  3. 05 Oct, 2004 1 commit
  4. 04 Oct, 2004 8 commits
  5. 03 Oct, 2004 19 commits
  6. 04 Oct, 2004 1 commit
  7. 03 Oct, 2004 9 commits