From patchwork Thu Jul 9 17:02:20 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: "Enrico Weigelt, metux IT consult" X-Patchwork-Id: 6757521 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 2E9DD9F319 for ; Thu, 9 Jul 2015 17:03:11 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4045E2041E for ; Thu, 9 Jul 2015 17:03:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 394C120416 for ; Thu, 9 Jul 2015 17:03:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752197AbbGIRDI (ORCPT ); Thu, 9 Jul 2015 13:03:08 -0400 Received: from mail.melag.de ([217.6.74.107]:33871 "EHLO mail.melag.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751885AbbGIRDG convert rfc822-to-8bit (ORCPT ); Thu, 9 Jul 2015 13:03:06 -0400 Received: from exch01.meldom.local ([192.168.57.254]:12553) by mail.melag.de with esmtps (TLSv1:AES128-SHA:128) (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1ZDFDI-0004qD-2r; Thu, 09 Jul 2015 19:02:20 +0200 Received: from [192.168.57.169] (192.168.57.169) by exch01.meldom.local (192.168.57.254) with Microsoft SMTP Server (TLS) id 14.2.309.2; Thu, 9 Jul 2015 19:01:19 +0200 Message-ID: <559EA91C.6010408@melag.de> Date: Thu, 9 Jul 2015 19:02:20 +0200 From: "Enrico Weigelt, metux IT consult" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Shawn Guo , Dong Aisheng CC: Dong Aisheng , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH 0/6] mmc: sdhci-esdhci-imx: fix cd/wp regression References: <1434564337-24720-1-git-send-email-aisheng.dong@freescale.com> <20150709075032.GD23464@tiger> <20150709092949.GB3917@shlinux1.ap.freescale.net> <20150709132736.GG23464@tiger> In-Reply-To: <20150709132736.GG23464@tiger> X-Originating-IP: [192.168.57.169] Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Status: No, score=-7.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Am 09.07.2015 um 15:27 schrieb Shawn Guo: > Oh, crap! I thought it's been there with only v4.2-rc1, and did not > know v4.1 is already broken. In that case, reverting 8d86e4f isn't > the best option. I suggest you rebase the dts series on top of > v4.2-rc1, and send it via mmc tree. Yeah, I already stumbled across that. Fortunately, I dont need it at all, so I just removed it from dts: --mtx https://www.facebook.com/MELAG.Medizintechnik [http://www.melag.de/fbbanner.png] MELAG Medizintechnik oHG Sitz Berlin Registergericht AG Charlottenburg HRA 21333 B Wichtiger Hinweis: Diese Nachricht kann vertrauliche oder nur für einen begrenzten Personenkreis bestimmte Informationen enthalten. Sie ist ausschließlich für denjenigen bestimmt, an den sie gerichtet worden ist. Wenn Sie nicht der Adressat dieser E-Mail sind, dürfen Sie diese nicht kopieren, weiterleiten, weitergeben oder sie ganz oder teilweise in irgendeiner Weise nutzen. Sollten Sie diese E-Mail irrtümlich erhalten haben, so benachrichtigen Sie bitte den Absender, indem Sie auf diese Nachricht antworten. Bitte löschen Sie in diesem Fall diese Nachricht und alle Anhänge, ohne eine Kopie zu behalten. Important Notice: This message may contain confidential or privileged information. It is intended only for the person it was addressed to. If you are not the intended recipient of this email you may not copy, forward, disclose or otherwise use it or any part of it in any form whatsoever. If you received this email in error please notify the sender by replying and delete this message and any attachments without retaining a copy. --- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/arm/boot/dts/imx53-tqma53.dtsi b/arch/arm/boot/dts/imx53-tqma53.dtsi index 2dea6dc..3c545e3 100644 --- a/arch/arm/boot/dts/imx53-tqma53.dtsi +++ b/arch/arm/boot/dts/imx53-tqma53.dtsi @@ -41,7 +41,6 @@ pinctrl-0 = <&pinctrl_esdhc2>, <&pinctrl_esdhc2_cdwp>; vmmc-supply = <®_3p3v>; - wp-gpios = <&gpio1 2 0>; cd-gpios = <&gpio1 4 0>; status = "disabled"; };