1. 08 8月, 2007 1 次提交
  2. 30 7月, 2007 2 次提交
    • L
      ACPI: restore CONFIG_ACPI_SLEEP · 673d5b43
      Len Brown 提交于
      Restore the 2.6.22 CONFIG_ACPI_SLEEP build option, but now shadowing the
      new CONFIG_PM_SLEEP option.
      Signed-off-by: NLen Brown <len.brown@intel.com>
      [ Modified to work with the PM config setup changes. ]
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      673d5b43
    • R
      Introduce CONFIG_SUSPEND for suspend-to-Ram and standby · 296699de
      Rafael J. Wysocki 提交于
      Introduce CONFIG_SUSPEND representing the ability to enter system sleep
      states, such as the ACPI S3 state, and allow the user to choose SUSPEND
      and HIBERNATION independently of each other.
      
      Make HOTPLUG_CPU be selected automatically if SUSPEND or HIBERNATION has
      been chosen and the kernel is intended for SMP systems.
      
      Also, introduce CONFIG_PM_SLEEP which is automatically selected if
      CONFIG_SUSPEND or CONFIG_HIBERNATION is set and use it to select the
      code needed for both suspend and hibernation.
      
      The top-level power management headers and the ACPI code related to
      suspend and hibernation are modified to use the new definitions (the
      changes in drivers/acpi/sleep/main.c are, mostly, moving code to reduce
      the number of ifdefs).
      
      There are many other files in which CONFIG_PM can be replaced with
      CONFIG_PM_SLEEP or even with CONFIG_SUSPEND, but they can be updated in
      the future.
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      296699de
  3. 25 7月, 2007 1 次提交
  4. 24 7月, 2007 1 次提交
  5. 22 7月, 2007 4 次提交
  6. 04 7月, 2007 1 次提交
  7. 03 7月, 2007 1 次提交
  8. 02 6月, 2007 4 次提交
  9. 30 5月, 2007 2 次提交
  10. 17 5月, 2007 1 次提交
  11. 10 5月, 2007 3 次提交
  12. 09 5月, 2007 1 次提交
  13. 03 5月, 2007 1 次提交
  14. 25 4月, 2007 1 次提交
  15. 20 3月, 2007 1 次提交
    • L
      ACPI: IA64: fix %ll build warnings · 0cd4554d
      Len Brown 提交于
      acpi_integer is 64-bits on all platforms, and so was defined as a u64.
      
      i386 and x86_64 define u64 as unsigned long long.
      ia64 defines u64 as long.
      
      While these are all 64-bits, the kernel build warns about formating
      a "long" with %ll:
      
      drivers/ata/libata-acpi.c:176: warning: long long unsigned int format, acpi_integer arg (arg 5)
      
      So skip using "u64" and define acpi_integer as "unsigned long long"
      to make gcc happy with %ll.
      Signed-off-by: NLen Brown <len.brown@intel.com>
      0cd4554d
  16. 15 3月, 2007 1 次提交
  17. 17 2月, 2007 2 次提交
  18. 16 2月, 2007 2 次提交
  19. 10 2月, 2007 1 次提交
  20. 09 2月, 2007 1 次提交
  21. 03 2月, 2007 8 次提交