netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] MHI changes for v6.11
@ 2024-07-06  8:51 Manivannan Sadhasivam
  2024-07-06  9:17 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Manivannan Sadhasivam @ 2024-07-06  8:51 UTC (permalink / raw)
  To: gregkh; +Cc: mhi, netdev, slark_xiao

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 65bc58c3dcad0d9bd17762e22603894a2d2880d6:

  net: wwan: mhi: make default data link id configurable (2024-07-03 19:11:01 +0530)

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

- Used unique 'mhi_pci_dev_info' struct for product families instead of reusing
  a shared struct. This allows displaying the actual product name for the MHI
  devices during driver probe.

- Added support for Foxconn SDX72 based modems, T99W515 and DW5934E.

- Added a 'name' field to 'struct mhi_controller' for allowing the MHI client
  drivers to uniquely identify each MHI device based on its product/device name.
  This is useful in applying any device specific quirks in the client drivers.

WWAN MHI Client driver
======================

- Due to the build dependency with the MHI patch exposing 'name' field to client
  drivers, the WWAN MHI client driver patch that is making use of the 'name'
  field to apply custom data mux id for Foxconn modems is also included.
  Collected Ack from Networking maintainer for this patch.

MHI EP
======

- Fixed the MHI EP stack to not allocate memory for MHI objects from DMA zone.
  This was done accidentally while adding the slab cache support and causes the
  MHI EP stack to run out of memory while doing high bandwidth transfers.

----------------------------------------------------------------
Manivannan Sadhasivam (2):
      bus: mhi: ep: Do not allocate memory for MHI objects from DMA zone
      bus: mhi: host: pci_generic: Use unique 'mhi_pci_dev_info' for product families

Slark Xiao (3):
      bus: mhi: host: Add support for Foxconn SDX72 modems
      bus: mhi: host: Allow controller drivers to specify name for the MHI controller
      net: wwan: mhi: make default data link id configurable

 drivers/bus/mhi/ep/main.c          |  14 +++++++-------
 drivers/bus/mhi/host/pci_generic.c | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------
 drivers/net/wwan/mhi_wwan_mbim.c   |  18 ++++++++++++++++--
 include/linux/mhi.h                |   2 ++
 4 files changed, 128 insertions(+), 28 deletions(-)

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

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

* Re: [GIT PULL] MHI changes for v6.11
  2024-07-06  8:51 [GIT PULL] MHI changes for v6.11 Manivannan Sadhasivam
@ 2024-07-06  9:17 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2024-07-06  9:17 UTC (permalink / raw)
  To: Manivannan Sadhasivam; +Cc: mhi, netdev, slark_xiao

On Sat, Jul 06, 2024 at 02:21:17PM +0530, Manivannan Sadhasivam wrote:
> The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
> 
>   Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mani/mhi.git tags/mhi-for-v6.11

pulled and pushed out, thanks.

greg k-h

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

end of thread, other threads:[~2024-07-06  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-06  8:51 [GIT PULL] MHI changes for v6.11 Manivannan Sadhasivam
2024-07-06  9:17 ` Greg KH

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).