Re: [PATCH][v3] mtd/ifc: Add support for IFC controller version 2.0
From: Scott Wood <oss@buserror.net>
Date: 2016-02-17 21:49:20
On Wed, 2016-02-17 at 16:54 +0530, Raghav Dogra wrote:
The new IFC controller version 2.0 has a different memory map page. Upto IFC 1.4 PAGE size is 4 KB and from IFC2.0 PAGE size is 64KB. This patch segregates the IFC global and runtime registers to appropriate PAGE sizes. Signed-off-by: Jaiprakash Singh <redacted> Signed-off-by: Raghav Dogra <redacted> Acked-by: Li Yang <redacted> Signed-off-by: Raghav Dogra <redacted> --- Changes for v3: not dependent on "drivers/memory: Add deep sleep support for IFC" patch Changes for v2: rebased to resolve conflicts Applicable to git://git.infradead.org/l2-mtd.git This patch is dependent on "drivers/memory: Add deep sleep support for IFC" https://patchwork.ozlabs.org/patch/582762/ which is also applicable to git://git.infradead.org/l2-mtd.git This patch is the new version of following patch with changed title: https://patchwork.ozlabs.org/patch/557391/ drivers/memory/fsl_ifc.c | 36 ++++++++++----------- drivers/mtd/nand/fsl_ifc_nand.c | 72 ++++++++++++++++++++++---------------- --- include/linux/fsl_ifc.h | 45 +++++++++++++++++--------- 3 files changed, 87 insertions(+), 66 deletions(-)
Acked-by: Scott Wood <oss@buserror.net> -Scott