From patchwork Thu Jun 10 21:03:26 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxim Levitsky X-Patchwork-Id: 55261 X-Patchwork-Delegate: leann.ogasawara@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 34E7CB7D48 for ; Fri, 11 Jun 2010 07:03:49 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OMouc-0006RQ-K9; Thu, 10 Jun 2010 22:03:42 +0100 Received: from mail-fx0-f49.google.com ([209.85.161.49]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OMouZ-0006Pe-45 for kernel-team@lists.ubuntu.com; Thu, 10 Jun 2010 22:03:39 +0100 Received: by fxm15 with SMTP id 15so301777fxm.8 for ; Thu, 10 Jun 2010 14:03:38 -0700 (PDT) Received: by 10.102.236.19 with SMTP id j19mr226627muh.110.1276203818533; Thu, 10 Jun 2010 14:03:38 -0700 (PDT) Received: from localhost.localdomain ([132.68.250.80]) by mx.google.com with ESMTPS id e9sm551318muf.10.2010.06.10.14.03.36 (version=SSLv3 cipher=RC4-MD5); Thu, 10 Jun 2010 14:03:37 -0700 (PDT) From: Maxim Levitsky To: kernel-team@lists.ubuntu.com Subject: [PATCH] UBUNTU: [Config] Enable new Smartmedia/xD translation layer Date: Fri, 11 Jun 2010 00:03:26 +0300 Message-Id: <1276203806-25290-1-git-send-email-maximlevitsky@gmail.com> X-Mailer: git-send-email 1.7.0.4 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com BugLink: http://bugs.launchpad.net/bugs/202490 Ignore: yes Despite quite scary description I gave this driver, it does work well, and no data corruptions were observed. It still won't load automaticly thus user will be able to choose between R/O and this driver. I will soon post an udev rule to load this driver automaticly as well. Signed-off-by: Maxim Levitsky --- debian.master/config/armel/config.common.armel | 1 - debian.master/config/armel/config.flavour.omap | 1 + .../config/armel/config.flavour.versatile | 1 + debian.master/config/config.common.ubuntu | 2 +- 4 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian.master/config/armel/config.common.armel b/debian.master/config/armel/config.common.armel index c803e58..42b4696 100644 --- a/debian.master/config/armel/config.common.armel +++ b/debian.master/config/armel/config.common.armel @@ -38,7 +38,6 @@ CONFIG_MTD_BLOCK=y CONFIG_MTD_CHAR=y # CONFIG_MTD_DATAFLASH is not set # CONFIG_MTD_GPIO_ADDR is not set -CONFIG_MTD_NAND_ECC=y CONFIG_MTD_NAND_IDS=y # CONFIG_MTD_NAND_NANDSIM is not set # CONFIG_MTD_NAND_PLATFORM is not set diff --git a/debian.master/config/armel/config.flavour.omap b/debian.master/config/armel/config.flavour.omap index 04cf39f..fd9bcf5 100644 --- a/debian.master/config/armel/config.flavour.omap +++ b/debian.master/config/armel/config.flavour.omap @@ -85,6 +85,7 @@ CONFIG_MTD_GEN_PROBE=m CONFIG_MTD_JEDECPROBE=m CONFIG_MTD_MTDRAM=m CONFIG_MTD_NAND=y +CONFIG_MTD_NAND_ECC=y CONFIG_MTD_ONENAND=m CONFIG_MTD_PHRAM=m CONFIG_MTD_PHYSMAP=m diff --git a/debian.master/config/armel/config.flavour.versatile b/debian.master/config/armel/config.flavour.versatile index 011cc7b..269cc8f 100644 --- a/debian.master/config/armel/config.flavour.versatile +++ b/debian.master/config/armel/config.flavour.versatile @@ -85,6 +85,7 @@ CONFIG_MTD_GEN_PROBE=y # CONFIG_MTD_JEDECPROBE is not set # CONFIG_MTD_MTDRAM is not set # CONFIG_MTD_NAND is not set +CONFIG_MTD_NAND_ECC=m # CONFIG_MTD_ONENAND is not set # CONFIG_MTD_PHRAM is not set # CONFIG_MTD_PHYSMAP is not set diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index e77a720..3da9b6d 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -3887,7 +3887,7 @@ CONFIG_SMSC_SCH311X_WDT=m CONFIG_SMS_SDIO_DRV=m CONFIG_SMS_SIANO_MDTV=m CONFIG_SMS_USB_DRV=m -# CONFIG_SM_FTL is not set +CONFIG_SM_FTL=m CONFIG_SND_AC97_CODEC=m CONFIG_SND_AC97_POWER_SAVE=y CONFIG_SND_AC97_POWER_SAVE_DEFAULT=0