An error occurred fetching the project authors.
  1. 16 Nov, 2015 1 commit
  2. 09 Oct, 2015 5 commits
  3. 27 Sep, 2015 1 commit
  4. 29 Jul, 2015 1 commit
  5. 06 Jul, 2015 1 commit
  6. 13 May, 2015 1 commit
  7. 10 Mar, 2015 1 commit
  8. 15 Jan, 2015 3 commits
  9. 22 Dec, 2014 1 commit
  10. 03 Nov, 2014 2 commits
  11. 20 Oct, 2014 1 commit
  12. 20 Aug, 2014 1 commit
  13. 15 May, 2014 2 commits
  14. 21 Apr, 2014 2 commits
  15. 19 Dec, 2013 1 commit
  16. 06 Dec, 2013 1 commit
  17. 05 Dec, 2013 1 commit
  18. 01 Oct, 2013 1 commit
  19. 26 Sep, 2013 2 commits
  20. 17 Sep, 2013 1 commit
  21. 09 Aug, 2013 1 commit
  22. 02 Aug, 2013 1 commit
    • Jingoo Han's avatar
      usb: dwc3: pci: add CONFIG_PM_SLEEP to suspend/resume functions · fb74d282
      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 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: default avatarJingoo Han <jg1.han@samsung.com>
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      fb74d282
  23. 29 Jul, 2013 1 commit
    • Felipe Balbi's avatar
      usb: dwc3: switch to GPL v2 only · 5945f789
      Felipe Balbi authored
      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: default avatarSebastian Andrzej Siewior <bigeasy@linutronix.de>
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      5945f789
  24. 31 May, 2013 1 commit
  25. 28 May, 2013 1 commit
  26. 18 Mar, 2013 1 commit
  27. 04 Mar, 2013 1 commit
  28. 21 Nov, 2012 3 commits