[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <36b8cdab-28d5-451f-8ca3-7c9c8b02b5b2@quicinc.com>
Date: Mon, 1 Jul 2024 09:13:50 -0600
From: Jeffrey Hugo <quic_jhugo@...cinc.com>
To: Slark Xiao <slark_xiao@....com>, <manivannan.sadhasivam@...aro.org>,
<loic.poulain@...aro.org>, <ryazanov.s.a@...il.com>,
<johannes@...solutions.net>
CC: <netdev@...r.kernel.org>, <mhi@...ts.linux.dev>,
<linux-arm-msm@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v4 2/3] bus: mhi: host: Add name for mhi_controller
On 6/30/2024 8:12 PM, Slark Xiao wrote:
> For SDX72 MBIM mode, it starts data mux id from 112 instead of 0.
> This would lead to device can't ping outside successfully.
> Also MBIM side would report "bad packet session (112)".In order to
> fix this issue, we decide to use the device name of MHI controller
> to do a match in client driver side. Then client driver could set
> a corresponding mux_id value for this MHI product.
>
> Signed-off-by: Slark Xiao <slark_xiao@....com>
> +++ b/include/linux/mhi.h
> @@ -289,6 +289,7 @@ struct mhi_controller_config {
> };
>
> /**
> + * @name: device name of the MHI controller
This needs to be below the next line
> * struct mhi_controller - Master MHI controller structure
> * @cntrl_dev: Pointer to the struct device of physical bus acting as the MHI
> * controller (required)
> @@ -367,6 +368,7 @@ struct mhi_controller_config {
> * they can be populated depending on the usecase.
> */
> struct mhi_controller {
> + const char *name;
> struct device *cntrl_dev;
> struct mhi_device *mhi_dev;
> struct dentry *debugfs_dentry;
Powered by blists - more mailing lists