1. 04 8月, 2006 1 次提交
  2. 11 7月, 2006 1 次提交
    • A
      [PATCH] don't select CONFIG_HOTPLUG · 135c294f
      Andrew Morton 提交于
      It's useful to be able to turn off CONFIG_HOTPLUG for compile-coverage testing
      and for section-checking coverage.  But a few things go and select
      CONFIG_HOTPLUG, making it a royal PITA to turn the thing off.
      
      It's only turnable offable if CONFIG_EMBEDDED anyway.  So let's make those
      things depend on HOTPLUG, not select it.
      
      Cc: Greg KH <greg@kroah.com>
      Cc: Dominik Brodowski <linux@dominikbrodowski.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      135c294f
  3. 10 7月, 2006 1 次提交
  4. 03 7月, 2006 1 次提交
  5. 01 7月, 2006 1 次提交
  6. 28 6月, 2006 4 次提交
  7. 20 6月, 2006 30 次提交
  8. 15 4月, 2006 1 次提交
    • J
      [PATCH] PCI: rpaphp: remove init error condition · e6ad0057
      John Rose 提交于
      The init function for the RPA PCI Hotplug driver returns -ENODEV in the
      case that no hotplug-capable slots are detected in the system.  This is
      bad, since hot-capable slots can be added after boot to a purely virtual
      POWER partition.  This is also bad because DLPAR I/O operations depend
      on the rpaphp module.
      
      Change the rpaphp init module to return success for the case of
      partitions that own no hotplug-capable slots at boot.  Such slots can be
      dynamically added after boot.
      Signed-off-by: NJohn Rose <johnrose@austin.ibm.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      e6ad0057