]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mtd: spinand: skyhigh: Align with recent read from cache variant changes
authorMiquel Raynal <miquel.raynal@bootlin.com>
Thu, 16 Jan 2025 09:35:27 +0000 (10:35 +0100)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 20 Jan 2025 08:16:15 +0000 (09:16 +0100)
commit98b34d52004b5a35db1c1b2c2133f52d67bede0f
tree3381cf89fdfaa5e910f9b8adc83cc76fbabc8962
parentbe7a05db4252edbffb43484b14755048fb8db710
mtd: spinand: skyhigh: Align with recent read from cache variant changes

The SPINAND_PAGE_READ_FROM_CACHE_OP macro has just been changed to stop
encoding the "fast" parameter (the macro has been duplicated and
renamed). The Skyhigh driver is new and is still using the old style
macro.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202501161302.bQqBGjJ5-lkp@intel.com/
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-kernel/20250116132010.4948547d@canb.auug.org.au/
Fixes: 042087247835d ("mtd: spinand: Create distinct fast and slow read from cache variants")
Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Tested-by: Stephen Rothwell <sfr@canb.auug.org.au> # build tested
drivers/mtd/nand/spi/skyhigh.c