From: Hemant Kumar <hemantk@codeaurora.org>
To: Jakub Kicinski <kuba@kernel.org>
Cc: manivannan.sadhasivam@linaro.org, gregkh@linuxfoundation.org,
linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
jhugo@codeaurora.org, bbhatt@codeaurora.org,
loic.poulain@linaro.org
Subject: Re: [PATCH v8 0/4] userspace MHI client interface driver
Date: Fri, 23 Oct 2020 10:22:19 -0700 [thread overview]
Message-ID: <58b8c981-491e-3d02-3adc-7224c5692d61@codeaurora.org> (raw)
In-Reply-To: <20201023093734.7b06694e@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net>
Hi Jakub,
On 10/23/20 9:37 AM, Jakub Kicinski wrote:
> On Thu, 22 Oct 2020 01:22:34 -0700 Hemant Kumar wrote:
>> This patch series adds support for UCI driver. UCI driver enables userspace
>> clients to communicate to external MHI devices like modem and WLAN. UCI driver
>> probe creates standard character device file nodes for userspace clients to
>> perform open, read, write, poll and release file operations. These file
>> operations call MHI core layer APIs to perform data transfer using MHI bus
>> to communicate with MHI device. Patch is tested using arm64 based platform.
>
> Until you CC netdev on this (as suggested [1]), here's my:
>
> Nacked-by: Jakub Kicinski <kuba@kernel.org>
>
> [1]
> https://lore.kernel.org/netdev/20201016183759.7fa7c0ef@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com/
>
UCI driver patch series includes following patches
1) bus: mhi: core: Add helper API to return number of free TREs
2) bus: mhi: core: Move MHI_MAX_MTU to external header file
3) docs: Add documentation for userspace client interface
4) bus: mhi: Add userspace client interface driver
mhi net driver can use #1 and #2 and these two are part of MHI core
driver change. These are helper API/macro which can be used by any mhi
clients like UCI or mhi net dev.
#3 and #4 are MHI UCI character driver completely unrelated to netdev.
How about splitting the patch series between #1,#2 and #3, #4 and add
netdev to #1, #2?
#1,#2 were already reviewed by two folks in community so it would be
much easier for netdev folks to refer that in context of mhi net device
driver.
Please let me know what do you think about this idea.
Thanks,
Hemant
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
next prev parent reply other threads:[~2020-10-23 17:22 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-22 8:22 Hemant Kumar
2020-10-22 8:22 ` [PATCH v8 1/4] bus: mhi: core: Add helper API to return number of free TREs Hemant Kumar
2020-10-22 8:22 ` [PATCH v8 2/4] bus: mhi: core: Move MHI_MAX_MTU to external header file Hemant Kumar
2020-10-22 8:22 ` [PATCH v8 3/4] docs: Add documentation for userspace client interface Hemant Kumar
2020-10-22 8:22 ` [PATCH v8 4/4] bus: mhi: Add userspace client interface driver Hemant Kumar
2020-10-22 10:20 ` Loic Poulain
2020-10-22 23:25 ` Hemant Kumar
2020-10-23 16:37 ` [PATCH v8 0/4] userspace MHI " Jakub Kicinski
2020-10-23 17:22 ` Hemant Kumar [this message]
2020-10-23 17:38 ` Jakub Kicinski
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=58b8c981-491e-3d02-3adc-7224c5692d61@codeaurora.org \
--to=hemantk@codeaurora.org \
--cc=bbhatt@codeaurora.org \
--cc=gregkh@linuxfoundation.org \
--cc=jhugo@codeaurora.org \
--cc=kuba@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=loic.poulain@linaro.org \
--cc=manivannan.sadhasivam@linaro.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome