From: broonie@opensource.wolfsonmicro.com (Mark Brown)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/7] ARM: S3C64XX: Add I2S resources in platform code
Date: Wed, 9 Dec 2009 10:47:37 +0000 [thread overview]
Message-ID: <20091209104736.GA19851@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1260333123-11609-1-git-send-email-jassisinghbrar@gmail.com>
On Wed, Dec 09, 2009 at 01:32:03PM +0900, jassisinghbrar at gmail.com wrote:
> +static int s3c64xx_i2sv4_cfg_gpio(struct platform_device *pdev)
> +{
> + s3c_gpio_cfgpin(S3C64XX_GPC(4), S3C64XX_GPC4_I2S0_V40_DO);
> + s3c_gpio_cfgpin(S3C64XX_GPC(5), S3C64XX_GPC5_I2S1_V40_DO);
> + s3c_gpio_cfgpin(S3C64XX_GPC(7), S3C64XX_GPC7_I2S2_V40_DO);
A variant of this should already have been merged, and the names of the
GPIO defines were altered to make it look less like there's multiple
controllers rather than multiple data lines.
next prev parent reply other threads:[~2009-12-09 10:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-09 4:32 [PATCH 3/7] ARM: S3C64XX: Add I2S resources in platform code jassisinghbrar at gmail.com
2009-12-09 10:47 ` Mark Brown [this message]
2009-12-13 9:17 ` jassi brar
2009-12-13 11:33 ` Mark Brown
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=20091209104736.GA19851@opensource.wolfsonmicro.com \
--to=broonie@opensource.wolfsonmicro.com \
--cc=linux-arm-kernel@lists.infradead.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).