1. 10 5月, 2007 2 次提交
  2. 08 5月, 2007 1 次提交
  3. 05 5月, 2007 1 次提交
  4. 28 4月, 2007 1 次提交
    • C
      s390: cio: Delay uevents for subchannels · fa1a8c23
      Cornelia Huck 提交于
      We often have the situation that we register a subchannel and start device
      recognition, only to find out that the device is not usable after all, which
      triggers an unregister of the subchannel.  This often happens on hundreds of
      subchannels on a LPAR, leading to a storm of events which aren't of any use. 
      Therefore, use uevent_suppress to delay the KOBJ_ADD uevent for a subchannel
      until we know that its ccw_device is to be registered.
      Signed-off-by: NCornelia Huck <cornelia.huck@de.ibm.com>
      Cc: Kay Sievers <kay.sievers@vrfy.org>
      Cc: Eric Rannaud <eric.rannaud@gmail.com>
      Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      fa1a8c23
  5. 27 4月, 2007 16 次提交
  6. 04 4月, 2007 1 次提交
  7. 27 3月, 2007 1 次提交
  8. 19 3月, 2007 1 次提交
  9. 16 3月, 2007 1 次提交
    • A
      [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390 · d9a9cdfb
      Alan Stern 提交于
      This patch (as868) adds a helper routine for device drivers that need
      to set up a callback to perform some action in a different process's
      context.  This is intended for use by attribute methods that want to
      unregister themselves or their parent device.  Attribute method calls
      are mutually exclusive with unregistration, so such actions cannot be
      taken directly.
      
      Two attribute methods are converted to use the new helper routine: one
      for SCSI device deletion and one for System/390 ccwgroup devices.
      Signed-off-by: NAlan Stern <stern@rowland.harvard.edu>
      Cc: Hugh Dickins <hugh@veritas.com>
      Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
      Cc: Oliver Neukum <oneukum@suse.de>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      d9a9cdfb
  10. 06 3月, 2007 3 次提交
  11. 21 2月, 2007 2 次提交
  12. 13 2月, 2007 1 次提交
  13. 12 2月, 2007 2 次提交
  14. 06 2月, 2007 7 次提交