1. 08 2月, 2015 1 次提交
  2. 04 12月, 2014 2 次提交
  3. 20 10月, 2014 1 次提交
  4. 16 8月, 2014 1 次提交
  5. 07 4月, 2014 9 次提交
  6. 21 1月, 2014 1 次提交
  7. 07 12月, 2013 1 次提交
    • L
      ACPI: Clean up inclusions of ACPI header files · 8b48463f
      Lv Zheng 提交于
      Replace direct inclusions of <acpi/acpi.h>, <acpi/acpi_bus.h> and
      <acpi/acpi_drivers.h>, which are incorrect, with <linux/acpi.h>
      inclusions and remove some inclusions of those files that aren't
      necessary.
      
      First of all, <acpi/acpi.h>, <acpi/acpi_bus.h> and <acpi/acpi_drivers.h>
      should not be included directly from any files that are built for
      CONFIG_ACPI unset, because that generally leads to build warnings about
      undefined symbols in !CONFIG_ACPI builds.  For CONFIG_ACPI set,
      <linux/acpi.h> includes those files and for CONFIG_ACPI unset it
      provides stub ACPI symbols to be used in that case.
      
      Second, there are ordering dependencies between those files that always
      have to be met.  Namely, it is required that <acpi/acpi_bus.h> be included
      prior to <acpi/acpi_drivers.h> so that the acpi_pci_root declarations the
      latter depends on are always there.  And <acpi/acpi.h> which provides
      basic ACPICA type declarations should always be included prior to any other
      ACPI headers in CONFIG_ACPI builds.  That also is taken care of including
      <linux/acpi.h> as appropriate.
      Signed-off-by: NLv Zheng <lv.zheng@intel.com>
      Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
      Cc: Matthew Garrett <mjg59@srcf.ucam.org>
      Cc: Tony Luck <tony.luck@intel.com>
      Cc: "H. Peter Anvin" <hpa@zytor.com>
      Acked-by: Bjorn Helgaas <bhelgaas@google.com> (drivers/pci stuff)
      Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> (Xen stuff)
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      8b48463f
  8. 26 11月, 2013 1 次提交
  9. 21 11月, 2013 2 次提交
  10. 22 10月, 2013 1 次提交
  11. 24 9月, 2013 1 次提交
    • Z
      sony-laptop: convert acpi_get_handle() to acpi_has_method() · 8a8bce1d
      Zhang Rui 提交于
      acpi_has_method() is a new ACPI API introduced to check
      the existence of an ACPI control method.
      
      It can be used to replace acpi_get_handle() in the case that
      1. the calling function doesn't need the ACPI handle of the control method.
      and
      2. the calling function doesn't care the reason why the method is unavailable.
      
      Convert acpi_get_handle() to acpi_has_method()
      in drivers/platform/x86/sony-laptop.c in this patch.
      Signed-off-by: NZhang Rui <rui.zhang@intel.com>
      CC: Matthew Garrett <matthew.garrett@nebula.com>
      CC: Mattia Dongili <malattia@linux.it>
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      8a8bce1d
  12. 19 8月, 2013 2 次提交
  13. 15 7月, 2013 1 次提交
  14. 09 5月, 2013 1 次提交
  15. 24 3月, 2013 1 次提交
  16. 27 2月, 2013 4 次提交
  17. 23 2月, 2013 1 次提交
  18. 26 1月, 2013 1 次提交
  19. 08 1月, 2013 1 次提交
  20. 10 8月, 2012 1 次提交
  21. 01 7月, 2012 2 次提交
  22. 27 6月, 2012 4 次提交