1. 25 11月, 2009 1 次提交
  2. 18 9月, 2009 1 次提交
    • K
      PCI ASPM: support L1 only · 7557b5d6
      Kenji Kaneshige 提交于
      The definition of the ASPM support field in the Link Capabilities
      Register had been changed by the "ASPM optionality ECN" as follows:
      
      <Before>
      	00b	Reserved
      	01b	L0s Supported
      	10b	Reserved
      	11b	L0s and L1 Supported
      
      <After>
      	00b	No ASPM Support
      	01b	L0s Supported
      	10b	L1 Supported
      	11b	L0s and L1 Supported
      
      Current linux ASPM driver doesn't enable ASPM if the support field is
      00b or 10b. So there is no impact about 00b. But current linux ASPM
      driver doesn't enable L1 if the support field is 10b. With this patch,
      10b (L1 support) is handled properly.
      Signed-off-by: NKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      7557b5d6
  3. 10 9月, 2009 7 次提交
  4. 19 6月, 2009 14 次提交
  5. 12 6月, 2009 1 次提交
  6. 05 2月, 2009 1 次提交
    • A
      PCI: properly clean up ASPM link state on device remove · 3419c75e
      Alex Chiang 提交于
      We only want to disable ASPM when the last function is removed from
      the parent's device list. We determine this by checking to see if
      the parent's device list is completely empty.
      
      Unfortunately, we never hit that code because the parent is considered
      an upstream port, and never had an ASPM link_state associated with it.
      
      The early check for !link_state causes us to return early, we never
      discover that our device list is empty, and thus we never remove the
      downstream ports' link_state nodes.
      
      Instead of checking to see if the parent's device list is empty, we can
      check to see if we are the last device on the list, and if so, then we
      know that we can clean up properly.
      
      Cc: Shaohua Li <shaohua.li@intel.com>
      Signed-off-by: NAlex Chiang <achiang@hp.com>
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      3419c75e
  7. 08 1月, 2009 3 次提交
  8. 10 12月, 2008 1 次提交
  9. 21 10月, 2008 1 次提交
    • V
      PCI: probing debug message uniformization · f393d9b1
      Vincent Legoll 提交于
      This patch uniformizes PCI probing debug boot messages with dev_printk()
      intead of manual printk()
      
      It changes adress range output from [%llx, %llx] to [%#llx-%#llx], like
      in pci_request_region().
      
      For example, it goes from the mixed-style:
      
      PCI: 0000:00:1b.0 reg 10 64bit mmio: [f4280000, f4283fff]
      pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
      
      to uniform:
      
      pci 0000:00:1b.0: reg 10 64bit mmio: [0xf4280000-0xf4283fff]
      pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
      
      This patch has been runtime tested, boot log messages diffed, everything
      looks OK.
      Acked-by: NBjorn Helgaas <bjorn.helgaas@hp.com>
      Signed-off-by: NVincent Legoll <vincent.legoll@gmail.com>
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      f393d9b1
  10. 17 9月, 2008 1 次提交
  11. 29 7月, 2008 3 次提交
  12. 22 5月, 2008 1 次提交
  13. 21 4月, 2008 1 次提交
    • S
      PCI: add PCI Express ASPM support · 7d715a6c
      Shaohua Li 提交于
      PCI Express ASPM defines a protocol for PCI Express components in the D0
      state to reduce Link power by placing their Links into a low power state
      and instructing the other end of the Link to do likewise. This
      capability allows hardware-autonomous, dynamic Link power reduction
      beyond what is achievable by software-only controlled power management.
      However, The device should be configured by software appropriately.
      Enabling ASPM will save power, but will introduce device latency.
      
      This patch adds ASPM support in Linux. It introduces a global policy for
      ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
      it. The interface can be used as a boot option too. Currently we have
      below setting:
              -default, BIOS default setting
              -powersave, highest power saving mode, enable all available ASPM
      state and clock power management
              -performance, highest performance, disable ASPM and clock power
      management
      By default, the 'default' policy is used currently.
      
      In my test, power difference between powersave mode and performance mode
      is about 1.3w in a system with 3 PCIE links.
      
      Note: some devices might not work well with aspm, either because chipset
      issue or device issue. The patch provide API (pci_disable_link_state),
      driver can disable ASPM for specific device.
      Signed-off-by: NShaohua Li <shaohua.li@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      7d715a6c
  14. 03 2月, 2008 1 次提交
  15. 02 2月, 2008 1 次提交
    • S
      PCI: PCIE ASPM support · 6c723d5b
      Shaohua Li 提交于
      PCI Express ASPM defines a protocol for PCI Express components in the D0
      state to reduce Link power by placing their Links into a low power state
      and instructing the other end of the Link to do likewise. This
      capability allows hardware-autonomous, dynamic Link power reduction
      beyond what is achievable by software-only controlled power management.
      However, The device should be configured by software appropriately.
      Enabling ASPM will save power, but will introduce device latency.
      
      This patch adds ASPM support in Linux. It introduces a global policy for
      ASPM, a sysfs file /sys/module/pcie_aspm/parameters/policy can control
      it. The interface can be used as a boot option too. Currently we have
      below setting:
              -default, BIOS default setting
              -powersave, highest power saving mode, enable all available ASPM
      state
      and clock power management
              -performance, highest performance, disable ASPM and clock power
      management
      By default, the 'default' policy is used currently.
      
      In my test, power difference between powersave mode and performance mode
      is about 1.3w in a system with 3 PCIE links.
      Signed-off-by: NShaohua Li <shaohua.li@intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      6c723d5b