Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762017Ab3JPSeG (ORCPT ); Wed, 16 Oct 2013 14:34:06 -0400 Received: from mail-ee0-f45.google.com ([74.125.83.45]:64658 "EHLO mail-ee0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761491Ab3JPSeD (ORCPT ); Wed, 16 Oct 2013 14:34:03 -0400 From: Tomasz Figa To: linux-samsung-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Kukjin Kim , Russell King - ARM Linux , Ben Dooks , augulis.darius@gmail.com, =?ISO-8859-1?Q?J=FCrgen?= Beisert , oselas@community.pengutronix.de Subject: Re: [PATCH] ARM: s3c64xx: mini6410: Correct card detect type for HSMMC1 Date: Wed, 16 Oct 2013 20:33:59 +0200 Message-ID: <1527511.ScaEHrLnaz@flatron> User-Agent: KMail/4.11.2 (Linux/3.11.5-gentoo; KDE/4.11.2; x86_64; ; ) In-Reply-To: <1380471121-9478-1-git-send-email-tomasz.figa@gmail.com> References: <1380471121-9478-1-git-send-email-tomasz.figa@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2222 Lines: 63 Hi Kukjin, On Sunday 29 of September 2013 18:12:01 Tomasz Figa wrote: > According to board schematics, for HSMMC1 a GPIO line is used to detect > card presence, while currently it is being configured for internal card > detect line, which is multiplexed with card detect line of HSMMC0 and > thus breaking it. > > This patch adds proper sdhci platform data setting card detect type to > external GPIO and fixing operation of HSMMC0. > > Signed-off-by: Tomasz Figa > --- > arch/arm/mach-s3c64xx/mach-mini6410.c | 10 ++++++++++ > 1 file changed, 10 insertions(+) Would you mind taking this patch to your tree? Best regards, Tomasz > diff --git a/arch/arm/mach-s3c64xx/mach-mini6410.c > b/arch/arm/mach-s3c64xx/mach-mini6410.c index 58d46a3..97ae470 100644 > --- a/arch/arm/mach-s3c64xx/mach-mini6410.c > +++ b/arch/arm/mach-s3c64xx/mach-mini6410.c > @@ -36,7 +36,9 @@ > #include > #include > #include > +#include > #include > +#include > #include > > #include