1. 23 10月, 2008 1 次提交
  2. 11 6月, 2008 1 次提交
    • K
      shpchp: check firmware before taking control · ac9c052d
      Kenji Kaneshige 提交于
      Fix the following problems of shpchp driver about getting hotplug
      control from firmware.
      
        - The shpchp driver must not control the hotplug controller if it
          fails to get control from the firmware. But current shpchp
          controls the hotplug controller regardless the result, because it
          doesn't check the return value of get_hp_hw_control_from_firmware().
      
        - Current shpchp driver doesn't support _OSC.
      
      The pciehp driver already have the code for evaluating _OSC and OSHP
      and shpchp and pciehp can share it. So this patch move that code from
      pciehp to acpi_pcihp.c.
      Signed-off-by: NKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      ac9c052d
  3. 21 4月, 2008 1 次提交
  4. 03 5月, 2007 1 次提交
  5. 08 2月, 2007 1 次提交
  6. 21 12月, 2006 3 次提交
  7. 22 11月, 2006 1 次提交
  8. 19 10月, 2006 2 次提交
  9. 27 9月, 2006 1 次提交
  10. 20 6月, 2006 2 次提交
  11. 24 3月, 2006 13 次提交
  12. 01 2月, 2006 1 次提交
    • K
      [PATCH] PCI Hotplug: shpchp: AMD POGO errata fix · 53044f35
      Keck, David 提交于
      This patch fixes the AMD POGO errata on the hotplug controller where the
      platform will lock up or reboot if PERR/SERR generation is enabled and a
      slot is sent an enable command.  This fix disables PERR/SERR generation
      before a slot is sent the enable command by first saving related
      registers, turning off SERR/PERR generation, enabling the slot, then
      restoring the registers.
      Signed-off-by: NDavid Keck <david.keck@amd.com>
      Cc: Kristen Accardi <kristen.c.accardi@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      53044f35
  13. 10 1月, 2006 2 次提交
  14. 31 10月, 2005 1 次提交
    • 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
  15. 29 10月, 2005 7 次提交
  16. 09 9月, 2005 1 次提交
  17. 17 8月, 2005 1 次提交