1. 27 6月, 2006 1 次提交
  2. 26 6月, 2006 6 次提交
  3. 23 6月, 2006 2 次提交
  4. 14 6月, 2006 1 次提交
  5. 11 4月, 2006 1 次提交
  6. 02 4月, 2006 1 次提交
  7. 01 4月, 2006 1 次提交
  8. 30 3月, 2006 1 次提交
    • A
      [PATCH] libata: Simplex and other mode filtering logic · 5444a6f4
      Alan Cox 提交于
      Add a field to the host_set called 'flags' (was host_set_flags changed
      to suit Jeff)
      Add a simplex_claimed field so we can remember who owns the DMA channel
      Add a ->mode_filter() hook to allow drivers to filter modes
      Add docs for mode_filter and set_mode
      Filter according to simplex state
      Filter cable in core
      
      This provides the needed framework to support all the mode rules found
      in the PATA world. The simplex filter deals with 'to spec' simplex DMA
      systems found in older chips. The cable filter avoids duplicating the
      same rules in each chip driver with PATA. Finally the mode filter is
      neccessary because drive/chip combinations have errata that forbid
      certain modes with some drives or types of ATA object.
      
      Drive speed setup remains per channel for now and the filters now use
      the framework Tejun put into place which cleans them up a lot from the
      older libata-pata patches.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      5444a6f4
  9. 24 3月, 2006 1 次提交
  10. 06 3月, 2006 1 次提交
  11. 05 3月, 2006 1 次提交
  12. 15 1月, 2006 1 次提交
  13. 11 1月, 2006 2 次提交
  14. 10 1月, 2006 1 次提交
  15. 07 1月, 2006 1 次提交
  16. 05 1月, 2006 1 次提交
  17. 21 11月, 2005 1 次提交
  18. 16 11月, 2005 1 次提交
  19. 14 11月, 2005 3 次提交
  20. 07 11月, 2005 3 次提交
    • R
      [PATCH] kernel-doc: fix some kernel-api warnings · 8f2709b5
      Randy Dunlap 提交于
      Fix various warnings in kernel-doc:
      
      Warning(linux-2614-rc4//include/linux/net.h:89): Enum value 'SOCK_DCCP' not described in enum 'sock_type'
      
      usercopy.c: should use !E instead of !I for exported symbols:
      Warning(linux-2614-rc4//arch/i386/lib/usercopy.c): no structured comments found
      
      fs.h does not need to use !E since it has no exported symbols:
      Warning(linux-2614-rc4//include/linux/fs.h:1182): No description found for parameter 'find_exported_dentry'
      Warning(linux-2614-rc4//include/linux/fs.h): no structured comments found
      
      irq/manage.c should use !E for its exported symbols:
      Warning(linux-2614-rc4//kernel/irq/manage.c): no structured comments found
      
      macmodes.c should use !E for its exported symbols:
      Warning(linux-2614-rc4//drivers/video/macmodes.c): no structured comments found
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      8f2709b5
    • R
      [PATCH] jbd doc: fix some kernel-doc warnings · 6c8bec6d
      Randy Dunlap 提交于
      Add structure fields kernel-doc for 2 fields in struct journal_s.
      
      Warning(/var/linsrc/linux-2614-rc4//include/linux/jbd.h:808): No description found for parameter 'j_wbuf'
      Warning(/var/linsrc/linux-2614-rc4//include/linux/jbd.h:808): No description found for parameter 'j_wbufsize'
      
      Convert fs/jbd/recovery.c non-static functions to kernel-doc format.
      
      fs/jbd/recovery.c doesn't export any symbols, so it should use
      !I instead of !E to eliminate this warning message:
      
      Warning(/var/linsrc/linux-2614-rc4//fs/jbd/recovery.c): no structured comments found
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      6c8bec6d
    • M
      [PATCH] RapidIO support: core base · 394b701c
      Matt Porter 提交于
      Adds a RapidIO subsystem to the kernel.  RIO is a switched fabric interconnect
      used in higher-end embedded applications.  The curious can look at the specs
      over at http://www.rapidio.org
      
      The core code implements enumeration/discovery, management of
      devices/resources, and interfaces for RIO drivers.
      
      There's a lot more to do to take advantages of all the hardware features.
      However, this should provide a good base for folks with RIO hardware to start
      contributing.
      Signed-off-by: NMatt Porter <mporter@kernel.crashing.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      394b701c
  21. 03 11月, 2005 1 次提交
  22. 29 10月, 2005 3 次提交
  23. 04 10月, 2005 1 次提交
  24. 29 9月, 2005 2 次提交
  25. 22 9月, 2005 1 次提交
  26. 11 9月, 2005 1 次提交