Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149278
b: refs/heads/master
c: fda7b2b
h: refs/heads/master
v: v3
  • Loading branch information
Ben Dooks committed May 18, 2009
1 parent 92c8440 commit 2c6de93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9c7099ca7519268f6ec79782bc06faa27a714d95
refs/heads/master: fda7b2b097fed9f88bc93ed3de0caea87ffe778e
14 changes: 7 additions & 7 deletions trunk/arch/arm/plat-s3c24xx/gpiolib.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static int s3c24xx_gpiolib_bankg_toirq(struct gpio_chip *chip, unsigned offset)

struct s3c_gpio_chip s3c24xx_gpios[] = {
[0] = {
.base = S3C24XX_GPIO_BASE(S3C2410_GPA0),
.base = S3C2410_GPACON,
.pm = __gpio_pm(&s3c_gpio_pm_1bit),
.chip = {
.base = S3C2410_GPA0,
Expand All @@ -91,7 +91,7 @@ struct s3c_gpio_chip s3c24xx_gpios[] = {
},
},
[1] = {
.base = S3C24XX_GPIO_BASE(S3C2410_GPB0),
.base = S3C2410_GPBCON,
.pm = __gpio_pm(&s3c_gpio_pm_2bit),
.chip = {
.base = S3C2410_GPB0,
Expand All @@ -101,7 +101,7 @@ struct s3c_gpio_chip s3c24xx_gpios[] = {
},
},
[2] = {
.base = S3C24XX_GPIO_BASE(S3C2410_GPC0),
.base = S3C2410_GPCCON,
.pm = __gpio_pm(&s3c_gpio_pm_2bit),
.chip = {
.base = S3C2410_GPC0,
Expand All @@ -111,7 +111,7 @@ struct s3c_gpio_chip s3c24xx_gpios[] = {
},
},
[3] = {
.base = S3C24XX_GPIO_BASE(S3C2410_GPD0),
.base = S3C2410_GPDCON,
.pm = __gpio_pm(&s3c_gpio_pm_2bit),
.chip = {
.base = S3C2410_GPD0,
Expand All @@ -121,7 +121,7 @@ struct s3c_gpio_chip s3c24xx_gpios[] = {
},
},
[4] = {
.base = S3C24XX_GPIO_BASE(S3C2410_GPE0),
.base = S3C2410_GPECON,
.pm = __gpio_pm(&s3c_gpio_pm_2bit),
.chip = {
.base = S3C2410_GPE0,
Expand All @@ -131,7 +131,7 @@ struct s3c_gpio_chip s3c24xx_gpios[] = {
},
},
[5] = {
.base = S3C24XX_GPIO_BASE(S3C2410_GPF0),
.base = S3C2410_GPFCON,
.pm = __gpio_pm(&s3c_gpio_pm_2bit),
.chip = {
.base = S3C2410_GPF0,
Expand All @@ -142,7 +142,7 @@ struct s3c_gpio_chip s3c24xx_gpios[] = {
},
},
[6] = {
.base = S3C24XX_GPIO_BASE(S3C2410_GPG0),
.base = S3C2410_GPGCON,
.pm = __gpio_pm(&s3c_gpio_pm_2bit),
.chip = {
.base = S3C2410_GPG0,
Expand Down

0 comments on commit 2c6de93

Please sign in to comment.