Re: [PATCH v2 01/11] mtd: add get/set of_node/flash_node helpers

2015-11-11 Thread Brian Norris
On Fri, Oct 30, 2015 at 08:33:20PM -0700, Brian Norris wrote: > We are going to begin using the mtd->dev.of_node field for MTD device > nodes, so let's add helpers for it. Also, we'll be making some > conversions on spi_nor (and nand_chip eventually) too, so get that ready > with their own

Re: [PATCH v2 01/11] mtd: add get/set of_node/flash_node helpers

2015-11-11 Thread Brian Norris
On Fri, Oct 30, 2015 at 08:33:20PM -0700, Brian Norris wrote: > We are going to begin using the mtd->dev.of_node field for MTD device > nodes, so let's add helpers for it. Also, we'll be making some > conversions on spi_nor (and nand_chip eventually) too, so get that ready > with their own

Re: [PATCH v2 01/11] mtd: add get/set of_node/flash_node helpers

2015-11-02 Thread Brian Norris
On Mon, Nov 02, 2015 at 12:27:58AM +0100, Boris Brezillon wrote: > On Fri, 30 Oct 2015 20:33:20 -0700 > Brian Norris wrote: > > > We are going to begin using the mtd->dev.of_node field for MTD device > > nodes, so let's add helpers for it. Also, we'll be making some > > conversions on spi_nor

Re: [PATCH v2 01/11] mtd: add get/set of_node/flash_node helpers

2015-11-02 Thread Brian Norris
On Mon, Nov 02, 2015 at 12:27:58AM +0100, Boris Brezillon wrote: > On Fri, 30 Oct 2015 20:33:20 -0700 > Brian Norris wrote: > > > We are going to begin using the mtd->dev.of_node field for MTD device > > nodes, so let's add helpers for it. Also, we'll be making some

Re: [PATCH v2 01/11] mtd: add get/set of_node/flash_node helpers

2015-11-01 Thread Boris Brezillon
On Fri, 30 Oct 2015 20:33:20 -0700 Brian Norris wrote: > We are going to begin using the mtd->dev.of_node field for MTD device > nodes, so let's add helpers for it. Also, we'll be making some > conversions on spi_nor (and nand_chip eventually) too, so get that ready > with their own helpers. >

Re: [PATCH v2 01/11] mtd: add get/set of_node/flash_node helpers

2015-11-01 Thread Boris Brezillon
On Fri, 30 Oct 2015 20:33:20 -0700 Brian Norris wrote: > We are going to begin using the mtd->dev.of_node field for MTD device > nodes, so let's add helpers for it. Also, we'll be making some > conversions on spi_nor (and nand_chip eventually) too, so get that ready

[PATCH v2 01/11] mtd: add get/set of_node/flash_node helpers

2015-10-30 Thread Brian Norris
We are going to begin using the mtd->dev.of_node field for MTD device nodes, so let's add helpers for it. Also, we'll be making some conversions on spi_nor (and nand_chip eventually) too, so get that ready with their own helpers. Signed-off-by: Brian Norris --- v2: new include/linux/mtd/mtd.h

[PATCH v2 01/11] mtd: add get/set of_node/flash_node helpers

2015-10-30 Thread Brian Norris
We are going to begin using the mtd->dev.of_node field for MTD device nodes, so let's add helpers for it. Also, we'll be making some conversions on spi_nor (and nand_chip eventually) too, so get that ready with their own helpers. Signed-off-by: Brian Norris --- v2: