All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] MHI changes for v6.6
@ 2023-08-11 15:31 Manivannan Sadhasivam
  2023-08-11 19:27 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Manivannan Sadhasivam @ 2023-08-11 15:31 UTC (permalink / raw)
  To: gregkh
  Cc: mhi, quic_qianyu, duke_xinanwen, slark_xiao, Julia.Lawall, arnd,
	dnlplm, quic_jhugo

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi.git tags/mhi-for-v6.6

for you to fetch changes up to 0724869ede9c169429bb622e2d28f97995a95656:

  bus: mhi: host: pci_generic: add support for Telit FE990 modem (2023-08-11 20:39:26 +0530)

----------------------------------------------------------------
MHI Host
========

Core
----

- Skipped MHI reset if the device is in RDDM EE (Ramdump mode) since the device
  cannot process reset request.

- Updated the sysfs contact details to use MHI list instead of bouncing
  codeaurora email ids.

- Added support to allow MHI client drivers to provide the device firmware via
  a pointer. This is required to support new firmware format to be used by
  ath11k drivers.

- Used vcalloc instead of vzalloc to protect against multiplication overflows.

- Removed decrementing one unused parameter.

pci_generic
-----------

- Added support for MHI SW channels (IP_SW0) so that the host can transfer data
  from devices over networking interface through this specific channel.

- Added support for a clone of Quectel RM520N-GL modem which uses a different
  PID as it is targeted for laptop usecase.

- Added support for a clone of Quectel EM160R-GL modem which uses a different
  PID as it is targeted for laptop usecase.

- Added support for another clone of Quectel RM520N-GL modem which uses a
  different PID as it is targeted for Lenovo laptop usecase.

- Added support for Dell DW5932e modem (both eSIM and non-eSIM variants).

- Added support for Telit FE990 modem.

----------------------------------------------------------------
Arnd Bergmann (1):
      bus: mhi: host: remove unused-but-set parameter

Daniele Palmas (1):
      bus: mhi: host: pci_generic: add support for Telit FE990 modem

Duke Xin (辛安文) (3):
      bus: mhi: host: pci_generic: Add support for Quectel EM160R-GL modem
      bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL modem
      bus: mhi: host: pci_generic: Add support for Quectel RM520N-GL Lenovo variant

Jeffrey Hugo (1):
      docs: ABI: sysfs-bus-mhi: Update contact info

Julia Lawall (1):
      bus: mhi: host: use vmalloc_array and vcalloc

Kalle Valo (1):
      bus: mhi: host: allow MHI client drivers to provide the firmware via a pointer

Manivannan Sadhasivam (1):
      bus: mhi: host: pci_generic: Add support for IP_SW0 channels

Qiang Yu (1):
      bus: mhi: host: Skip MHI reset if device is in RDDM

Slark Xiao (1):
      bus: mhi: host: pci_generic: Add support for Dell DW5932e

 Documentation/ABI/stable/sysfs-bus-mhi |  4 ++--
 drivers/bus/mhi/host/boot.c            | 34 +++++++++++++++++++++++++---------
 drivers/bus/mhi/host/init.c            |  2 +-
 drivers/bus/mhi/host/main.c            |  1 -
 drivers/bus/mhi/host/pci_generic.c     | 53 +++++++++++++++++++++++++++++++++++++++++++++++++----
 drivers/bus/mhi/host/pm.c              |  5 +++++
 include/linux/mhi.h                    |  6 ++++++
 7 files changed, 88 insertions(+), 17 deletions(-)

-- 
மணிவண்ணன் சதாசிவம்

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

end of thread, other threads:[~2023-08-11 19:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11 15:31 [GIT PULL] MHI changes for v6.6 Manivannan Sadhasivam
2023-08-11 19:27 ` Greg KH

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.