[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <16e71854-cfd9-b93b-6221-864a56a50678@starfivetech.com>
Date: Wed, 5 Jul 2023 15:02:08 +0800
From: William Qiu <william.qiu@...rfivetech.com>
To: Conor Dooley <conor@...nel.org>
CC: <devicetree@...r.kernel.org>, <linux-spi@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-riscv@...ts.infradead.org>,
Mark Brown <broonie@...nel.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
"Emil Renner Berthing" <kernel@...il.dk>,
Ziv Xu <ziv.xu@...rfivetech.com>
Subject: Re: [PATCH v4 2/3] spi: cadence-quadspi: Add clock configuration for
StarFive JH7110 QSPI
On 2023/7/5 0:36, Conor Dooley wrote:
> Hey William,
>
> On Tue, Jul 04, 2023 at 05:04:52PM +0800, William Qiu wrote:
>> Add QSPI clock operation in device probe.
>>
>> Signed-off-by: William Qiu <william.qiu@...rfivetech.com>
>> Reviewed-by: Hal Feng <hal.feng@...rfivetech.com>
>> Reported-by: kernel test robot <lkp@...el.com>
>> Closes: https://lore.kernel.org/oe-kbuild-all/202306022017.UbwjjWRN-lkp@intel.com/
>
> These Reported-by tags don't seem correct, given they were reports about
> this patch, not the reason for it - but did you actually check that you
> fixed the errors that the patch produces?
>
> This particular one seems to complain about a hunk that is still in the
> patch & the CI running on the RISC-V patchwork is complaining about it.
>
> Cheers,
> Conor.
>
I checked and found that I had only partially fixed it. I'll fix it in next
version.
Thanks for your comments.
Best regards,
William
>> @@ -1840,6 +1858,8 @@ static int cqspi_resume(struct device *dev)
>> struct spi_master *master = dev_get_drvdata(dev);
>>
>> clk_prepare_enable(cqspi->clk);
>> + if (of_device_is_compatible(dev->of_node, "starfive,jh7110-qspi"))
>> + clk_bulk_prepare_enable(cqspi->num_clks, cqspi->clks);
>> cqspi_wait_idle(cqspi);
>> cqspi_controller_init(cqspi);
>>
>> --
>> 2.34.1
>>
Powered by blists - more mailing lists