mbox series

pull-request: mhi-net changes for net-next

Message ID CAMZdPi_xQYooy9cDdf1Snen3A4OUbDt-6JScSuhWh5obv0E9iA@mail.gmail.com (mailing list archive)
State Accepted
Delegated to: Netdev Maintainers
Headers show
Series pull-request: mhi-net changes for net-next | expand

Pull-request

https://git.linaro.org/people/loic.poulain/linux.git tags/mhi-for-net-next-2020-01-28

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Message

Loic Poulain Jan. 28, 2021, 2:19 p.m. UTC
Hi Jakub,

As requested, here is the pull-request based on mhi-net-immutable +
mhi-net patches.

The following changes since commit d1f3bdd4eaae1222063c2f309625656108815915:

  net: dsa: rtl8366rb: standardize init jam tables (2021-01-27 20:21:20 -0800)

are available in the git repository at:

  https://git.linaro.org/people/loic.poulain/linux.git
tags/mhi-for-net-next-2020-01-28

for you to fetch changes up to b5d9e4f01c8110e50d3f5d49bc0efbbce828b81f:

  net: mhi: Get rid of local rx queue count (2021-01-28 14:48:39 +0100)

----------------------------------------------------------------
Hemant Kumar (1):
      bus: mhi: core: Add helper API to return number of free TREs

Loic Poulain (3):
      Merge branch 'mhi-net-immutable' of
https://git.kernel.org/.../mani/mhi into HEAD
      net: mhi: Get RX queue size from MHI core
      net: mhi: Get rid of local rx queue count

 drivers/bus/mhi/core/main.c | 12 ++++++++++++
 drivers/net/mhi_net.c       | 19 ++++++++-----------
 include/linux/mhi.h         |  9 +++++++++
 3 files changed, 29 insertions(+), 11 deletions(-)

Comments

Jakub Kicinski Jan. 30, 2021, 3:43 a.m. UTC | #1
On Thu, 28 Jan 2021 15:19:12 +0100 Loic Poulain wrote:
> Hi Jakub,
> 
> As requested, here is the pull-request based on mhi-net-immutable +
> mhi-net patches.

Pulled, thanks!