1. 05 Oct, 2003 3 commits
    • Bjorn Helgaas's avatar
      [SERIAL] removing legacy UART cruft · d3902aad
      Bjorn Helgaas authored
      I'm trying to remove all the legacy UART cruft from ia64.  In theory
      we should be able to discover all UARTs on ia64 via ACPI and PCI
      enumeration, so we shouldn't need SERIAL_PORT_DFNS.
      
      But SERIAL_PORT_DFNS currently does two things:
              1) it tells you about legacy devices you can't discover
                 via a standard enumeration method, and
              2) it sizes old_serial_port[], which determines UART_NR,
                 which is the maximum number of ports the driver will
                 support
      
      So here's a proposal to make SERIAL_PORT_DFNS optional and
      provide another mechanism for configuring the number of ports
      to support.
      d3902aad
    • Bjorn Helgaas's avatar
      [SERIAL] remove unused RS_TABLE definitions · 01d0c436
      Bjorn Helgaas authored
      Patch from Bjorn Helgaas.
      
      RS_TABLE is defined by lots of architectures, but only referenced
      in arch/{mips,ppc}.
      
      This patch removes most of the unused definitions from 2.6.
      01d0c436
    • Russell King's avatar
      Merge flint.arm.linux.org.uk:/usr/src/bk/linux-2.6 · ee0bb666
      Russell King authored
      into flint.arm.linux.org.uk:/usr/src/bk/linux-2.6-serial
      ee0bb666
  2. 04 Oct, 2003 37 commits