[PATCH v2 5/9] spi: fsl-qspi: add a clock disable quirk
Alex Elder
elder at riscstar.com
Thu Oct 23 19:31:59 PDT 2025
On 10/23/25 9:07 PM, Frank Li wrote:
>>>> +static inline bool needs_clk_disable(struct fsl_qspi *q)
>>> needs_skip_clk_disable()
>> OK. I was trying to avoid the double-negative:
>>
>> if (!needs_skip_clk_disasble())
>> clk_disable...()
> Oh, Make senso, needs_clk_disable() is fine
I will leave it as it was: needs_clk_disable(). Thanks. -Alex
> Frank
>
>> But I'll do as you suggest.
More information about the linux-riscv
mailing list