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