[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250627094551.0000360d@huawei.com>
Date: Fri, 27 Jun 2025 09:45:51 +0100
From: Jonathan Cameron <Jonathan.Cameron@...wei.com>
To: <alejandro.lucero-palau@....com>
CC: <linux-cxl@...r.kernel.org>, <netdev@...r.kernel.org>,
<dan.j.williams@...el.com>, <edward.cree@....com>, <davem@...emloft.net>,
<kuba@...nel.org>, <pabeni@...hat.com>, <edumazet@...gle.com>,
<dave.jiang@...el.com>, Alejandro Lucero <alucerop@....com>
Subject: Re: [PATCH v17 05/22] sfc: setup cxl component regs and set media
ready
On Tue, 24 Jun 2025 15:13:38 +0100
alejandro.lucero-palau@....com wrote:
> From: Alejandro Lucero <alucerop@....com>
>
> Use cxl code for registers discovery and mapping regarding cxl component
> regs and validate registers found are as expected.
>
> Set media ready explicitly as there is no means for doing so without
> a mailbox, and without the related cxl register, not mandatory for type2.
>
> Signed-off-by: Alejandro Lucero <alucerop@....com>
Few things came to mind reading later patches...
Some of the calls in here register extra devm stuff. So, given we just
eat any errors in this cxl setup in my mind we should clean them up.
The devres group approach suggested earlier deals with that for you as
all the CXL devm stuff will end up in that group and you can tear it
down on error in efx_cxl_init()
Powered by blists - more mailing lists