1. 02 4月, 2009 1 次提交
  2. 31 3月, 2009 2 次提交
  3. 16 3月, 2009 1 次提交
  4. 13 3月, 2009 4 次提交
  5. 30 1月, 2009 1 次提交
  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. 08 1月, 2009 1 次提交
  8. 06 1月, 2009 2 次提交
  9. 13 12月, 2008 1 次提交
  10. 20 11月, 2008 1 次提交
  11. 21 10月, 2008 1 次提交
  12. 16 10月, 2008 1 次提交
  13. 11 10月, 2008 1 次提交
  14. 03 7月, 2008 1 次提交
  15. 15 5月, 2008 1 次提交
  16. 29 4月, 2008 1 次提交
  17. 21 4月, 2008 1 次提交
  18. 16 3月, 2008 2 次提交
  19. 06 3月, 2008 1 次提交
  20. 05 3月, 2008 2 次提交
  21. 06 2月, 2008 1 次提交
  22. 03 2月, 2008 1 次提交
  23. 29 1月, 2008 1 次提交
  24. 25 1月, 2008 7 次提交
  25. 07 12月, 2007 1 次提交
  26. 23 10月, 2007 1 次提交
    • F
      parisc: fix sg_page() fallout · b61e8f48
      FUJITA Tomonori 提交于
      arch/parisc/kernel/pci-dma.c: In function 'pa11_dma_map_sg':
      arch/parisc/kernel/pci-dma.c:487: error: 'struct scatterlist' has no member named 'page'
      arch/parisc/kernel/pci-dma.c: In function 'pa11_dma_unmap_sg':
      arch/parisc/kernel/pci-dma.c:508: error: 'struct scatterlist' has no member named 'page'
      arch/parisc/kernel/pci-dma.c:508: error: 'struct scatterlist' has no member named 'page'
      arch/parisc/kernel/pci-dma.c: In function 'pa11_dma_sync_sg_for_cpu':
      arch/parisc/kernel/pci-dma.c:535: error: 'struct scatterlist' has no member named 'page'
      arch/parisc/kernel/pci-dma.c:535: error: 'struct scatterlist' has no member named 'page'
      arch/parisc/kernel/pci-dma.c: In function 'pa11_dma_sync_sg_for_device':
      arch/parisc/kernel/pci-dma.c:545: error: 'struct scatterlist' has no member named 'page'
      arch/parisc/kernel/pci-dma.c:545: error: 'struct scatterlist' has no member named 'page'
      Signed-off-by: NFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
      Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
      b61e8f48
  27. 19 10月, 2007 1 次提交