From: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
To: gregkh@linuxfoundation.org
Cc: mhi@lists.linux.dev, quic_qianyu@quicinc.com,
fabio.porcedda@gmail.com, johan+linaro@kernel.org,
song.fc@gmail.com, slark_xiao@163.com
Subject: [GIT PULL] MHI changes for v6.2
Date: Mon, 21 Nov 2022 12:38:49 +0530 [thread overview]
Message-ID: <20221121070849.GD11945@thinkpad> (raw)
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi.git tags/mhi-for-v6.2
for you to fetch changes up to 5562c6a9657e1bffd4d66df841db142c596f411c:
bus: mhi: host: pci_generic: Add definition for some VIDs (2022-11-17 17:20:40 +0530)
----------------------------------------------------------------
MHI Host
========
Core
----
- Use mhi_soc_reset() API for resetting the modem in case of crash.
- Fixed a race condition between mhi_prepare_channel() and M0 state
transition. This can happen when mhi_prepare_channel() was updating the
read/write pointers and in parallel, the mhi_pm_m0_transition() rings
the doorbell of all channels without checking if it was enabled or not.
Fixed the race by ringing the doorbell only for the enabled channels in
mhi_pm_m0_transition().
pci_generic
-----------
- Added a secondary "AT" port using the OEM reserved channel of Telit FN990
modem.
- Added support for a SDX55 variant modem that exists in the Qualcomm
SC8280XP Compute Reference Design (CRD).
- Added support for a T99W175 variant modem manufactured by HP. The modem
uses the same configuration as of T99W175, but with a different VID:PID.
- Added local definitions for some VIDs (Thales and Quectel).
MAINTAINERS
===========
- Removed Hemant from MHI MAINTAINERS list since he left Qualcomm and
expressed his wish to not continue doing reviews for MHI patches.
----------------------------------------------------------------
Fabio Porcedda (1):
bus: mhi: host: pci_generic: Add a secondary AT port to Telit FN990
Johan Hovold (1):
bus: mhi: host: pci_generic: add support for sc8280xp-crd SDX55 variant
Manivannan Sadhasivam (1):
MAINTAINERS: Remove Hemant from MHI bus
Qiang Yu (2):
bus: mhi: host: Use mhi_soc_reset() API in place of register write
bus: mhi: host: Fix race between channel preparation and M0 event
Slark Xiao (1):
bus: mhi: host: pci_generic: Add definition for some VIDs
Song Fuchang (1):
bus: mhi: host: pci_generic: Add HP variant of T99W175
MAINTAINERS | 1 -
drivers/bus/mhi/host/boot.c | 4 +---
drivers/bus/mhi/host/pci_generic.c | 25 ++++++++++++++++++-------
drivers/bus/mhi/host/pm.c | 3 ++-
4 files changed, 21 insertions(+), 12 deletions(-)
--
மணிவண்ணன் சதாசிவம்
next reply other threads:[~2022-11-21 7:08 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-21 7:08 Manivannan Sadhasivam [this message]
2022-11-23 18:38 ` [GIT PULL] MHI changes for v6.2 Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221121070849.GD11945@thinkpad \
--to=manivannan.sadhasivam@linaro.org \
--cc=fabio.porcedda@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=johan+linaro@kernel.org \
--cc=mhi@lists.linux.dev \
--cc=quic_qianyu@quicinc.com \
--cc=slark_xiao@163.com \
--cc=song.fc@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.