From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kukjin Kim Subject: RE: [PATCH] ARM: s3c64xx: mini6410: Correct card detect type for HSMMC1 Date: Fri, 18 Oct 2013 08:38:22 +0900 Message-ID: <1e2a01cecb91$f790c700$e6b25500$@org> References: <1380471121-9478-1-git-send-email-tomasz.figa@gmail.com> <1527511.ScaEHrLnaz@flatron> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailout3.samsung.com ([203.254.224.33]:63444 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753937Ab3JQXiZ (ORCPT ); Thu, 17 Oct 2013 19:38:25 -0400 In-reply-to: <1527511.ScaEHrLnaz@flatron> Content-language: ko Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: 'Tomasz Figa' , linux-samsung-soc@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, 'Russell King - ARM Linux' , 'Ben Dooks' , augulis.darius@gmail.com, =?ISO-8859-1?Q?'J=FCrgen_Beisert'?= , oselas@community.pengutronix.de Tomasz Figa wrote: > > Hi Kukjin, > Hi, > 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? > Applied, thanks. Kukjin > 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