linux-samsung-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeongbae Seo <jeongbae.seo@samsung.com>
To: 'Kukjin Kim' <kgene.kim@samsung.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-mmc@vger.kernel.org
Cc: akpm@linux-foundation.org, cjb@laptop.org,
	'Hyuk Lee' <hyuk1.lee@samsung.com>,
	ben-linux@fluff.org
Subject: RE: [PATCH V2 1/3] ARM: S5PV310: Add support HSMMC and SDHCI configuration
Date: Wed, 06 Oct 2010 18:00:09 +0900	[thread overview]
Message-ID: <001a01cb6534$ebe96f40$c3bc4dc0$%seo@samsung.com> (raw)
In-Reply-To: <000b01cb652f$ab6125d0$02237170$%kim@samsung.com>

Kukjin Kim wrote:
> Jeongbae Seo wrote:
> >
> > From: Hyuk Lee <hyuk1.lee@samsung.com>
> >
> > This patch adds support HSMMC for S5PV310 and S5PC210 and
> > setup for HSMMC host controller and also related GPIO.
> > At most 4 channel can be used at the same time.
> > A user can configure SDHCI data bus as 8bit or 4bit.
> >
> > Signed-off-by: Hyuk Lee <hyuk1.lee@samsung.com>
> > Signed-off-by: Jeongbae Seo <jeongbae.seo@samsung.com>
> > ---
> 
> (snip)
> 
> > +	/* Set all the necessary GPK0[0:1] pins to special-function 2 */
> > +	for (gpio = S5PV310_GPK0(0); gpio < S5PV310_GPK0(2); gpio++) {
> > +		s3c_gpio_cfgpin(gpio, S3C_GPIO_SFN(2));
> > +		s3c_gpio_setpull(gpio, S3C_GPIO_PULL_NONE);
> 
> Hi
> 
> Maybe as you know, above lines can be changed like below.
> 
> s3c_gpio_cfgrange_nopull(S5PV310_GPK0(0), 2, S3C_GPIO_SFN(2));
> 
> Of course regarding gpio update patches are not pulled in my for-next yet,
> because under reviewing in ML now.
> But I think, you can do it against dev/gpio-update.
> 
> Anyway could you please make additional patch for it?
> It would be nice if you could do it :-)
> 
> Others ok to me...but I will sort out regarding sdhci gpio configuration
> in
> future time.

Hi, Kukjin

I will check what you mentioned and make additional patch.

Thanks

Best Regards
Jeongbae Seo

  reply	other threads:[~2010-10-06  9:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-06  6:00 [PATCH V2 0/3] ARM: S5PV310: Add support HSMMC Jeongbae Seo
2010-10-06  6:00 ` [PATCH V2 1/3] ARM: S5PV310: Add support HSMMC and SDHCI configuration Jeongbae Seo
2010-10-06  8:22   ` Kukjin Kim
2010-10-06  9:00     ` Jeongbae Seo [this message]
2010-10-06  6:00 ` [PATCH V2 2/3] ARM: S5PV310: Add HSMMC platform data Jeongbae Seo
2010-10-06  8:48   ` Jassi Brar
2010-10-06  6:00 ` [PATCH V2 3/3] ARM: S5PV310: Add support HSMMC on SMDKV310 and SMDKC210 Jeongbae Seo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='001a01cb6534$ebe96f40$c3bc4dc0$%seo@samsung.com' \
    --to=jeongbae.seo@samsung.com \
    --cc=akpm@linux-foundation.org \
    --cc=ben-linux@fluff.org \
    --cc=cjb@laptop.org \
    --cc=hyuk1.lee@samsung.com \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).