From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 61EFC1007D2 for ; Wed, 23 Nov 2011 14:41:23 +1100 (EST) Subject: Re: [PATCH v2] Integrated Flash Controller support Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <1320053901-23801-1-git-send-email-b35362@freescale.com> Date: Tue, 22 Nov 2011 21:41:00 -0600 Message-Id: References: <1320053901-23801-1-git-send-email-b35362@freescale.com> To: Artem.Bityutskiy@nokia.com, David Woodhouse Cc: Li Yang-R58472 , "b35362@freescale.com>" , "linux-kernel@vger.kernel.org Kernel" , linux-mtd@lists.infradead.org, Scott Wood , Andrew Morton , "linuxppc-dev@lists.ozlabs.org list" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Oct 31, 2011, at 4:38 AM, = wrote: > From: Liu Shuo >=20 > Integrated Flash Controller supports various flashes like NOR, NAND > and other devices using NOR, NAND and GPCM Machine available on it. > IFC supports four chip selects. >=20 > Signed-off-by: Dipen Dudhat > Signed-off-by: Scott Wood > Signed-off-by: Li Yang > Signed-off-by: Liu Shuo > --- > arch/powerpc/Kconfig | 4 + > arch/powerpc/include/asm/fsl_ifc.h | 834 = ++++++++++++++++++++++++++++++++++++ > arch/powerpc/sysdev/Makefile | 1 + > arch/powerpc/sysdev/fsl_ifc.c | 322 ++++++++++++++ > 4 files changed, 1161 insertions(+), 0 deletions(-) > create mode 100644 arch/powerpc/include/asm/fsl_ifc.h > create mode 100644 arch/powerpc/sysdev/fsl_ifc.c Guys, How are we handling this patchset since it touches drivers/mtd/nand? - k=