From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755496Ab0I2TdU (ORCPT ); Wed, 29 Sep 2010 15:33:20 -0400 Received: from mail-ew0-f46.google.com ([209.85.215.46]:61953 "EHLO mail-ew0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755162Ab0I2TdT (ORCPT ); Wed, 29 Sep 2010 15:33:19 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:to:from:cc:date:message-id:in-reply-to:references :user-agent:mime-version:content-type:content-transfer-encoding; b=Cja91oeZ/dDy2jaJlk7CU87qu+Mjl6AxGkV0nN5yHTKWFT5EwU3h8eJNj8LLc8Telf JXoAKzueBl0ZpNdUQdhdN4CD7rh0LYJx/WpJm7dSFaGKSUQ4JJiUhdeqyVz6UjbnTyTm Ye3QVOJ9+ZgGZ1N0jj7PmJ3DabLZuUrw5a+94= Subject: [PATCH 2/9 v2] ARM: S3C64XX: add nand support for mach-real6410 To: linux-arm-kernel@lists.infradead.org From: Darius Augulis Cc: kgene.kim@samsung.com, paulius.zaleckas@gmail.com, linux-kernel@vger.kernel.org, ben-linux@fluff.org Date: Wed, 29 Sep 2010 22:33:16 +0300 Message-ID: <20100929193134.25307.65614.stgit@darius-desktop> In-Reply-To: <20100929192354.25307.40197.stgit@darius-desktop> References: <20100929192354.25307.40197.stgit@darius-desktop> User-Agent: StGit/0.15 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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