1. 20 Oct, 2004 29 commits
  2. 19 Oct, 2004 9 commits
  3. 20 Oct, 2004 1 commit
    • Russell King's avatar
      [SERIAL] serial_reg.h update. · 40303111
      Russell King authored
      This includes a fuller definition of the 8250 and compatible bits,
      and adding notes where the definition varies between different
      chips.
      
      This also fixes the following build error:
      
      drivers/serial/8250.c:185: error: `UART_FCR_R_TRIG_10'
      40303111
  4. 19 Oct, 2004 1 commit
    • Russell King's avatar
      [SERIAL] Keep trying to register our console device. · 0dbd84c6
      Russell King authored
      Some serial drivers receive their serial port device information via
      the device model.  This unfortunately means that the selected port
      may not be available when the console subsystem initialises, so we
      must keep trying to register the console after each port is added.
      0dbd84c6