linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] MHI fixes for v5.14
@ 2021-07-16  7:51 Manivannan Sadhasivam
  2021-07-16  7:51 ` [PATCH 1/3] bus: mhi: pci_generic: Apply no-op for wake using sideband wake boolean Manivannan Sadhasivam
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Manivannan Sadhasivam @ 2021-07-16  7:51 UTC (permalink / raw)
  To: gregkh
  Cc: hemantk, bbhatt, linux-arm-msm, jhugo, linux-kernel,
	loic.poulain, Manivannan Sadhasivam

Hi Greg,

Here are the MHI fixes for v5.14. 2 of these patches missed the 5.14 merge
window and one has been added recently.

Summary:

1. Fixed the MHI wake routines used for the newer modems such as SDX55 and
SDX65 by using no-op routines only for the older modems and then relying on
the default routines provided by MHI stack for newer ones.

2. Added validation for the channel ID read from event ring. If we get events
from an invalid channel, we throw an error message and skip the event.

3. Fixed the broken QRTR implementation due to the missing auto_queue flag in
the corresponding DL channel declaration.

Please consider merging!

Thanks,
Mani

Bhaumik Bhatt (2):
  bus: mhi: pci_generic: Apply no-op for wake using sideband wake
    boolean
  bus: mhi: core: Validate channel ID when processing command
    completions

Loic Poulain (1):
  bus: mhi: pci_generic: Fix inbound IPCR channel

 drivers/bus/mhi/core/main.c   | 17 +++++++++----
 drivers/bus/mhi/pci_generic.c | 45 ++++++++++++++++++++++++++++-------
 2 files changed, 48 insertions(+), 14 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-16  7:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-16  7:51 [PATCH 0/3] MHI fixes for v5.14 Manivannan Sadhasivam
2021-07-16  7:51 ` [PATCH 1/3] bus: mhi: pci_generic: Apply no-op for wake using sideband wake boolean Manivannan Sadhasivam
2021-07-16  7:51 ` [PATCH 2/3] bus: mhi: core: Validate channel ID when processing command completions Manivannan Sadhasivam
2021-07-16  7:51 ` [PATCH 3/3] bus: mhi: pci_generic: Fix inbound IPCR channel Manivannan Sadhasivam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).