1. 05 4月, 2016 1 次提交
  2. 16 1月, 2016 1 次提交
  3. 24 7月, 2015 1 次提交
  4. 25 6月, 2015 1 次提交
  5. 13 2月, 2015 1 次提交
  6. 05 2月, 2015 1 次提交
  7. 08 7月, 2014 1 次提交
    • L
      ACPICA: Utilities: Introduce acpi_log_error() to improve portability · 2e70da4c
      Lv Zheng 提交于
      Invocations like fprintf(stderr) and perror() are not portable, this patch
      introduces acpi_log_error() as a replacement, it is implemented using new
      portable API - acpi_ut_file_vprintf().
      
      Note that though acpi_os_initialize() need to be invoked prior than using
      this new API, since no users are introduced in this patch, such invocations
      are not added for applications that link utprint.c in this patch. Futher
      patches that introduce users of acpi_log_error() should take care of this.
      
      This patch is only useful for ACPICA applications, most of which are not
      shipped in the Linux kernel.
      
      Note that follow-up commits will update acpidump to use this new API to
      improve portability. Lv Zheng.
      Signed-off-by: NLv Zheng <lv.zheng@intel.com>
      Signed-off-by: NBob Moore <robert.moore@intel.com>
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      2e70da4c
  8. 11 2月, 2014 1 次提交
  9. 08 1月, 2014 1 次提交
  10. 21 11月, 2013 1 次提交
  11. 31 10月, 2013 1 次提交
  12. 24 9月, 2013 1 次提交
  13. 16 6月, 2013 1 次提交
  14. 25 1月, 2013 1 次提交
  15. 10 1月, 2013 1 次提交
  16. 15 11月, 2012 4 次提交
  17. 17 7月, 2012 1 次提交
  18. 17 1月, 2012 1 次提交
  19. 01 11月, 2011 1 次提交
  20. 19 1月, 2011 1 次提交
  21. 01 10月, 2010 1 次提交
  22. 23 1月, 2010 2 次提交
  23. 27 5月, 2009 1 次提交
  24. 09 1月, 2009 2 次提交
  25. 31 12月, 2008 1 次提交
  26. 17 7月, 2008 2 次提交
  27. 24 4月, 2008 1 次提交
  28. 23 4月, 2008 3 次提交
  29. 11 3月, 2008 1 次提交
  30. 10 5月, 2007 1 次提交
  31. 03 2月, 2007 2 次提交
    • A
      ACPICA: fix gcc build warnings · b0b7eaaf
      Alexey Starikovskiy 提交于
      drivers/acpi/namespace/nsparse.c:126: warning: int format, different type arg (arg 7)
      drivers/acpi/tables/tbfadt.c:224: warning: unsigned int format, different type arg (arg 6)
      drivers/acpi/utilities/utdebug.c:184: warning: cast from pointer to integer of different size
      drivers/acpi/utilities/utdebug.c:184: warning: cast from pointer to integer of different size
      drivers/acpi/utilities/utdebug.c:197: warning: cast from pointer to integer of different size
      drivers/acpi/processor_idle.c:1093: warning: long long unsigned int format, u64 arg (arg 5)
      Signed-off-by: NLen Brown <len.brown@intel.com>
      b0b7eaaf
    • B
      ACPICA: Update copyright to 2007. · 6c9deb72
      Bob Moore 提交于
      Added 2007 copyright to all module headers and signons. This affects
      virtually every file in the ACPICA core subsystem, iASL compiler,
      and the utilities.
      Signed-off-by: NAlexey Starikovskiy <alexey.y.starikovskiy@intel.com>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      6c9deb72