1. 09 3月, 2006 1 次提交
  2. 03 2月, 2006 1 次提交
    • A
      [SERIAL] initialize spinlock for port failed to setup console · 9c0f4755
      Atsushi Nemoto 提交于
      It seems serial_core intend to initialize port->lock just once for each
      ports.  This is done in uart_set_options() for console, and in
      uart_add_one_port() for other ports.  But there is a case the port->lock is
      not initialized by serial_core.  If the setup function for the console was
      failed, it will not call uart_set_options() but the port is marked as
      console (uart_console(port) returns 1).  It can happen if console was PCI
      port which can not detected at the time of register_console.
      
      This patch is to initialize port->lock for such console port.  With this
      change, most of spin_lock_init() (some of them are labeled "Temporary
      fix.") in low-level serial drivers can be omitted.
      Signed-off-by: NAtsushi Nemoto <anemo@mba.ocn.ne.jp>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      9c0f4755
  3. 22 1月, 2006 2 次提交
  4. 14 1月, 2006 1 次提交
  5. 13 1月, 2006 1 次提交
  6. 08 1月, 2006 1 次提交
    • R
      [SERIAL] Fix clocal wakeup problem · f61051cd
      Russell King 提交于
      Jim Alexander reported a problem where "if one calls open() in
      blocking mode with CLOCAL off, the 8250.c driver under the 2.6
      kernel (or at least 2.6.8 and 2.6.10) does not wake up the
      blocked process when DCD is asserted."
      
      Fix this by enabling modem status interrupts immediately before
      we read the carrier detect status.
      
      Thanks to Jim for reporting the problem and testing the fix.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      f61051cd
  7. 05 1月, 2006 1 次提交
  8. 29 11月, 2005 1 次提交
  9. 13 11月, 2005 1 次提交
  10. 06 11月, 2005 1 次提交
  11. 31 10月, 2005 2 次提交
  12. 03 9月, 2005 1 次提交
  13. 01 9月, 2005 1 次提交
  14. 04 7月, 2005 1 次提交
  15. 30 6月, 2005 1 次提交
  16. 29 6月, 2005 1 次提交
  17. 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