1. 01 10月, 2013 1 次提交
  2. 28 8月, 2013 1 次提交
  3. 15 8月, 2013 1 次提交
  4. 31 7月, 2013 1 次提交
  5. 29 7月, 2013 8 次提交
  6. 15 7月, 2013 1 次提交
  7. 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
  8. 18 3月, 2013 7 次提交
  9. 04 3月, 2013 1 次提交
    • F
      usb: dwc3: core: don't forget to free coherent memory · d9b4330a
      Felipe Balbi 提交于
      commit 3921426b (usb: dwc3: core: move
      event buffer allocation out of
      dwc3_core_init()) introduced a memory leak
      of the coherent memory we use as event
      buffers on dwc3 driver.
      
      If the driver is compiled as a dynamically
      loadable module and use constantly loads
      and unloads the driver, we will continue
      to leak the coherent memory allocated during
      ->probe() because dwc3_free_event_buffers()
      is never called during ->remove().
      
      Cc: <stable@vger.kernel.org> # v3.7 v3.8
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      d9b4330a
  10. 25 1月, 2013 3 次提交
  11. 22 11月, 2012 3 次提交
  12. 16 11月, 2012 1 次提交
  13. 08 11月, 2012 1 次提交
  14. 31 10月, 2012 1 次提交
  15. 15 10月, 2012 3 次提交
  16. 11 9月, 2012 1 次提交
  17. 07 9月, 2012 1 次提交
  18. 31 8月, 2012 1 次提交
  19. 10 8月, 2012 1 次提交
  20. 22 6月, 2012 2 次提交