Re: [PATCH 02/12] mtd: nand: davinci: check required ti,davinci-chipselect property

2013-11-18 Thread ivan.khoronzhuk
On 11/12/2013 05:50 PM, Santosh Shilimkar wrote: On Monday 11 November 2013 11:53 AM, Khoronzhuk, Ivan wrote: The property "ti,davinci-chipselect" is required. So we have to check if it is set. Signed-off-by: Ivan Khoronzhuk --- drivers/mtd/nand/davinci_nand.c | 10 +- 1 file chan

Re: [PATCH 02/12] mtd: nand: davinci: check required ti,davinci-chipselect property

2013-11-12 Thread Santosh Shilimkar
On Monday 11 November 2013 11:53 AM, Khoronzhuk, Ivan wrote: > The property "ti,davinci-chipselect" is required. So we have to check > if it is set. > > Signed-off-by: Ivan Khoronzhuk > --- > drivers/mtd/nand/davinci_nand.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > >

[PATCH 02/12] mtd: nand: davinci: check required ti,davinci-chipselect property

2013-11-11 Thread Khoronzhuk, Ivan
The property "ti,davinci-chipselect" is required. So we have to check if it is set. Signed-off-by: Ivan Khoronzhuk --- drivers/mtd/nand/davinci_nand.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/mtd/nand/davinci_nand.c b/drivers/mtd/nand/davinci_nand.c