An error occurred fetching the project authors.
  1. 29 Jul, 2013 1 commit
  2. 18 May, 2013 1 commit
  3. 15 May, 2013 3 commits
  4. 18 Mar, 2013 4 commits
  5. 22 Jan, 2013 1 commit
  6. 18 Jan, 2013 1 commit
  7. 21 Nov, 2012 2 commits
  8. 16 Nov, 2012 3 commits
  9. 10 Sep, 2012 1 commit
    • Mike Thompson's avatar
      usb: otg: mxs-phy: Fix mx23 operation · 363366cf
      Mike Thompson authored
      Currently mx23 fails to enumerate a USB device:
      
      [ 1.300000] hub 1-0:1.0: unable to enumerate USB device on port 1
      [ 1.520000] hub 1-0:1.0: unable to enumerate USB device on port 1
      [ 1.740000] hub 1-0:1.0: unable to enumerate USB device on port 1
      [ 1.960000] hub 1-0:1.0: unable to enumerate USB device on port 1
      [ 2.180000] hub 1-0:1.0: unable to enumerate USB device on port 1
      
      Use a kernel workqueue to asynchronously delay the setting of
      ENHOSTDISCONDETECT bit until after higher level hub connect/reset processing
      is complete.  Prematurely setting the bit prevents the connection
      processing from completing and not setting it prevents disconnect from being
      detected. No delay is needed for clearing of ENHOSTDISCONDETECT.
      
      Successfully tested on mx23-olinuxino (micro, mini and maxi variants) and mx28evk.
      
      Cc: stable@vger.kernel.org # v3.6
      Signed-off-by: default avatarMike Thompson <mpthompson@gmail.com>
      Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
      363366cf
  10. 09 Jul, 2012 1 commit