1. 23 2月, 2010 1 次提交
  2. 01 2月, 2010 2 次提交
  3. 25 11月, 2009 1 次提交
  4. 02 10月, 2009 1 次提交
  5. 26 9月, 2009 23 次提交
  6. 19 9月, 2009 1 次提交
  7. 10 9月, 2009 1 次提交
    • R
      ACPI PM: Replace wakeup.prepared with reference counter · 9b83ccd2
      Rafael J. Wysocki 提交于
      The wakeup.prepared flag is used for marking devices that have the
      wake-up power already enabled, so that the wake-up power is not
      enabled twice in a row for the same device.  This assumes, however,
      that device wake-up power will only be enabled once, while the device
      is being prepared for a system-wide sleep transition, and the second
      attempt is made by acpi_enable_wakeup_device_prep().
      
      With the upcoming PCI wake-up rework this assumption will not hold
      any more for PCI bridges and the root bridge whose wake-up power
      may be enabled as a result of wake-up enable propagation from other
      devices (eg. add-on devices that are not associated with any GPEs).
      Thus, there may be many attempts to enable wake-up power on a PCI
      bridge or the root bridge during a system power state transition
      and it's better to replace wakeup.prepared with a reference counter.
      Reviewed-by: NMatthew Garrett <mjg59@srcf.ucam.org>
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      Signed-off-by: NJesse Barnes <jbarnes@virtuousgeek.org>
      9b83ccd2
  8. 06 9月, 2009 1 次提交
  9. 01 9月, 2009 1 次提交
  10. 27 8月, 2009 2 次提交
  11. 26 6月, 2009 1 次提交
  12. 24 6月, 2009 1 次提交
  13. 18 6月, 2009 2 次提交
  14. 07 4月, 2009 2 次提交