1. 20 9月, 2009 1 次提交
  2. 03 1月, 2009 2 次提交
  3. 28 4月, 2008 1 次提交
  4. 06 2月, 2008 1 次提交
  5. 25 7月, 2007 1 次提交
  6. 18 7月, 2007 1 次提交
  7. 17 7月, 2007 1 次提交
    • Y
      serial: convert early_uart to earlycon for 8250 · 18a8bd94
      Yinghai Lu 提交于
      Beacuse SERIAL_PORT_DFNS is removed from include/asm-i386/serial.h and
      include/asm-x86_64/serial.h.  the serial8250_ports need to be probed late in
      serial initializing stage.  the console_init=>serial8250_console_init=>
      register_console=>serial8250_console_setup will return -ENDEV, and console
      ttyS0 can not be enabled at that time.  need to wait till uart_add_one_port in
      drivers/serial/serial_core.c to call register_console to get console ttyS0.
      that is too late.
      
      Make early_uart to use early_param, so uart console can be used earlier.  Make
      it to be bootconsole with CON_BOOT flag, so can use console handover feature.
      and it will switch to corresponding normal serial console automatically.
      
      new command line will be:
      	console=uart8250,io,0x3f8,9600n8
      	console=uart8250,mmio,0xff5e0000,115200n8
      or
      	earlycon=uart8250,io,0x3f8,9600n8
      	earlycon=uart8250,mmio,0xff5e0000,115200n8
      
      it will print in very early stage:
      	Early serial console at I/O port 0x3f8 (options '9600n8')
      	console [uart0] enabled
      later for console it will print:
      	console handover: boot [uart0] -> real [ttyS0]
      
      Signed-off-by: <yinghai.lu@sun.com>
      Cc: Andi Kleen <ak@suse.de>
      Cc: Bjorn Helgaas <bjorn.helgaas@hp.com>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Gerd Hoffmann <kraxel@suse.de>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      18a8bd94
  8. 08 12月, 2006 1 次提交
    • P
      [PATCH] Exar quad port serial · e0980daf
      Paul B Schroeder 提交于
      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: NPaul B Schroeder <pschroeder@uplogix.com>
      Cc: Lennart Sorensen <lsorense@csclub.uwaterloo.ca>
      Acked-by: NAlan Cox <alan@lxorguk.ukuu.org.uk>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      e0980daf
  9. 26 3月, 2006 1 次提交
  10. 22 1月, 2006 1 次提交
  11. 06 11月, 2005 1 次提交
  12. 30 10月, 2005 1 次提交
  13. 08 9月, 2005 1 次提交
  14. 01 9月, 2005 1 次提交
  15. 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
  16. 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