[v2,0/2] rpmsg: glink: Fix + cleanup in __qcom_glink_send()

Message ID 20230418163018.785524-1-quic_bjorande@quicinc.com
Headers
Series rpmsg: glink: Fix + cleanup in __qcom_glink_send() |

Message

Bjorn Andersson April 18, 2023, 4:30 p.m. UTC
  Found these two things to fix/cleanup while poking around in the glink
code.

Bjorn Andersson (2):
  rpmsg: glink: Propagate TX failures in intentless mode as well
  rpmsg: glink: Consolidate TX_DATA and TX_DATA_CONT

 drivers/rpmsg/qcom_glink_native.c | 50 ++++++++++---------------------
 1 file changed, 16 insertions(+), 34 deletions(-)
  

Comments

Bjorn Andersson April 19, 2023, 2:01 a.m. UTC | #1
On Tue, 18 Apr 2023 09:30:16 -0700, Bjorn Andersson wrote:
> Found these two things to fix/cleanup while poking around in the glink
> code.
> 
> Bjorn Andersson (2):
>   rpmsg: glink: Propagate TX failures in intentless mode as well
>   rpmsg: glink: Consolidate TX_DATA and TX_DATA_CONT
> 
> [...]

Applied, thanks!

[1/2] rpmsg: glink: Propagate TX failures in intentless mode as well
      commit: f187a431c494348d8afdb77900fc879be73bdbf3
[2/2] rpmsg: glink: Consolidate TX_DATA and TX_DATA_CONT
      commit: cc888eb072b6a48642e429a030b065d4da1d594b

Best regards,