[PATCH 02/24] spi: spi-mem: Add a new controller capability
Tudor Ambarus
tudor.ambarus at linaro.org
Mon Nov 11 05:18:36 PST 2024
On 10/25/24 5:14 PM, Miquel Raynal wrote:
cut
>
> Among all the spi-memory controllers, I believe all are capable of
nit: SPI memory? or spi memory? but no "-" I think
> changing the spi frequency on the fly. Some of the drivers do not make
> any frequency setup though. And some others will derive a per-chip
nit: s/per-chip/per chip?
> pre-scaler value which will be used forever.
nit: s/pre-scaler/prescaler?
cut
> index 8963f236911b..379c048b2eb4 100644
> --- a/include/linux/spi/spi-mem.h
> +++ b/include/linux/spi/spi-mem.h
> @@ -306,10 +306,12 @@ struct spi_controller_mem_ops {
> * struct spi_controller_mem_caps - SPI memory controller capabilities
> * @dtr: Supports DTR operations
> * @ecc: Supports operations with error correction
> + * @per_op_freq: Supports per-operation frequency switching
nit: s/per-operation/per operation?
If you fix the bug that you identified you can add my R-b tag,
regardless if you address these nits or not:
Reviewed-by: Tudor Ambarus <tudor.ambarus at linaro.org>
More information about the linux-mtd
mailing list