From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759806Ab1KWDl3 (ORCPT ); Tue, 22 Nov 2011 22:41:29 -0500 Received: from gate.crashing.org ([63.228.1.57]:38334 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756113Ab1KWDl2 convert rfc822-to-8bit (ORCPT ); Tue, 22 Nov 2011 22:41:28 -0500 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 Cc: linux-mtd@lists.infradead.org, "linuxppc-dev@lists.ozlabs.org list" , Andrew Morton , "b35362@freescale.com>" , "linux-kernel@vger.kernel.org Kernel" , Li Yang-R58472 , Scott Wood Content-Transfer-Encoding: 8BIT Message-Id: References: <1320053901-23801-1-git-send-email-b35362@freescale.com> To: Artem.Bityutskiy@nokia.com, David Woodhouse X-Mailer: Apple Mail (2.1251.1) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Oct 31, 2011, at 4:38 AM, wrote: > From: Liu Shuo > > 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. > > 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