Re: [PATCH v1 04/11] spi: rockchip-sfc: sanity check minimum freq

2022-03-14 Thread Jon Lin
在 2022/3/14 16:53, Kever Yang 写道: + Jon Lin, Hi Jon,     Please help to review this patch. Thanks, - Kever On 2022/2/22 09:31, Peter Geis wrote: The rockchip-sfc driver sanity checks the maximum frequency, but not the minimum frequency. This causes the probe to fail when a frequency isn'

Re: [PATCH v1 04/11] spi: rockchip-sfc: sanity check minimum freq

2022-03-14 Thread Kever Yang
+ Jon Lin, Hi Jon,     Please help to review this patch. Thanks, - Kever On 2022/2/22 09:31, Peter Geis wrote: The rockchip-sfc driver sanity checks the maximum frequency, but not the minimum frequency. This causes the probe to fail when a frequency isn't defined, such as with `sf probe 0`. C