Re: [PATCH v2 3/3] mtd: s3c2410: parse the device configuration from OF node

2016-10-20 Thread Krzysztof Kozlowski
On Wed, Oct 19, 2016 at 05:52:05PM -0200, Sergio Prado wrote: > Allows configuring Samsung's s3c2410 memory controller using a > devicetree. > > Signed-off-by: Sergio Prado > --- > drivers/mtd/nand/s3c2410.c | 155 > ++--- > include/linux/platform_data/mt

Re: [PATCH v2 3/3] mtd: s3c2410: parse the device configuration from OF node

2016-10-19 Thread Boris Brezillon
On Wed, 19 Oct 2016 17:52:05 -0200 Sergio Prado wrote: > Allows configuring Samsung's s3c2410 memory controller using a > devicetree. > > Signed-off-by: Sergio Prado > --- > drivers/mtd/nand/s3c2410.c | 155 > ++--- > include/linux/platform_data/mtd-nan

[PATCH v2 3/3] mtd: s3c2410: parse the device configuration from OF node

2016-10-19 Thread Sergio Prado
Allows configuring Samsung's s3c2410 memory controller using a devicetree. Signed-off-by: Sergio Prado --- drivers/mtd/nand/s3c2410.c | 155 ++--- include/linux/platform_data/mtd-nand-s3c2410.h | 1 + 2 files changed, 140 insertions(+), 16 deletions(-)