1. 03 7月, 2009 1 次提交
  2. 16 6月, 2009 1 次提交
    • G
      parisc: remove driver_data direct access of struct device · d18dbfa7
      Greg Kroah-Hartman 提交于
      In the near future, the driver core is going to not allow direct access
      to the driver_data pointer in struct device.  Instead, the functions
      dev_get_drvdata() and dev_set_drvdata() should be used.  These functions
      have been around since the beginning, so are backwards compatible with
      all older kernel versions.
      
      Cc: linux-parisc@vger.kernel.org
      Cc: Helge Deller <deller@gmx.de>
      Cc: Kyle McMartin <kyle@mcmartin.ca>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      d18dbfa7
  3. 16 3月, 2009 1 次提交
  4. 13 3月, 2009 1 次提交
  5. 30 1月, 2009 1 次提交
  6. 06 1月, 2009 2 次提交
  7. 15 5月, 2008 1 次提交
  8. 29 4月, 2008 1 次提交
  9. 16 3月, 2008 1 次提交
  10. 06 3月, 2008 1 次提交
  11. 05 3月, 2008 2 次提交
  12. 06 2月, 2008 1 次提交
  13. 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
  14. 18 10月, 2007 1 次提交
  15. 23 5月, 2007 1 次提交
  16. 13 2月, 2007 1 次提交
  17. 09 2月, 2007 1 次提交
  18. 08 12月, 2006 1 次提交
  19. 05 10月, 2006 1 次提交
  20. 04 10月, 2006 6 次提交
  21. 01 7月, 2006 1 次提交
  22. 28 6月, 2006 2 次提交
  23. 22 4月, 2006 1 次提交
  24. 31 3月, 2006 1 次提交
  25. 25 3月, 2006 1 次提交
  26. 09 2月, 2006 1 次提交
  27. 23 1月, 2006 1 次提交
  28. 28 10月, 2005 1 次提交
  29. 22 10月, 2005 3 次提交
  30. 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