Skip to content
Snippets Groups Projects
  1. Oct 06, 2014
  2. Sep 29, 2014
  3. Aug 02, 2014
  4. Jul 16, 2014
  5. Jun 02, 2014
  6. Mar 28, 2014
  7. Mar 09, 2014
  8. Nov 14, 2013
  9. Oct 10, 2013
  10. Aug 28, 2013
  11. Aug 23, 2013
  12. Aug 15, 2013
    • Jingoo Han's avatar
      i2c: designware: add CONFIG_PM_SLEEP to suspend/resume functions · dfb03fb2
      Jingoo Han authored
      
      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: default avatarJingoo Han <jg1.han@samsung.com>
      Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
      dfb03fb2
  13. Jul 03, 2013
  14. Jun 26, 2013
  15. Jun 12, 2013
  16. May 17, 2013
  17. Apr 19, 2013
  18. Apr 15, 2013
  19. Apr 02, 2013
  20. Feb 21, 2013
  21. Jan 28, 2013
  22. Dec 22, 2012
  23. May 12, 2012
  24. Feb 29, 2012
  25. Dec 27, 2011
  26. Oct 29, 2011
Loading