1. 05 1月, 2006 2 次提交
  2. 29 11月, 2005 1 次提交
  3. 13 11月, 2005 1 次提交
    • L
      [SERIAL] don't disable xscale serial ports after autoconfig · 5c8c755c
      Lennert Buytenhek 提交于
      xscale-type UARTs have an extra bit (UUE) in the IER register that has
      to be written as 1 to enable the UART.  At the end of autoconfig() in
      drivers/serial/8250.c, the IER register is unconditionally written as
      zero, which turns off the UART, and makes any subsequent printch() hang
      the box.
      
      Since other 8250-type UARTs don't have this enable bit and are thus
      always 'enabled' in this sense, it can't hurt to enable xscale-type
      serial ports all the time as well.  The attached patch changes the
      autoconfig() exit path to see if the port has an UUE enable bit, and if
      yes, to write UUE=1 instead of just putting a zero into IER, using the
      same test as is used at the beginning of serial8250_console_write().
      Signed-off-by: NLennert Buytenhek <buytenh@wantstofly.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      5c8c755c
  4. 10 11月, 2005 1 次提交
  5. 07 11月, 2005 1 次提交
  6. 06 11月, 2005 1 次提交
  7. 30 10月, 2005 1 次提交
  8. 29 10月, 2005 1 次提交
  9. 09 9月, 2005 1 次提交
  10. 08 9月, 2005 1 次提交
  11. 01 9月, 2005 1 次提交
  12. 01 7月, 2005 1 次提交
  13. 30 6月, 2005 2 次提交
  14. 29 6月, 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. 25 6月, 2005 1 次提交
  17. 24 6月, 2005 1 次提交
  18. 23 6月, 2005 2 次提交
  19. 21 5月, 2005 1 次提交
  20. 10 5月, 2005 1 次提交
  21. 01 5月, 2005 1 次提交
  22. 17 4月, 2005 2 次提交
    • R
      [PATCH] serial: fix comments in 8250.c · 23907eb8
      Russell King 提交于
      Fix the formatting of some comments in 8250.c, and add a note that the
      register_serial / unregister_serial shouldn't be used in new code.
      
      We do this here in preference to adding to linux/serial.h, since that is used
      by a number of non-8250 drivers which pretend to be 8250.  It is not known
      whether it would be appropriate to do so.
      Signed-off-by: NRussell King <rmk@arm.linux.org.uk>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      23907eb8
    • 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