An error occurred fetching the project authors.
  1. 14 Nov, 2018 1 commit
  2. 29 Aug, 2018 1 commit
  3. 30 Jul, 2018 3 commits
  4. 26 Jul, 2018 4 commits
  5. 18 Jun, 2018 1 commit
  6. 22 Mar, 2018 1 commit
  7. 07 Nov, 2017 1 commit
    • Greg Kroah-Hartman's avatar
      USB: dwc3: Remove redundant license text · b5ea4757
      Greg Kroah-Hartman authored
      Now that the SPDX tag is in all USB files, that identifies the license
      in a specific and legally-defined manner.  So the extra GPL text wording
      can be removed as it is no longer needed at all.
      
      This is done on a quest to remove the 700+ different ways that files in
      the kernel describe the GPL license text.  And there's unneeded stuff
      like the address (sometimes incorrect) for the FSF which is never
      needed.
      
      No copyright headers or other non-license-description text was removed.
      
      Cc: Kukjin Kim <kgene@kernel.org>
      Cc: Krzysztof Kozlowski <krzk@kernel.org>
      Cc: Patrice Chotard <patrice.chotard@st.com>
      Acked-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
      Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      b5ea4757
  8. 04 Nov, 2017 1 commit
  9. 24 Oct, 2017 1 commit
    • Manu Gautam's avatar
      usb: dwc3: pci: Runtime resume child device from wq · 8eed00b2
      Manu Gautam authored
      Driver currently resumes and increments pm usage_count
      of its child device (dwc3 main) from its runtime_resume
      handler. This requires dwc3 runtime_resume to perform
      pm_runtime_put to decrement the pm usage_count. However
      runtime_put from dwc3 happens for non pci drivers
      (e.g. dwc3-if-simple.c) as well which results in dwc3
      pm usage_count becoming negative after couple of
      runtime suspend resume iterations. Fix this by
      performing runtime_get/put from dwc3-pci driver only
      using workqueue.
      Signed-off-by: default avatarManu Gautam <mgautam@codeaurora.org>
      Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
      8eed00b2
  10. 10 Aug, 2017 1 commit
  11. 09 Aug, 2017 1 commit
  12. 27 Jun, 2017 1 commit
  13. 07 Jun, 2017 1 commit
  14. 16 May, 2017 1 commit
  15. 23 Mar, 2017 1 commit
  16. 02 Jan, 2017 3 commits
  17. 18 Nov, 2016 2 commits
  18. 03 Nov, 2016 2 commits
  19. 07 Sep, 2016 1 commit
  20. 22 Aug, 2016 1 commit
  21. 10 Aug, 2016 1 commit
  22. 21 Jun, 2016 1 commit
  23. 20 Jun, 2016 2 commits
  24. 28 Apr, 2016 2 commits
  25. 06 Apr, 2016 1 commit
  26. 16 Nov, 2015 1 commit
  27. 09 Oct, 2015 3 commits