[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ae36420f-847b-c53b-24ad-22e3181bff51@linaro.org>
Date: Tue, 31 May 2022 11:06:12 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Paolo Abeni <pabeni@...hat.com>, Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Joel Stanley <joel@....id.au>,
Andrew Jeffery <andrew@...id.au>,
Samuel Mendoza-Jonas <sam@...dozajonas.com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-aspeed@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
netdev@...r.kernel.org
Subject: Re: [PATCH 1/2] net/ncsi: use proper "mellanox" DT vendor prefix
On 31/05/2022 10:21, Paolo Abeni wrote:
> Hello,
>
> On Sun, 2022-05-29 at 13:10 +0200, Krzysztof Kozlowski wrote:
>> "mlx" Devicetree vendor prefix is not documented and instead "mellanox"
>> should be used.
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
>> ---
>> net/ncsi/ncsi-manage.c | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/net/ncsi/ncsi-manage.c b/net/ncsi/ncsi-manage.c
>> index 78814417d753..80713febfac6 100644
>> --- a/net/ncsi/ncsi-manage.c
>> +++ b/net/ncsi/ncsi-manage.c
>> @@ -1803,7 +1803,8 @@ struct ncsi_dev *ncsi_register_dev(struct net_device *dev,
>> pdev = to_platform_device(dev->dev.parent);
>> if (pdev) {
>> np = pdev->dev.of_node;
>> - if (np && of_get_property(np, "mlx,multi-host", NULL))
>> + if (np && (of_get_property(np, "mellanox,multi-host", NULL) ||
>> + of_get_property(np, "mlx,multi-host", NULL)))
>> ndp->mlx_multi_host = true;
>> }
>>
>
> I can't guess which tree are you targeting, devicetree? net-next? could
> you please specify?
Both independently. The patch here for net-next (although it is closed
now). The DTS patch can come later via ARM SoC maintainer tree.
Best regards,
Krzysztof
Powered by blists - more mailing lists