1. 12 2月, 2009 1 次提交
  2. 31 1月, 2009 1 次提交
  3. 27 1月, 2009 4 次提交
  4. 21 1月, 2009 2 次提交
  5. 16 1月, 2009 5 次提交
  6. 14 1月, 2009 1 次提交
    • H
      fix early_serial_setup() regression · 125c97d8
      Helge Deller 提交于
      Commit b430428a ("8250: Don't clobber
      spinlocks.") introduced a regression on the parisc architecture, which
      broke the handover to the serial port at boottime.
      
      early_serial_setup() was changed to only copy a subset of the uart_port
      fields, and sadly the "type" and "line" fields were forgotten and thus
      the serial port was not initialized and could not be used for a
      handover.  This patch fixes this by copying the missing fields.
      
      As this change to early_serial_setup() doesn't need an initialized
      spinlock in the uart_port struct any longer, we can drop the spinlock
      initialization in the superio driver.
      
      Cc: David Daney <ddaney@caviumnetworks.com>
      Cc: Tomaso Paoletti <tpaoletti@caviumnetworks.com>
      Cc: Andrew Morton <akpm@linux-foundation.org>
      Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
      Acked-by: NKyle McMartin <kyle@mcmartin.ca>
      Cc: linux-parisc@vger.kernel.org
      Signed-off-by: NHelge Deller <deller@gmx.de>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      125c97d8
  7. 13 1月, 2009 1 次提交
  8. 09 1月, 2009 1 次提交
  9. 08 1月, 2009 1 次提交
  10. 07 1月, 2009 1 次提交
  11. 06 1月, 2009 2 次提交
  12. 03 1月, 2009 16 次提交
  13. 22 12月, 2008 4 次提交