lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20221028173614.GH13880@thinkpad> Date: Fri, 28 Oct 2022 23:06:14 +0530 From: Manivannan Sadhasivam <mani@...nel.org> To: Fabio Porcedda <fabio.porcedda@...il.com> Cc: mhi@...ts.linux.dev, linux-arm-msm@...r.kernel.org, netdev@...r.kernel.org, loic.poulain@...aro.org, ryazanov.s.a@...il.com, davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, dnlplm@...il.com Subject: Re: [PATCH 2/2] bus: mhi: host: pci_generic: Add a secondary AT port to Telit FN990 On Fri, Sep 16, 2022 at 04:43:29PM +0200, Fabio Porcedda wrote: > Add a secondary AT port using one of OEM reserved channel. > > Signed-off-by: Fabio Porcedda <fabio.porcedda@...il.com> Reviewed-by: Manivannan Sadhasivam <mani@...nel.org> Thanks, Mani > --- > drivers/bus/mhi/host/pci_generic.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/bus/mhi/host/pci_generic.c b/drivers/bus/mhi/host/pci_generic.c > index 51e2b901bae0..caa4ce28cf9e 100644 > --- a/drivers/bus/mhi/host/pci_generic.c > +++ b/drivers/bus/mhi/host/pci_generic.c > @@ -507,6 +507,8 @@ static const struct mhi_channel_config mhi_telit_fn990_channels[] = { > MHI_CHANNEL_CONFIG_DL(13, "MBIM", 32, 0), > MHI_CHANNEL_CONFIG_UL(32, "DUN", 32, 0), > MHI_CHANNEL_CONFIG_DL(33, "DUN", 32, 0), > + MHI_CHANNEL_CONFIG_UL(92, "DUN2", 32, 1), > + MHI_CHANNEL_CONFIG_DL(93, "DUN2", 32, 1), > MHI_CHANNEL_CONFIG_HW_UL(100, "IP_HW0_MBIM", 128, 2), > MHI_CHANNEL_CONFIG_HW_DL(101, "IP_HW0_MBIM", 128, 3), > }; > -- > 2.37.3 > > -- மணிவண்ணன் சதாசிவம்
Powered by blists - more mailing lists