1. 24 10月, 2015 1 次提交
  2. 22 10月, 2015 1 次提交
  3. 15 10月, 2015 2 次提交
  4. 22 6月, 2015 1 次提交
  5. 03 6月, 2015 1 次提交
  6. 17 3月, 2015 1 次提交
    • R
      ACPI: Introduce has_acpi_companion() · ca5b74d2
      Rafael J. Wysocki 提交于
      Now that the ACPI companions of devices are represented by pointers
      to struct fwnode_handle, it is not quite efficient to check whether
      or not an ACPI companion of a device is present by evaluating the
      ACPI_COMPANION() macro.
      
      For this reason, introduce a special static inline routine for that,
      has_acpi_companion(), and update the code to use it where applicable.
      Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
      ca5b74d2
  7. 15 3月, 2015 1 次提交
  8. 26 1月, 2015 1 次提交
  9. 08 11月, 2014 1 次提交
  10. 20 10月, 2014 1 次提交
  11. 07 10月, 2014 3 次提交
  12. 30 9月, 2014 2 次提交
  13. 02 8月, 2014 1 次提交
  14. 17 7月, 2014 1 次提交
  15. 03 6月, 2014 2 次提交
  16. 28 3月, 2014 1 次提交
  17. 09 3月, 2014 1 次提交
  18. 15 11月, 2013 1 次提交
  19. 10 10月, 2013 1 次提交
  20. 28 8月, 2013 1 次提交
  21. 23 8月, 2013 2 次提交
  22. 15 8月, 2013 1 次提交
    • J
      i2c: designware: add CONFIG_PM_SLEEP to suspend/resume functions · dfb03fb2
      Jingoo Han 提交于
      Add CONFIG_PM_SLEEP to suspend/resume functions to fix the following
      build warning when CONFIG_PM_SLEEP is not selected. This is because
      sleep PM callbacks defined by SIMPLE_DEV_PM_OPS are only used when
      the CONFIG_PM_SLEEP is enabled.
      
      drivers/i2c/busses/i2c-designware-platdrv.c:211:12: warning: 'dw_i2c_suspend' defined but not used [-Wunused-function]
      drivers/i2c/busses/i2c-designware-platdrv.c:221:12: warning: 'dw_i2c_resume' defined but not used [-Wunused-function]
      Signed-off-by: NJingoo Han <jg1.han@samsung.com>
      Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
      dfb03fb2
  23. 04 7月, 2013 1 次提交
  24. 26 6月, 2013 1 次提交
  25. 13 6月, 2013 1 次提交
  26. 18 5月, 2013 1 次提交
  27. 20 4月, 2013 1 次提交
  28. 16 4月, 2013 3 次提交
  29. 02 4月, 2013 1 次提交
  30. 22 2月, 2013 1 次提交
  31. 28 1月, 2013 2 次提交