1. 17 7月, 2012 2 次提交
  2. 01 6月, 2012 1 次提交
  3. 22 3月, 2012 1 次提交
  4. 17 1月, 2012 2 次提交
  5. 01 11月, 2011 1 次提交
  6. 03 3月, 2011 2 次提交
  7. 19 1月, 2011 1 次提交
  8. 12 1月, 2011 2 次提交
  9. 18 10月, 2010 1 次提交
  10. 01 10月, 2010 1 次提交
    • L
      ACPICA/ACPI: Add new host interfaces for _OSI support · b0ed7a91
      Lin Ming 提交于
      Adds install/remove interfaces so that the host can dynamically
      alter the global _OSI table. Also adds support for _OSI handlers.
      Additional support: new debugger command (osi), and test support in
      the acpiexec utility. Adds new file, utilities/utosi.c.
      ACPICA bugzilla 836.
      
      The Linux OSL _OSI code is also changed.
      acpi_osi_setup can't call acpi_install/remove_interface because ACPICA
      is not initialized yet at this early time.
      So we just save the osi string in acpi_osi_setup and will handle it
      later in a new function acpi_osi_setup_late.
      
      http://www.acpica.org/bugzilla/show_bug.cgi?id=836Signed-off-by: NLin Ming <ming.m.lin@intel.com>
      Signed-off-by: Bob Moore <robert.moore@intel.com
      Signed-off-by: NLen Brown <len.brown@intel.com>
      b0ed7a91
  11. 25 9月, 2010 1 次提交
    • R
      ACPI / ACPICA: Defer enabling of runtime GPEs (v3) · a2100801
      Rafael J. Wysocki 提交于
      The current ACPI GPEs initialization code has a problem that it
      enables some GPEs pointed to by device _PRW methods, generally
      intended for signaling wakeup events (system or device wakeup).
      These GPEs are then almost immediately disabled by the ACPI namespace
      scanning code with the help of acpi_gpe_can_wake(), but it would be
      better not to enable them at all until really necessary.
      
      Modify the initialization of GPEs so that the ones that have
      associated _Lxx or _Exx methods and are not pointed to by any _PRW
      methods will be enabled after the namespace scan is complete.
      Signed-off-by: NRafael J. Wysocki <rjw@sisk.pl>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      a2100801
  12. 07 7月, 2010 1 次提交
  13. 20 4月, 2010 1 次提交
  14. 23 1月, 2010 2 次提交
  15. 29 8月, 2009 1 次提交
  16. 27 8月, 2009 2 次提交
  17. 28 3月, 2009 1 次提交
  18. 27 3月, 2009 3 次提交
  19. 09 1月, 2009 2 次提交
  20. 31 12月, 2008 2 次提交
  21. 30 12月, 2008 2 次提交
  22. 19 12月, 2008 1 次提交
    • B
      ACPI: fix 2.6.28 acpi.debug_level regression · e76f4276
      Bjorn Helgaas 提交于
      acpi_early_init() was changed to over-write the cmdline param,
      making it really inconvenient to set debug flags at boot-time.
      
      Also,
      This sets the default level to "info", which is what all the ACPI
      drivers use.  So to enable messages from drivers, you only have to
      supply the "layer" (a.k.a. "component").  For non-"info" ACPI core
      and ACPI interpreter messages, you have to supply both level and
      layer masks, as before.
      Signed-off-by: NBjorn Helgaas <bjorn.helgaas@hp.com>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      e76f4276
  23. 23 10月, 2008 4 次提交
  24. 24 4月, 2008 1 次提交
  25. 23 4月, 2008 2 次提交