1. 19 10月, 2006 2 次提交
  2. 26 9月, 2006 10 次提交
  3. 13 7月, 2006 2 次提交
  4. 01 7月, 2006 1 次提交
  5. 23 6月, 2006 1 次提交
  6. 22 6月, 2006 5 次提交
  7. 11 1月, 2006 1 次提交
  8. 05 1月, 2006 1 次提交
  9. 29 10月, 2005 3 次提交
  10. 08 9月, 2005 1 次提交
  11. 06 9月, 2005 1 次提交
  12. 30 6月, 2005 1 次提交
  13. 21 6月, 2005 9 次提交
  14. 24 5月, 2005 1 次提交
  15. 18 5月, 2005 1 次提交
    • D
      [PATCH] Driver Core: remove driver model detach_state · 0b405a0f
      David Brownell 提交于
      The driver model has a "detach_state" mechanism that:
      
       - Has never been used by any in-kernel drive;
       - Is superfluous, since driver remove() methods can do the same thing;
       - Became buggy when the suspend() parameter changed semantics and type;
       - Could self-deadlock when called from certain suspend contexts;
       - Is effectively wasted documentation, object code, and headspace.
      
      This removes that "detach_state" mechanism; net code shrink, as well
      as a per-device saving in the driver model and sysfs.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      0b405a0f