[U-Boot] [PATCH] Added set feature command in FSL IFC nand controller driver for ONFI nand

2018-04-17 Thread Ronak Desai
-by: Ronak Desai <ronak.de...@rockwellcollins.com> --- drivers/mtd/nand/fsl_ifc_nand.c | 51 +++ 1 file changed, 51 insertions(+) diff --git a/drivers/mtd/nand/fsl_ifc_nand.c b/drivers/mtd/nand/fsl_ifc_nand.c index c93dbb0..45cba52 100644 --- a/drivers/mt

[U-Boot] [PATCH] fsl-ifc-nand : Corrected the programming of chip select

2018-04-17 Thread Ronak Desai
_nand as it's the property of chip not the controller. Signed-off-by: Ronak Desai <ronak.de...@rockwellcollins.com> --- drivers/mtd/nand/fsl_ifc_nand.c | 15 ++- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/drivers/mtd/nand/fsl_ifc_nand.c b/drivers/mtd/nand/fsl_ifc_n

Re: [U-Boot] [PATCH] fsl-ifc-nand : Corrected the programming of chip select

2016-09-06 Thread Ronak Desai
We don't need to update fsl_ifc_sram_init() as fsl_ifc_sram_init is called from the fsl_ifc_chip_init which configures the ifc_ctrl->cs_nand with correct value based on the chip-select under initialization. Best Regards, Ronak Desai On Tue, Sep 6, 2016 at 12:01 PM, Scott Wood <s