All of lore.kernel.org
 help / color / mirror / Atom feed
From: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
To: gregkh@linuxfoundation.org
Cc: quic_hemantk@quicinc.com, slark_xiao@163.com,
	quic_jhugo@quicinc.com, bjorn.andersson@linaro.org,
	yonglin.tan@outlook.com, loic.poulain@linaro.org,
	mhi@lists.linux.dev, quic_qianyu@quicinc.com
Subject: [GIT PULL] MHI changes for v5.20
Date: Mon, 11 Jul 2022 11:56:36 +0530	[thread overview]
Message-ID: <20220711062636.GS5063@thinkpad> (raw)

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi.git tags/mhi-for-v5.20

for you to fetch changes up to 2ebb36ea41a7aaabacd03a48292ca91ed0306453:

  bus: mhi: ep: Check dev_set_name() return value (2022-07-09 11:57:54 +0530)

----------------------------------------------------------------
MHI Host
--------

Support for new modems:

 - Quectel EM120 FCCL based on SDX24. This product MHI configuration is same
   as EM120R-GL modem.
 - Foxconn Cinterion MV31-W. This product is same as the existing MV31-W
   modem but sold as a separate product as it uses a different firmware
   baseline.
 - Foxconn T99W175 based on SDX55.

Core changes:

 - Moved the IRQ allocation to MHI controller registration phase. Since the
   MHI endpoint may be powered up/down several times during runtime, it
   makes sense to move the IRQ allocation to registration phase and just
   enable/disable IRQs during endpoint power up/down.

MHI endpoint
------------

Core changes:

 - Added error check for dev_set_name()

----------------------------------------------------------------
Bjorn Andersson (1):
      bus: mhi: host: pci_generic: Add another Foxconn T99W175

Bo Liu (1):
      bus: mhi: ep: Check dev_set_name() return value

Qiang Yu (1):
      bus: mhi: host: Move IRQ allocation to controller registration phase

Slark Xiao (1):
      bus: mhi: host: pci_generic: Add Cinterion MV31-W with new baseline

Yonglin Tan (1):
      bus: mhi: host: pci_generic: Add support for Quectel EM120 FCCL modem

 drivers/bus/mhi/ep/main.c          | 11 +++++++++--
 drivers/bus/mhi/host/init.c        | 17 ++++++++++++++++-
 drivers/bus/mhi/host/pci_generic.c |  8 ++++++++
 drivers/bus/mhi/host/pm.c          | 19 +++++++++++++------
 4 files changed, 46 insertions(+), 9 deletions(-)
-- 
மணிவண்ணன் சதாசிவம்

             reply	other threads:[~2022-07-11  6:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-11  6:26 Manivannan Sadhasivam [this message]
2022-07-11 10:29 ` [GIT PULL] MHI changes for v5.20 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=20220711062636.GS5063@thinkpad \
    --to=manivannan.sadhasivam@linaro.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=loic.poulain@linaro.org \
    --cc=mhi@lists.linux.dev \
    --cc=quic_hemantk@quicinc.com \
    --cc=quic_jhugo@quicinc.com \
    --cc=quic_qianyu@quicinc.com \
    --cc=slark_xiao@163.com \
    --cc=yonglin.tan@outlook.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.