1. 10 5月, 2007 1 次提交
  2. 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
  3. 27 4月, 2007 5 次提交
  4. 06 2月, 2007 3 次提交
  5. 08 12月, 2006 5 次提交
  6. 04 12月, 2006 2 次提交
  7. 27 10月, 2006 1 次提交
  8. 11 10月, 2006 2 次提交
  9. 20 9月, 2006 1 次提交
  10. 30 8月, 2006 1 次提交
  11. 12 7月, 2006 2 次提交
  12. 01 7月, 2006 1 次提交
  13. 29 6月, 2006 1 次提交
  14. 24 3月, 2006 1 次提交
  15. 18 2月, 2006 1 次提交
  16. 02 2月, 2006 3 次提交
  17. 15 1月, 2006 1 次提交
  18. 14 1月, 2006 1 次提交
  19. 07 1月, 2006 4 次提交
  20. 05 1月, 2006 1 次提交
  21. 31 10月, 2005 2 次提交
    • T
      [PATCH] fix missing includes · 4e57b681
      Tim Schmielau 提交于
      I recently picked up my older work to remove unnecessary #includes of
      sched.h, starting from a patch by Dave Jones to not include sched.h
      from module.h. This reduces the number of indirect includes of sched.h
      by ~300. Another ~400 pointless direct includes can be removed after
      this disentangling (patch to follow later).
      However, quite a few indirect includes need to be fixed up for this.
      
      In order to feed the patches through -mm with as little disturbance as
      possible, I've split out the fixes I accumulated up to now (complete for
      i386 and x86_64, more archs to follow later) and post them before the real
      patch.  This way this large part of the patch is kept simple with only
      adding #includes, and all hunks are independent of each other.  So if any
      hunk rejects or gets in the way of other patches, just drop it.  My scripts
      will pick it up again in the next round.
      Signed-off-by: NTim Schmielau <tim@physik3.uni-rostock.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      4e57b681
    • B
      [PATCH] s390, ccw - export modalias · f1fc78a8
      Bastian Blank 提交于
      This patch exports modalias for ccw devices.
      
      So you can do:
       	modprobe `echo /sys/device/path_to_device/modalias`
      and the proper driver will automatically be loaded by userspace.
      Signed-off-by: NBastian Blank <waldi@debian.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      f1fc78a8