Re: [PATCH] mtd: ofpart: Assign device node to partitions parsed with ofpart

2016-05-26 Thread Boris Brezillon
On Tue, 24 May 2016 17:37:40 -0700 Moritz Fischer wrote: > This patch adds a struct device_node pointer to struct mtd_partition. > Partitions parsed via ofpart can now be referenced via devicetree. > > Cc: David Woodhouse > Cc: Brian Norris

Re: [PATCH] mtd: ofpart: Assign device node to partitions parsed with ofpart

2016-05-26 Thread Boris Brezillon
On Tue, 24 May 2016 17:37:40 -0700 Moritz Fischer wrote: > This patch adds a struct device_node pointer to struct mtd_partition. > Partitions parsed via ofpart can now be referenced via devicetree. > > Cc: David Woodhouse > Cc: Brian Norris > > Signed-off-by: Moritz Fischer Acked-by: Boris

[PATCH] mtd: ofpart: Assign device node to partitions parsed with ofpart

2016-05-24 Thread Moritz Fischer
This patch adds a struct device_node pointer to struct mtd_partition. Partitions parsed via ofpart can now be referenced via devicetree. Cc: David Woodhouse Cc: Brian Norris Signed-off-by: Moritz Fischer --- Hi all,

[PATCH] mtd: ofpart: Assign device node to partitions parsed with ofpart

2016-05-24 Thread Moritz Fischer
This patch adds a struct device_node pointer to struct mtd_partition. Partitions parsed via ofpart can now be referenced via devicetree. Cc: David Woodhouse Cc: Brian Norris Signed-off-by: Moritz Fischer --- Hi all, during my work on another patch series for supporting otp regions as nvmem