Re: [PATCH v6 18/18] mtd: rawnand: Move generic bits to the ECC framework
From: Miquel Raynal <miquel.raynal@bootlin.com>
Date: 2020-05-28 23:55:49
Also in:
linux-devicetree
From: Miquel Raynal <miquel.raynal@bootlin.com>
Date: 2020-05-28 23:55:49
Also in:
linux-devicetree
Boris Brezillon [off-list ref] wrote on Thu, 28 May 2020 17:56:56 +0200:
On Thu, 28 May 2020 13:31:13 +0200 Miquel Raynal [off-list ref] wrote:quoted
+/** + * nanddev_get_flash_node() - Get the device node attached to a NAND device + * @nand: NAND device + * + * Return: the device node linked to @nand. + */ +static inline struct device_node *nanddev_get_flash_node(struct nand_device *nand) +{ + return mtd_get_of_node(nanddev_to_mtd(nand)); +} +Can we name that one nanddev_get_of_node(). We'll probably want to expose fwnode at some point, and get_flash_node() is a bit too generic IMO.
I just spot that there is a nanddev_get_of_node() function already, which does exactly the same as nanddev_get_flash_node(), so I just dropped it. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel