From: ben@trinity.fluff.org (Ben Dooks)
To: linux-arm-kernel@lists.infradead.org
Subject: s3c24xx gpiolib question
Date: Mon, 28 Sep 2009 13:23:59 +0100 [thread overview]
Message-ID: <20090928122359.GE2698@trinity.fluff.org> (raw)
In-Reply-To: <200909272012.53753.anarsoul@gmail.com>
On Sun, Sep 27, 2009 at 08:12:44PM +0300, Vasily Khoruzhick wrote:
> Hi,
>
> Is following patch sufficient to add GPJ port support to s3c24xx gpiolib?
> And how to switch gpioline to custom function mode (for example TOUT0 on GPB0)
> via gpiolib?
>
> diff --git a/arch/arm/plat-s3c24xx/gpiolib.c b/arch/arm/plat-s3c24xx/gpiolib.c
> index 6d7a961..65d79f9 100644
> --- a/arch/arm/plat-s3c24xx/gpiolib.c
> +++ b/arch/arm/plat-s3c24xx/gpiolib.c
> @@ -151,7 +151,8 @@ struct s3c_gpio_chip s3c24xx_gpios[] = {
> .ngpio = 16,
> .to_irq = s3c24xx_gpiolib_bankg_toirq,
> },
> - }, {
> + },
> + [7] = {
> .base = S3C2410_GPHCON,
> .pm = __gpio_pm(&s3c_gpio_pm_2bit),
> .chip = {
> @@ -161,6 +162,16 @@ struct s3c_gpio_chip s3c24xx_gpios[] = {
> .ngpio = 11,
> },
> },
> + [8] = {
> + .base = S3C2440_GPJCON,
> + .pm = __gpio_pm(&s3c_gpio_pm_2bit),
> + .chip = {
> + .base = S3C2440_GPJ0,
I need to get the gpio number space compressed to get this to
work, it got shuffled out of this round of patches due to urgent
meetings.
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
prev parent reply other threads:[~2009-09-28 12:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-27 17:12 s3c24xx gpiolib question Vasily Khoruzhick
2009-09-28 12:23 ` Ben Dooks [this message]
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=20090928122359.GE2698@trinity.fluff.org \
--to=ben@trinity.fluff.org \
--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).