From 854ba04f5d2cf23705c0c416690e59a45bd2ce86 Mon Sep 17 00:00:00 2001 From: Ben Dooks Date: Mon, 18 May 2009 20:10:43 +0100 Subject: [PATCH] --- yaml --- r: 149283 b: refs/heads/master c: 5233c178d4cedad0acd0eb0f24b2e09f7fafaa1c h: refs/heads/master i: 149281: 8be71c261248e5418cffa4fb11cc0e55b0abad71 149279: 8e0a5ea0482bb5a90a1ec758deb0245ccce5a824 v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-s3c24xx/gpiolib.c | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index dd4af453d884..62cda443cd7a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9c0ec95797052af84b7579e2a00ea212cebf71a8 +refs/heads/master: 5233c178d4cedad0acd0eb0f24b2e09f7fafaa1c diff --git a/trunk/arch/arm/plat-s3c24xx/gpiolib.c b/trunk/arch/arm/plat-s3c24xx/gpiolib.c index 9a2d114005b5..6d7a961d3269 100644 --- a/trunk/arch/arm/plat-s3c24xx/gpiolib.c +++ b/trunk/arch/arm/plat-s3c24xx/gpiolib.c @@ -148,9 +148,18 @@ struct s3c_gpio_chip s3c24xx_gpios[] = { .base = S3C2410_GPG(0), .owner = THIS_MODULE, .label = "GPIOG", - .ngpio = 10, + .ngpio = 16, .to_irq = s3c24xx_gpiolib_bankg_toirq, }, + }, { + .base = S3C2410_GPHCON, + .pm = __gpio_pm(&s3c_gpio_pm_2bit), + .chip = { + .base = S3C2410_GPH(0), + .owner = THIS_MODULE, + .label = "GPIOH", + .ngpio = 11, + }, }, };