1. 20 6月, 2016 1 次提交
  2. 28 4月, 2016 2 次提交
  3. 06 4月, 2016 1 次提交
  4. 17 11月, 2015 1 次提交
  5. 10 10月, 2015 5 次提交
  6. 27 9月, 2015 1 次提交
  7. 29 7月, 2015 1 次提交
  8. 06 7月, 2015 1 次提交
  9. 14 5月, 2015 1 次提交
  10. 11 3月, 2015 1 次提交
  11. 15 1月, 2015 3 次提交
  12. 23 12月, 2014 1 次提交
  13. 04 11月, 2014 2 次提交
  14. 21 10月, 2014 1 次提交
  15. 21 8月, 2014 1 次提交
  16. 15 5月, 2014 2 次提交
  17. 22 4月, 2014 2 次提交
  18. 19 12月, 2013 1 次提交
  19. 07 12月, 2013 1 次提交
  20. 05 12月, 2013 1 次提交
  21. 01 10月, 2013 1 次提交
  22. 27 9月, 2013 1 次提交
  23. 26 9月, 2013 1 次提交
  24. 17 9月, 2013 1 次提交
  25. 09 8月, 2013 1 次提交
  26. 02 8月, 2013 1 次提交
    • J
      usb: dwc3: pci: add CONFIG_PM_SLEEP to suspend/resume functions · fb74d282
      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/dwc3-pci.c:215:12: warning: 'dwc3_pci_suspend' defined but not used [-Wunused-function]
      drivers/usb/dwc3/dwc3-pci.c:224:12: warning: 'dwc3_pci_resume' defined but not used [-Wunused-function]
      Signed-off-by: NJingoo Han <jg1.han@samsung.com>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      fb74d282
  27. 29 7月, 2013 1 次提交
    • F
      usb: dwc3: switch to GPL v2 only · 5945f789
      Felipe Balbi 提交于
      This is a Linux-only driver which makes use
      of GPL-only symbols. It makes no sense to
      maintain Dual BSD/GPL licensing for this driver.
      
      Considering that the amount of work to use this
      driver in any different operating system would likely
      be as large as developing the driver from scratch and
      considering that we depend on GPL-only symbols, we
      will switch over to a GPL v2-only license.
      
      Cc: Anton Tikhomirov <av.tikhomirov@samsung.com>
      Acked-by: NSebastian Andrzej Siewior <bigeasy@linutronix.de>
      Signed-off-by: NFelipe Balbi <balbi@ti.com>
      5945f789
  28. 01 6月, 2013 1 次提交
  29. 29 5月, 2013 1 次提交
  30. 18 3月, 2013 1 次提交