1. 08 11月, 2014 1 次提交
  2. 13 7月, 2014 1 次提交
  3. 18 1月, 2013 1 次提交
  4. 22 11月, 2012 1 次提交
  5. 25 10月, 2012 1 次提交
  6. 16 11月, 2011 1 次提交
  7. 19 10月, 2011 1 次提交
  8. 31 3月, 2011 1 次提交
  9. 19 11月, 2010 1 次提交
  10. 16 9月, 2009 1 次提交
  11. 25 3月, 2009 1 次提交
    • H
      UIO: Add name attributes for mappings and port regions · 82057791
      Hans J. Koch 提交于
      If a UIO device has several memory mappings, it can be difficult for userspace
      to find the right one. The situation becomes even worse if the UIO driver can
      handle different versions of a card that have different numbers of mappings.
      Benedikt Spranger has such cards and pointed this out to me. Thanks, Bene!
      
      To address this problem, this patch adds "name" sysfs attributes for each
      mapping. Userspace can use these to clearly identify each mapping. The name
      string is optional. If a driver doesn't set it, an empty string will be
      returned, so this patch won't break existing drivers.
      
      The same problem exists for port region information, so a "name" attribute is
      added there, too.
      Signed-off-by: NHans J. Koch <hjk@linutronix.de>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      82057791
  12. 29 1月, 2009 1 次提交
  13. 07 1月, 2009 2 次提交
  14. 22 7月, 2008 3 次提交
  15. 29 11月, 2007 1 次提交
  16. 09 8月, 2007 1 次提交
    • A
      remove dubious legal statment from uio-howto · 6adb31c9
      Alan Cox 提交于
      UIO currently contains a rather dubious statement which wants removing.
      
      The actual questions around whether user space code that depends tightly
      on kernel GPL code designed to co-work with it are derivative works of
      the kernel is extremely complex, and since we don't have space for either
      a masters length essay on legal issues or need to start flamewars lets
      simply remove the comment and leave law to lawyers
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NLinus Torvalds <tovalds@linux-foundation.org>
      6adb31c9
  17. 19 7月, 2007 1 次提交