1. 23 5月, 2014 1 次提交
  2. 14 5月, 2014 1 次提交
  3. 13 5月, 2014 2 次提交
  4. 01 5月, 2014 18 次提交
  5. 20 2月, 2014 1 次提交
    • J
      usb: phy: msm: fix compilation errors when !CONFIG_PM_SLEEP · e7d613d1
      Josh Cartwright 提交于
      Both the PM_RUNTIME and PM_SLEEP callbacks call into the common
      msm_otg_{suspend,resume} routines, however these routines are only being
      built when CONFIG_PM_SLEEP.  In addition, msm_otg_{suspend,resume} also
      depends on msm_hsusb_config_vddcx(), which is only built when
      CONFIG_PM_SLEEP.
      
      Fix the CONFIG_PM_RUNTIME, !CONFIG_PM_SLEEP case by changing the
      preprocessor conditional, and moving msm_hsusb_config_vddcx().
      
      While we're here, eliminate the CONFIG_PM conditional for setting
      up the dev_pm_ops.
      
      This address the following errors Russell King has hit doing randconfig
      builds:
      
      drivers/usb/phy/phy-msm-usb.c: In function 'msm_otg_runtime_suspend':
      drivers/usb/phy/phy-msm-usb.c:1691:2: error: implicit declaration of function 'msm_otg_suspend'
      drivers/usb/phy/phy-msm-usb.c: In function 'msm_otg_runtime_resume':
      drivers/usb/phy/phy-msm-usb.c:1699:2: error: implicit declaration of function 'msm_otg_resume'
      
      Cc: Ivan T. Ivanov <iivanov@mm-sol.com>
      Reported-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NJosh Cartwright <joshc@codeaurora.org>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      e7d613d1
  6. 08 2月, 2014 1 次提交
  7. 09 1月, 2014 1 次提交
  8. 09 12月, 2013 1 次提交
  9. 30 7月, 2013 1 次提交
  10. 25 6月, 2013 1 次提交
  11. 18 3月, 2013 2 次提交
  12. 18 1月, 2013 1 次提交
  13. 22 11月, 2012 2 次提交
  14. 25 6月, 2012 2 次提交
  15. 13 2月, 2012 2 次提交
  16. 18 5月, 2011 2 次提交
  17. 07 5月, 2011 1 次提交