1. 12 12月, 2019 1 次提交
  2. 27 10月, 2019 1 次提交
  3. 03 7月, 2019 1 次提交
  4. 20 6月, 2019 1 次提交
  5. 20 3月, 2019 1 次提交
  6. 07 12月, 2018 1 次提交
  7. 14 11月, 2018 1 次提交
  8. 29 8月, 2018 1 次提交
  9. 30 7月, 2018 3 次提交
  10. 26 7月, 2018 4 次提交
  11. 18 6月, 2018 1 次提交
  12. 22 3月, 2018 1 次提交
  13. 07 11月, 2017 1 次提交
    • G
      USB: dwc3: Remove redundant license text · b5ea4757
      Greg Kroah-Hartman 提交于
      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: NFelipe Balbi <felipe.balbi@linux.intel.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      b5ea4757
  14. 04 11月, 2017 1 次提交
  15. 24 10月, 2017 1 次提交
    • M
      usb: dwc3: pci: Runtime resume child device from wq · 8eed00b2
      Manu Gautam 提交于
      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: NManu Gautam <mgautam@codeaurora.org>
      Signed-off-by: NFelipe Balbi <felipe.balbi@linux.intel.com>
      8eed00b2
  16. 11 8月, 2017 1 次提交
  17. 09 8月, 2017 1 次提交
  18. 28 6月, 2017 1 次提交
  19. 07 6月, 2017 1 次提交
  20. 16 5月, 2017 1 次提交
  21. 23 3月, 2017 1 次提交
  22. 02 1月, 2017 3 次提交
  23. 18 11月, 2016 2 次提交
  24. 03 11月, 2016 2 次提交
  25. 07 9月, 2016 1 次提交
  26. 22 8月, 2016 1 次提交
  27. 10 8月, 2016 1 次提交
  28. 21 6月, 2016 1 次提交
  29. 20 6月, 2016 2 次提交
  30. 28 4月, 2016 1 次提交