Re: [PATCH 3/3] spi: spi-mem: Add Realtek SPI-NAND controller

From: Chris Packham
Date: Mon Oct 07 2024 - 15:35:17 EST



On 8/10/24 03:42, Mark Brown wrote:
On Mon, Oct 07, 2024 at 12:33:47PM +1300, Chris Packham wrote:

+REALTEK SPI-NAND
+M: Chris Pacham <chris.packham@xxxxxxxxxxxxxxxxxxx>
Pacham?
Darn, that'll teach me for hurriedly going through the checkpatch warnings.

+static int rtl_snand_adjust_op_size(struct spi_mem *mem, struct spi_mem_op *op)
+{
+ return 0;
+}
+
If the framework doesn't already support this callback being missing we
should probably make it so.
The framework handles this being missing. This is just left over from the initial stub I created when I started. Will remove in v2.

Otherwise this looks good.