From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755947Ab0JRNzI (ORCPT ); Mon, 18 Oct 2010 09:55:08 -0400 Received: from lo.gmane.org ([80.91.229.12]:54873 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755921Ab0JRNzF (ORCPT ); Mon, 18 Oct 2010 09:55:05 -0400 X-Injected-Via-Gmane: http://gmane.org/ To: linux-kernel@vger.kernel.org From: Darius Augulis Subject: Re: [PATCH 2/9 v2] ARM: S3C64XX: add nand support for mach-real6410 Date: Mon, 18 Oct 2010 16:50:45 +0300 Message-ID: <4CBC50B5.5090006@gmail.com> References: <20100929192354.25307.40197.stgit@darius-desktop> <20100929193134.25307.65614.stgit@darius-desktop> <04a401cb6ec7$b8291b00$287b5100$%kim@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 85-255-63-153.ip.kis.lt User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100915 Thunderbird/3.0.8 In-Reply-To: <04a401cb6ec7$b8291b00$287b5100$%kim@samsung.com> Cc: linux-arm-kernel@lists.infradead.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/18/2010 04:23 PM, Kukjin Kim wrote: > Darius Augulis wrote: >> >> Add nand device support and mtd partition table >> for mach-real6410 >> >> Signed-off-by: Darius Augulis >> --- >> >> Changelog since v1: >> - Changed dependency on other patches >> >> arch/arm/mach-s3c64xx/Kconfig | 1 + >> arch/arm/mach-s3c64xx/mach-real6410.c | 40 >> +++++++++++++++++++++++++++++++++ >> 2 files changed, 41 insertions(+), 0 deletions(-) >> >> diff --git a/arch/arm/mach-s3c64xx/Kconfig b/arch/arm/mach-s3c64xx/Kconfig >> index 3bbd418..e4aede1 100644 >> --- a/arch/arm/mach-s3c64xx/Kconfig >> +++ b/arch/arm/mach-s3c64xx/Kconfig >> @@ -106,6 +106,7 @@ config MACH_REAL6410 >> select S3C64XX_SETUP_SDHCI >> select S3C_DEV_FB >> select S3C64XX_SETUP_FB_24BPP >> + select S3C_DEV_NAND >> help >> Machine support for the CoreWind REAL6410 >> >> diff --git a/arch/arm/mach-s3c64xx/mach-real6410.c b/arch/arm/mach- >> s3c64xx/mach-real6410.c >> index bed75d2..9fd943d 100644 >> --- a/arch/arm/mach-s3c64xx/mach-real6410.c >> +++ b/arch/arm/mach-s3c64xx/mach-real6410.c >> @@ -19,6 +19,8 @@ >> #include >> #include >> #include >> +#include >> +#include >> #include >> #include >> #include >> @@ -37,6 +39,7 @@ >> #include >> #include >> #include >> +#include >> #include >> >> #include