Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189787
b: refs/heads/master
c: 9538ca6
h: refs/heads/master
i:
  189785: d9d6ed6
  189783: 64af75a
v: v3
  • Loading branch information
Maxime Bizon authored and Ralf Baechle committed Apr 12, 2010
1 parent fb33849 commit 70c3945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e23a90eb736b18c16fd6d59e8c1fa6a16ac3bc0b
refs/heads/master: 9538ca636f2fa28ae1514327328e2869f0215981
2 changes: 2 additions & 0 deletions trunk/arch/mips/bcm63xx/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ static struct gpio_chip bcm63xx_gpio_chip = {

int __init bcm63xx_gpio_init(void)
{
gpio_out_low = bcm_gpio_readl(GPIO_DATA_LO_REG);
gpio_out_high = bcm_gpio_readl(GPIO_DATA_HI_REG);
bcm63xx_gpio_chip.ngpio = bcm63xx_gpio_count();
pr_info("registering %d GPIOs\n", bcm63xx_gpio_chip.ngpio);

Expand Down

0 comments on commit 70c3945

Please sign in to comment.