An error occurred fetching the project authors.
  1. 09 Sep, 2009 1 commit
    • Rafael J. Wysocki's avatar
      ACPI PM: Replace wakeup.prepared with reference counter · 9b83ccd2
      Rafael J. Wysocki authored
      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: default avatarMatthew Garrett <mjg59@srcf.ucam.org>
      Signed-off-by: default avatarRafael J. Wysocki <rjw@sisk.pl>
      Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
      9b83ccd2
  2. 28 Aug, 2009 1 commit
  3. 28 May, 2009 1 commit
  4. 02 Apr, 2009 1 commit
  5. 27 Mar, 2009 1 commit
  6. 31 Dec, 2008 1 commit
  7. 08 Nov, 2008 1 commit
  8. 28 Oct, 2008 2 commits
  9. 22 Oct, 2008 2 commits
  10. 11 Oct, 2008 1 commit
  11. 10 Oct, 2008 1 commit
  12. 07 Jul, 2008 2 commits
  13. 29 Apr, 2008 2 commits
  14. 07 Feb, 2008 1 commit
  15. 25 Oct, 2007 1 commit
  16. 23 Jul, 2007 1 commit
  17. 07 Mar, 2007 1 commit
  18. 21 Feb, 2007 1 commit
  19. 16 Feb, 2007 3 commits
  20. 13 Feb, 2007 3 commits
    • Len Brown's avatar
      ACPI: delete extra #defines in /drivers/acpi/ drivers · 7cda93e0
      Len Brown authored
      Cosmetic only.
      
      Except in a single case, #define ACPI_*_DRIVER_NAME
      were invoked 0 or 1 times.
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      7cda93e0
    • Len Brown's avatar
      ACPI: fix acpi_driver.name usage · c2b6705b
      Len Brown authored
      It was erroneously used as a description rather than a name.
      
      ie. turn this:
      
      lenb@se7525gp2:/sys> ls bus/acpi/drivers
      ACPI AC Adapter Driver  ACPI Embedded Controller Driver  ACPI Power Resource Driver
      ACPI Battery Driver     ACPI Fan Driver                  ACPI Processor Driver
      ACPI Button Driver      ACPI PCI Interrupt Link Driver   ACPI Thermal Zone Driver
      ACPI container driver   ACPI PCI Root Bridge Driver      hpet
      
      into this:
      
      lenb@se7525gp2:~> ls /sys/bus/acpi/drivers
      ac  battery  button  container  ec  fan  hpet  pci_link  pci_root  power  processor  thermal
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      c2b6705b
    • Len Brown's avatar
      ACPI: clean up ACPI_MODULE_NAME() use · f52fd66d
      Len Brown authored
      cosmetic only
      
      Make "module name" actually match the file name.
      Invoke with ';' as leaving it off confuses Lindent and gcc doesn't care.
      Fix indentation where Lindent did get confused.
      Signed-off-by: default avatarLen Brown <len.brown@intel.com>
      f52fd66d
  21. 20 Dec, 2006 1 commit
  22. 14 Oct, 2006 2 commits
  23. 10 Jul, 2006 1 commit
  24. 30 Jun, 2006 3 commits
  25. 27 Jun, 2006 4 commits
  26. 05 Aug, 2005 1 commit