Skip to content
Snippets Groups Projects
  1. Nov 12, 2019
  2. Nov 04, 2019
  3. Oct 30, 2019
  4. Oct 29, 2019
  5. Oct 25, 2019
  6. Oct 24, 2019
  7. Oct 23, 2019
  8. Oct 22, 2019
    • Veerabhadrarao Badiganti's avatar
      scsi: ufs: While completing the request ensure ice is not holding it · cd678cc1
      Veerabhadrarao Badiganti authored
      
      UFS driver keeps re-queuing the request until it gets valid key info
      from the ICE driver. And the ICE driver continues to use the same
      request pointer to fetch the key info.
      
      But if the shutdown process starts during this time, UFS driver simply
      completes. But ICE driver still holds the completed request pointer.
      
      So before completing the request when the shutdown is in progress,
      check if ICE is still holding the request pointer. If it's not holding
      then only complete it, otherwise just re-queue it.
      
      Change-Id: I0260f4f143c2f64869f0276f784b36d05d1514ea
      Signed-off-by: default avatarVeerabhadrarao Badiganti <vbadigan@codeaurora.org>
      cd678cc1
  9. Oct 21, 2019
  10. Oct 18, 2019
    • Sriharsha Allenki's avatar
      usb: dwc3: Drive a pulse on DP on CDP detection · 3b879f2c
      Sriharsha Allenki authored
      
      Some USB host PCs switch the downstream port mode from
      CDP to SDP if the device does not pull DP up within certain
      duration (~2s).
      This limits the current drawn by the device to 500mA(or 900mA)
      as opposed to the possible 1.5A resulting in slow charging of
      the battery.
      Fix this by driving a DP pulse when there is a connect
      notification from PMIC and detected the charger type as CDP.
      
      Change-Id: I76ac4c33dbbc538f5cb680fd1b5c15f8fb3bfe50
      Signed-off-by: default avatarSriharsha Allenki <sallenki@codeaurora.org>
      3b879f2c
  11. Oct 17, 2019
  12. Oct 16, 2019
  13. Oct 15, 2019
  14. Oct 14, 2019
  15. Oct 13, 2019
  16. Oct 10, 2019
  17. Oct 09, 2019
  18. Oct 01, 2019
  19. Sep 30, 2019
  20. Sep 25, 2019
  21. Sep 24, 2019
Loading