From patchwork Wed May 2 08:33:22 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Bastian Hecht X-Patchwork-Id: 156386 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 118B8B6FAC for ; Wed, 2 May 2012 18:35:22 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SPV03-0000yt-C3; Wed, 02 May 2012 08:33:27 +0000 Received: from mail-lpp01m010-f49.google.com ([209.85.215.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SPV00-0000xu-Mu for linux-mtd@lists.infradead.org; Wed, 02 May 2012 08:33:25 +0000 Received: by lagy4 with SMTP id y4so291984lag.36 for ; Wed, 02 May 2012 01:33:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=1aYasdKpOitNPqosRBTNg8yqnowds4JSwW5BATZjqAY=; b=YUSe6h24Snkse6ws/uqHsQgkFThp4lbYoo6TftI/H9QL0GJr2dw8T2c/LnOOyXqN5z Kp6d0CQcRFNWztvC/py0nv++ngRn63TsYFl2r6fI07MWatxU07GmVKWqXzK6q9CWUEG3 Q2Yv+/KxmvOfGzEHgKaPhQ4+u4zBNiyMFd3zxl8XFP0hacYaSIB0/G8G/8QYyuvWcTWC QDx+ppVUtKHFLp25Q53IRH5i2HpEtpKm1CXSKLgahuvqrRHbraZgNPwOwysFkE6BH0Kp Z3J9yPIJovD8+6ItQG+xWC/TRAIDZTFHXcXdVs7GpEfx8n2ZG2UAr4hiAMbMYSG28/nz AmKw== MIME-Version: 1.0 Received: by 10.152.146.39 with SMTP id sz7mr26577739lab.3.1335947602083; Wed, 02 May 2012 01:33:22 -0700 (PDT) Received: by 10.152.23.197 with HTTP; Wed, 2 May 2012 01:33:22 -0700 (PDT) In-Reply-To: <1335627043.1917.4.camel@koala> References: <1335362618-4559-1-git-send-email-hechtb@gmail.com> <1335626773.1917.3.camel@koala> <1335627043.1917.4.camel@koala> Date: Wed, 2 May 2012 10:33:22 +0200 Message-ID: Subject: Re: [PATCH v2 0/10] sh_flctl hardware ECC mode cleanup From: Bastian Hecht To: Artem Bityutskiy X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.7 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.215.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (hechtb[at]googlemail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Magnus Damm , Brian Norris , linux-mtd@lists.infradead.org, Laurent Pichart , linux-sh@vger.kernel.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org Hi Artem, >> Unfortunantely, I cannot build-test your patches because mackerel >> defconfig still does not build (mackerel_defconfig). Any suggestions how >> to work this around or any other defconfig to use? > > If you send me a temprorary work-around patch for the build failure - > would be fine. This patch does  not have to work, just make the tree > compile. Here a quick workaround: } Thanks, Bastian Hecht > -- > Best Regards, > Artem Bityutskiy diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index f49e28a..ffa3700 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c @@ -1017,7 +1017,7 @@ static irqreturn_t mackerel_sdhi0_gpio_cd(int irq, void *arg) struct sh_mobile_sdhi_info *info = dev->platform_data; struct tmio_mmc_data *pdata = info->pdata; - tmio_mmc_cd_wakeup(pdata); +// tmio_mmc_cd_wakeup(pdata); return IRQ_HANDLED;