1. 09 Jan, 2003 1 commit
  2. 08 Jan, 2003 2 commits
  3. 06 Jan, 2003 1 commit
  4. 03 Jan, 2003 3 commits
    • Russell King's avatar
      [SERIAL] Convert change_speed() to settermios() · 581b7bba
      Russell King authored
      Several serial drivers want to obtain the numeric baud rate when
      configuring their serial ports.  Currently, two methods are used
      to "work around" this inadequacy in the change_speed API:
      
      	baud = tty_get_baud_rate(port->info->tty);
      
      	baud = BAUD_BASE / (16 * quot);
      
      Passing the termios structure down means that we can use 
      uart_get_baud_rate() instead.  We can also ensure that the various
      termios flags for options we don't support are correctly set.
      
      Lastly, this also provides 8250.c with a clean method for supporting
      divisors that are greater than the baud_base.
      581b7bba
    • Russell King's avatar
      [SERIAL] Remove unused info->event · b80f8a3a
      Russell King authored
      b80f8a3a
    • Russell King's avatar
      [SERIAL] Add prototypes and rename UPF_FLAGS · 8de02ded
      Russell King authored
      UPF_FLAGS is confusing - rename it to UPF_CHANGE_MASK.
      Add uart_update_timeout, uart_get_baud_rate and uart_get_divisor
      prototypes.
      8de02ded
  5. 02 Jan, 2003 6 commits
  6. 03 Jan, 2003 8 commits
  7. 02 Jan, 2003 2 commits
  8. 01 Jan, 2003 17 commits