Skip to content
  1. Mar 11, 2006
  2. Mar 08, 2006
  3. Mar 07, 2006
  4. Feb 28, 2006
  5. Feb 23, 2006
  6. Feb 15, 2006
  7. Feb 10, 2006
  8. Feb 08, 2006
  9. Feb 05, 2006
  10. Feb 03, 2006
  11. Feb 02, 2006
    • Atsushi Nemoto's avatar
      [SERIAL] initialize spinlock for port failed to setup console · 9c0f4755
      Atsushi Nemoto authored
      
      
      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: default avatarAtsushi Nemoto <anemo@mba.ocn.ne.jp>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      9c0f4755
    • Andrey Panin's avatar
      [SERIAL] SIIG 8-port serial boards support · 3ec9c594
      Andrey Panin authored
      
      
      This patch adds support for SIIG 8-port boards. These boards have 4 ports in
      separate bars and another 4 ports in the single bar. Because of this strange
      port arrangement these cards need special setup function. Fortunately no other
      SIIG cards have more than 4 port, so this setup function could be used for them
      too.
      
      Signed-off-by: default avatarAndrey Panin <pazke@donpac.ru>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      3ec9c594
  12. Feb 01, 2006
  13. Jan 26, 2006
  14. Jan 23, 2006
  15. Jan 21, 2006
  16. Jan 19, 2006
  17. Jan 18, 2006
Loading