Skip to content
Snippets Groups Projects
  1. Dec 11, 2023
  2. Dec 04, 2023
  3. Nov 29, 2023
  4. Nov 28, 2023
  5. Nov 27, 2023
  6. Nov 25, 2023
  7. Nov 24, 2023
  8. Nov 23, 2023
  9. Nov 22, 2023
  10. Nov 21, 2023
  11. Nov 20, 2023
  12. Nov 17, 2023
  13. Nov 16, 2023
  14. Nov 15, 2023
  15. Nov 14, 2023
  16. Nov 13, 2023
  17. Nov 10, 2023
    • Prasanna S's avatar
      serial: msm_geni_serial: Clear m_irq_status when TX is timed out · fa561f6d
      Prasanna S authored
      
      We are seeing M_TX_FIFO_WATERMARK_EN timeout during
      console_write and M_CMD_OVERRUN is getting set which
      indicates a new command is initialized by SW, before
      the previous one has been completed. There is some data
      in TX FIFO and before UART transaction is finished,
      console_write() is called again without clearing the
      m_irq_status.
      
      During the next console_write if tx geni is
      active and previous console_write was incomplete,
      ensure the m_irq_status is cleared by calling
      msm_geni_serial_poll_tx_done before triggering further
      write operations.
      
      Change-Id: I440f8d1e5234b2d9bb66b41ed1532bfec0088ce2
      Signed-off-by: default avatarPrasanna S <quic_prass@quicinc.com>
      fa561f6d
    • Prasanna S's avatar
      serial: msm_geni_serial: Clear m_irq_status when TX is timed out · ce548fbc
      Prasanna S authored
      
      We are seeing M_TX_FIFO_WATERMARK_EN timeout during
      console_write and M_CMD_OVERRUN is getting set which
      indicates a new command is initialized by SW, before
      the previous one has been completed. There is some data
      in TX FIFO and before UART transaction is finished,
      console_write() is called again without clearing the
      m_irq_status.
      
      During the next console_write if tx geni is
      active and previous console_write was incomplete,
      ensure the m_irq_status is cleared by calling
      msm_geni_serial_poll_tx_done before triggering further
      write operations.
      
      Change-Id: I440f8d1e5234b2d9bb66b41ed1532bfec0088ce2
      Signed-off-by: default avatarPrasanna S <quic_prass@quicinc.com>
    • Linux Build Service Account's avatar
      Merge f45027fb on remote branch · 7392c4c6
      Linux Build Service Account authored
      Change-Id: I3b12a27aa59a780d74129d0401b049bb2677d0a2
      7392c4c6
Loading