1. 05 6月, 2020 1 次提交
  2. 14 2月, 2020 1 次提交
  3. 13 1月, 2020 1 次提交
  4. 21 8月, 2019 4 次提交
  5. 09 4月, 2019 3 次提交
  6. 25 2月, 2019 1 次提交
  7. 07 2月, 2019 1 次提交
  8. 16 1月, 2019 1 次提交
  9. 14 12月, 2018 3 次提交
  10. 10 6月, 2018 1 次提交
  11. 10 5月, 2018 1 次提交
  12. 19 3月, 2018 4 次提交
  13. 06 2月, 2018 1 次提交
  14. 04 2月, 2018 3 次提交
  15. 05 1月, 2018 1 次提交
  16. 27 11月, 2017 1 次提交
  17. 18 8月, 2017 1 次提交
    • R
      ACPICA: Make it possible to enable runtime GPEs earlier · 1312b7e0
      Rafael J. Wysocki 提交于
      Runtime GPEs have corresponding _Lxx/_Exx methods and are enabled
      automatically during the initialization of the ACPI subsystem through
      acpi_update_all_gpes() with the assumption that acpi_setup_gpe_for_wake()
      will be called in advance for all of the GPEs pointed to by _PRW
      objects in the namespace that may be affected by acpi_update_all_gpes().
      That is, acpi_ev_initialize_gpe_block() can only be called for a GPE
      block after acpi_setup_gpe_for_wake() has been called for all of the
      _PRW (wakeup) GPEs in it.
      
      The platform firmware on some systems, however, expects GPEs to be
      enabled before the enumeration of devices which is when
      acpi_setup_gpe_for_wake() is called and that goes against the above
      assumption.
      
      For this reason, introduce a new flag to be set by
      acpi_ev_initialize_gpe_block() when automatically enabling a GPE
      to indicate to acpi_setup_gpe_for_wake() that it needs to drop the
      reference to the GPE coming from acpi_ev_initialize_gpe_block()
      and modify acpi_setup_gpe_for_wake() accordingly.  These changes
      allow acpi_setup_gpe_for_wake() and acpi_ev_initialize_gpe_block()
      to be invoked in any order.
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      Tested-by: NMika Westerberg <mika.westerberg@linux.intel.com>
      1312b7e0
  18. 04 8月, 2017 2 次提交
  19. 28 6月, 2017 1 次提交
  20. 12 6月, 2017 1 次提交
  21. 09 2月, 2017 1 次提交
  22. 10 9月, 2016 2 次提交
  23. 13 8月, 2016 2 次提交
  24. 05 5月, 2016 1 次提交
  25. 05 4月, 2016 1 次提交