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

2016-10-12 Thread Boris Brezillon
Hi Sergio, On Wed, 5 Oct 2016 20:46:57 -0300 Sergio Prado wrote: > Allows configuring Samsung's s3c2410 memory controller using a > devicetree. > > Signed-off-by: Sergio Prado > --- > drivers/mtd/nand/s3c2410.c |

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

2016-10-12 Thread Boris Brezillon
Hi Sergio, On Wed, 5 Oct 2016 20:46:57 -0300 Sergio Prado wrote: > Allows configuring Samsung's s3c2410 memory controller using a > devicetree. > > Signed-off-by: Sergio Prado > --- > drivers/mtd/nand/s3c2410.c | 171 > ++--- >

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

2016-10-10 Thread Sergio Prado
On Fri, Oct 07, 2016 at 07:28:10PM +0300, Krzysztof Kozlowski wrote: > > +struct s3c24XX_nand_devtype_data { > > + enum s3c_cpu_type type; > > +}; > > + > > +struct s3c24XX_nand_devtype_data s3c2410_nand_devtype_data = { > > + .type = TYPE_S3C2410, > > +}; > > + > > +struct

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

2016-10-10 Thread Sergio Prado
On Fri, Oct 07, 2016 at 07:28:10PM +0300, Krzysztof Kozlowski wrote: > > +struct s3c24XX_nand_devtype_data { > > + enum s3c_cpu_type type; > > +}; > > + > > +struct s3c24XX_nand_devtype_data s3c2410_nand_devtype_data = { > > + .type = TYPE_S3C2410, > > +}; > > + > > +struct

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

2016-10-07 Thread Krzysztof Kozlowski
On Wed, Oct 05, 2016 at 08:46:57PM -0300, Sergio Prado wrote: > Allows configuring Samsung's s3c2410 memory controller using a > devicetree. > > Signed-off-by: Sergio Prado > --- > drivers/mtd/nand/s3c2410.c | 171 > ++--- >

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

2016-10-07 Thread Krzysztof Kozlowski
On Wed, Oct 05, 2016 at 08:46:57PM -0300, Sergio Prado wrote: > Allows configuring Samsung's s3c2410 memory controller using a > devicetree. > > Signed-off-by: Sergio Prado > --- > drivers/mtd/nand/s3c2410.c | 171 > ++--- >

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

2016-10-05 Thread Sergio Prado
Allows configuring Samsung's s3c2410 memory controller using a devicetree. Signed-off-by: Sergio Prado --- drivers/mtd/nand/s3c2410.c | 171 ++--- include/linux/platform_data/mtd-nand-s3c2410.h | 1 + 2 files changed, 156

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

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