Skip to content
Snippets Groups Projects
  1. Sep 25, 2020
  2. Sep 23, 2020
  3. Sep 22, 2020
  4. Sep 21, 2020
  5. Sep 18, 2020
    • Pratham Pratap's avatar
      usb: pd: Reset pd protocol during cable disconnect · c56c416a
      Pratham Pratap authored
      
      Consider a case where the device has initiated dr_swap to
      the connected PD charger to support type-C headset and charging
      concurrently. If the charger got disconnected at the same time
      when the driver was trying to change the data role then
      send_dr_swap flag will be set during disconnect. Upon next connect,
      since the flag is already set, the driver will not set the current_pr
      to sink and the PD state machine will not kick in causing the charger
      to be detected as DCP. Fix this by resetting the pd protocol during
      cable disconnect which will clear the flags.
      
      Change-Id: I282986b9d6df37a74d65eb80c1ebc5510add7fe9
      Signed-off-by: default avatarPratham Pratap <prathampratap@codeaurora.org>
      c56c416a
  6. Sep 17, 2020
  7. Sep 16, 2020
    • qctecmdr's avatar
    • Vivek Pernamitta's avatar
      mhi: core: Add checks for bhie offsets · df3a942d
      Vivek Pernamitta authored
      
      Return immediately if device returns an invalid BHIE offsets.
      
      Change-Id: I2fd8fe73e47b28b1b212284c02e5c9c857805461
      Signed-off-by: default avatarVivek Pernamitta <vpernami@codeaurora.org>
      df3a942d
    • Yuanfang Zhang's avatar
      soc: qcom: Fix mhi_qdss mode permission issue · 1d02f5f9
      Yuanfang Zhang authored
      
      QDSS mhi_qdss mode node permission sometimes cannot be updated
      by ueventd, this is because mode node is not created after ueventd
      received qdss KOBJ_ADD event. This change solves this issue.
      
      Change-Id: Ibdb1051db7f442fb27f6501ec81742127e0bf930
      Signed-off-by: default avatarYuanfang Zhang <zhangyuanfang@codeaurora.org>
      1d02f5f9
    • Chris Lew's avatar
      soc: qcom: smp2p: Add proper retrigger detection · f3b9004a
      Chris Lew authored
      
      Currently, smp2p relies on the hwirq resend feature to retrigger irqs
      that were missed because the irq was disabled at the time of receiving
      it. The hwirq resend feature will retrigger the parent smp2p interrupt.
      In order to keep track of what children needed to be retriggered, the
      pending bitmap was added.
      
      After calling handle_nested_irq, smp2p checks if the interrupt is
      enabled and sets the pending bit if the interrupt is not enabled. There
      is a small window where a client can enable the interrupt between
      calling handle_nested_irq and checking if the interrupt is enabled.
      If this happens, the interrupt is never called when the parent smp2p
      interrupt is retriggered.
      
      Add the irq_retrigger callback so smp2p can know which child interrupts
      need to be retriggered. Set the pending bits accordingly.
      
      Change-Id: I774b6ef91e22edbd55ddfffbbb3ae6062d48a560
      Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
      f3b9004a
  8. Sep 15, 2020
  9. Sep 14, 2020
  10. Sep 13, 2020
  11. Sep 12, 2020
  12. Sep 11, 2020
Loading