Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149283
b: refs/heads/master
c: 5233c17
h: refs/heads/master
i:
  149281: 8be71c2
  149279: 8e0a5ea
v: v3
  • Loading branch information
Ben Dooks committed May 18, 2009
1 parent 3198fd5 commit 854ba04
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 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: 9c0ec95797052af84b7579e2a00ea212cebf71a8
refs/heads/master: 5233c178d4cedad0acd0eb0f24b2e09f7fafaa1c
11 changes: 10 additions & 1 deletion trunk/arch/arm/plat-s3c24xx/gpiolib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
};

Expand Down

0 comments on commit 854ba04

Please sign in to comment.