Re: [PATCH v5] mtd: nand: bcm47xx: use the mtd instance embedded in struct nand_chip

2015-12-18 Thread Brian Norris
On Fri, Dec 18, 2015 at 09:50:00PM +0100, Boris Brezillon wrote: > On Fri, 18 Dec 2015 11:38:18 -0800 > Brian Norris wrote: > > > From: Boris BREZILLON > > > > struct nand_chip now embeds an mtd device. Make use of this mtd instance. > > > > Signed-off-by: Boris Brezillon > > Signed-off-by: B

Re: [PATCH v5] mtd: nand: bcm47xx: use the mtd instance embedded in struct nand_chip

2015-12-18 Thread Boris Brezillon
On Fri, 18 Dec 2015 11:38:18 -0800 Brian Norris wrote: > From: Boris BREZILLON > > struct nand_chip now embeds an mtd device. Make use of this mtd instance. > > Signed-off-by: Boris Brezillon > Signed-off-by: Brian Norris Looks good to me, not we can have both a SoB and an AB tag coming fro

[PATCH v5] mtd: nand: bcm47xx: use the mtd instance embedded in struct nand_chip

2015-12-18 Thread Brian Norris
From: Boris BREZILLON struct nand_chip now embeds an mtd device. Make use of this mtd instance. Signed-off-by: Boris Brezillon Signed-off-by: Brian Norris --- Rebased Boris's patch to l2-mtd.git drivers/mtd/nand/bcm47xxnflash/bcm47xxnflash.h | 1 - drivers/mtd/nand/bcm47xxnflash/main.c