1. 20 6月, 2006 1 次提交
    • A
      [ARM] 3592/1: AT91RM9200 Serial driver update · afefc415
      Andrew Victor 提交于
      Patch from Andrew Victor
      
      This patch includes a number of updates to the AT91RM9200 serial driver.
      
      Changes include:
      1. Conversion to a platform_driver.  [Ivan Kokshaysky]
      2. Replaced all references to AT91RM9200 with AT91.  This driver can now
      also be used for the AT91SAM9216.
      3. Allow TIOCM_LOOP to configure local loopback mode.
      4. Cleaned up the 'read_status_mask' usage and interrupt handler code.
      [Chip Coldwell]
      5. Suspend/resume support.  [David Brownell]
      
      There are a few 'unused variable' warning when compiling this - I
      removed the new DMA support to keep this first patch simpler.
      Signed-off-by: NAndrew Victor <andrew@sanpeople.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      afefc415
  2. 19 6月, 2006 1 次提交
  3. 30 3月, 2006 1 次提交
  4. 27 3月, 2006 1 次提交
  5. 26 3月, 2006 2 次提交
  6. 22 3月, 2006 1 次提交
  7. 20 3月, 2006 1 次提交
  8. 15 2月, 2006 1 次提交
  9. 04 2月, 2006 2 次提交
  10. 23 1月, 2006 1 次提交
  11. 19 1月, 2006 1 次提交
  12. 15 1月, 2006 1 次提交
    • P
      [PATCH] Altix: ioc3 serial support · 2d0cfb52
      Patrick Gefre 提交于
      Add driver support for a 2 port PCI IOC3-based serial card on Altix boxes:
      
      This is a re-submission.  On the original submission I was asked to
      organize the code so that the MIPS ioc3 ethernet and serial parts could be
      used with this driver.  Stanislaw Skowronek was kind enough to provide the
      shim layer for this - thanks Stanislaw.  This patch includes the shim layer
      and the Altix PCI ioc3 serial driver.  The MIPS merged ioc3 ethernet and
      serial support is forthcoming.
      Signed-off-by: NPatrick Gefre <pfg@sgi.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      2d0cfb52
  13. 14 1月, 2006 1 次提交
  14. 11 1月, 2006 2 次提交
  15. 09 1月, 2006 1 次提交
  16. 08 1月, 2006 1 次提交
    • D
      [SERIAL] Make the number of UARTs registered configurable. · a61c2d78
      Dave Jones 提交于
      Also add a nr_uarts module option to the 8250 code to override
      this, up to a maximum of CONFIG_SERIAL_8250_NR_UARTS
      
      This should appease people who complain about a proliferation
      of /dev/ttyS & /sysfs nodes whilst at the same time allowing
      a single kernel image to support the rarer occasions of
      lots of devices.
      Signed-off-by: NDave Jones <davej@redhat.com>
      a61c2d78
  17. 23 12月, 2005 1 次提交
  18. 19 11月, 2005 1 次提交
  19. 06 11月, 2005 1 次提交
  20. 05 9月, 2005 1 次提交
  21. 01 9月, 2005 1 次提交
  22. 25 8月, 2005 1 次提交
  23. 24 8月, 2005 2 次提交
  24. 18 7月, 2005 1 次提交
  25. 30 6月, 2005 1 次提交
    • R
      [PATCH] Serial: Split 8250 port table (part 2) · 026d02a2
      Russell King 提交于
      Remove legacy ISA serial ports for Accent, Boca, Fourport, Hub6 and MCA
      from the architecture specific serial.h include.
      
      The only ports which remain in asm-*/serial.h are the platform specific
      entries.  These should really be converted by platform maintainers to
      use a platform device, such as can be found in
      arch/arm/mach-footbridge/isa.c
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      026d02a2
  26. 27 6月, 2005 1 次提交
    • R
      [PATCH] Serial: Split 8250 port table · ec9f47cd
      Russell King 提交于
      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: NRussell King <rmk+kernel@arm.linux.org.uk>
      ec9f47cd
  27. 22 6月, 2005 2 次提交
  28. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4