1. 07 Dec, 2006 1 commit
    • Paul B Schroeder's avatar
      [PATCH] Exar quad port serial · e0980daf
      Paul B Schroeder authored
      
      This is on our "Envoy" boxes which we have, according to the documentation, an
      "Exar ST16C554/554D Quad UART with 16-byte Fifo's".  The box also has two
      other "on-board" serial ports and a modem chip.
      
      The two on-board serial UARTs were being detected along with the first two
      Exar UARTs.  The last two Exar UARTs were not showing up and neither was the
      modem.
      
      This patch was the only way I could the kernel to see beyond the standard four
      serial ports and get all four of the Exar UARTs to show up.
      
      [akpm@osdl.org: build fix]
      Signed-off-by: default avatarPaul B Schroeder <pschroeder@uplogix.com>
      Cc: Lennart Sorensen <lsorense@csclub.uwaterloo.ca>
      Acked-by: default avatarAlan Cox <alan@lxorguk.ukuu.org.uk>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      e0980daf
  2. 08 Sep, 2005 1 commit
  3. 27 Jun, 2005 1 commit
    • Russell King's avatar
      [PATCH] Serial: Split 8250 port table · ec9f47cd
      Russell King authored
      
      Add separate files for the different 8250 ISA-based serial boards.
      
      Looking across all the various architectures, it seems reasonable that
      we can key the availability of the configuration options for these
      beasts to the bus-related symbols (iow, CONFIG_ISA).  We also standardise
      the base baud/uart clock rate for these boards - I'm sure that isn't
      architecture specific, but is solely dependent on the crystal fitted
      on the board (which should be the same no matter what type of machine
      its fitted into.)
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      ec9f47cd