[PATCH v3 01/33] mtd: rawnand: brcmnand: convert driver to nand_scan()
From: miquel.raynal@bootlin.com (Miquel Raynal)
Date: 2018-07-20 07:17:06
Also in:
linux-mediatek, lkml
From: miquel.raynal@bootlin.com (Miquel Raynal)
Date: 2018-07-20 07:17:06
Also in:
linux-mediatek, lkml
Hi Boris, Boris Brezillon [off-list ref] wrote on Fri, 20 Jul 2018 01:17:19 +0200:
On Fri, 20 Jul 2018 00:59:54 +0200 Miquel Raynal [off-list ref] wrote:quoted
+ +static struct nand_controller_ops brcmnand_controller_ops = {static const ...
Mmmh right, I'll constify every controller_ops definition.
The same comment applies to all patches of this series.quoted
+ .attach_chip = brcmnand_attach_chip, +};
Miqu?l