1. 20 Oct, 2004 27 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 3 commits
    • 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
    • Russell King's avatar
      [SERIAL] Convert 8250_pci to use new serial8250_register_port() · 9487b386
      Russell King authored
      This allows 8250 PCI ports to register with their correct device
      structures.
      9487b386
    • Russell King's avatar
      [SERIAL] Add new port registration/unregistration functions. · befff6f5
      Russell King authored
      serial8250_register_port()/serial8250_unregister_port() has the
      capability of registering ports with their struct device nodes,
      which allows sysfs to indicate which tty devices belong to which
      hardware devices.
      
      We also add a serial8250 platform device driver in an initial
      attempt at PM for ISA ports.  However, I'm leaving out the
      platform device for the time being since adding that would cause
      potential oops issues.
      befff6f5