1. 27 11月, 2013 1 次提交
  2. 05 8月, 2013 1 次提交
  3. 29 7月, 2013 2 次提交
  4. 13 6月, 2013 4 次提交
  5. 02 4月, 2013 1 次提交
    • J
      usb: dwc3: add CONFIG_PM_SLEEP to suspend/resume functions · 19fda7cd
      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 SET_SYSTEM_SLEEP_PM_OPS are only used
      when the CONFIG_PM_SLEEP is enabled. Unnecessary CONFIG_PM ifdefs
      are removed.
      
      drivers/usb/dwc3/core.c:682:12: warning: 'dwc3_suspend' defined but not used [-Wunused-function]
      drivers/usb/dwc3/core.c:709:12: warning: 'dwc3_resume' defined but not used [-Wunused-function]
      drivers/usb/dwc3/dwc3-omap.c:430:12: warning: 'dwc3_omap_suspend' defined but not used [-Wunused-function]
      drivers/usb/dwc3/dwc3-omap.c:440:12: warning: 'dwc3_omap_resume' defined but not used [-Wunused-function]
      drivers/usb/dwc3/dwc3-exynos.c:185:12: warning: 'dwc3_exynos_suspend' defined but not used [-Wunused-function]
      drivers/usb/dwc3/dwc3-exynos.c:194:12: warning: 'dwc3_exynos_resume' defined but not used [-Wunused-function]
      Signed-off-by: NJingoo Han <jg1.han@samsung.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      19fda7cd
  6. 18 3月, 2013 9 次提交
  7. 04 3月, 2013 2 次提交
  8. 25 1月, 2013 6 次提交
  9. 22 11月, 2012 3 次提交
  10. 31 10月, 2012 1 次提交
  11. 11 9月, 2012 1 次提交
    • F
      usb: dwc3: omap: add nop transceiver support · a418cc4e
      Felipe Balbi 提交于
      We will be adding support for transceivers on
      dwc3 driver but not all boards have controllable
      transceivers.
      
      For those which don't provide controllable transceivers
      we will register nop transceivers.
      
      Note that once OMAP's transceiver drivers reach mainline,
      this glue layer will change accordingly.
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      a418cc4e
  12. 24 4月, 2012 1 次提交
  13. 02 3月, 2012 2 次提交
  14. 29 2月, 2012 1 次提交
  15. 06 2月, 2012 1 次提交
  16. 12 12月, 2011 4 次提交