]> www.infradead.org Git - users/willy/xarray.git/commit
mtd: spi-nand: Expose spinand_write_reg_op()
authorMiquel Raynal <miquel.raynal@bootlin.com>
Mon, 26 Aug 2024 10:14:08 +0000 (12:14 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 6 Sep 2024 15:00:08 +0000 (17:00 +0200)
commita06f2e7cc4de104b14971e08d37f9d08c256b053
tree780aaf96f01d84f9f421fbb5ec74278fd9c62754
parent631cfdd0520d19b7f4fc13b834fd9c8b46c6dbac
mtd: spi-nand: Expose spinand_write_reg_op()

This helper function will soon be used from a vendor driver, let's
export it through the spinand.h header. No need for any export, as there
is currently no reason for any module to need it.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240826101412.20644-6-miquel.raynal@bootlin.com
drivers/mtd/nand/spi/core.c
include/linux/mtd/spinand.h