Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173526
b: refs/heads/master
c: b0d22d6
h: refs/heads/master
v: v3
  • Loading branch information
Steven King authored and Greg Ungerer committed Dec 4, 2009
1 parent 7e0641c commit 3a987e7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 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: d6f80e3a2a8c49f3e9c350b15f510c6eb8c1770d
refs/heads/master: b0d22d66fd485316653b8db4c16139eeae5a0266
5 changes: 3 additions & 2 deletions trunk/arch/m68knommu/platform/523x/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = {
.direction_output = mcf_gpio_direction_output,
.get = mcf_gpio_get_value,
.set = mcf_gpio_set_value,
.ngpio = 8,
.base = 1,
.ngpio = 7,
},
.pddr = MCFEPORT_EPDDR,
.podr = MCFEPORT_EPDR,
Expand Down Expand Up @@ -244,7 +245,7 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = {
.get = mcf_gpio_get_value,
.set = mcf_gpio_set_value_fast,
.base = 96,
.ngpio = 4,
.ngpio = 8,
},
.pddr = MCFGPIO_PDDR_TIMER,
.podr = MCFGPIO_PODR_TIMER,
Expand Down
6 changes: 4 additions & 2 deletions trunk/arch/m68knommu/platform/527x/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = {
.direction_output = mcf_gpio_direction_output,
.get = mcf_gpio_get_value,
.set = mcf_gpio_set_value,
.ngpio = 8,
.base = 1,
.ngpio = 7,
},
.pddr = MCFEPORT_EPDDR,
.podr = MCFEPORT_EPDR,
Expand Down Expand Up @@ -263,7 +264,8 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = {
.direction_output = mcf_gpio_direction_output,
.get = mcf_gpio_get_value,
.set = mcf_gpio_set_value,
.ngpio = 8,
.base = 1,
.ngpio = 7,
},
.pddr = MCFEPORT_EPDDR,
.podr = MCFEPORT_EPDR,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/m68knommu/platform/528x/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ static struct mcf_gpio_chip mcf_gpio_chips[] = {
.get = mcf_gpio_get_value,
.set = mcf_gpio_set_value,
.base = 1,
.ngpio = 8,
.ngpio = 7,
},
.pddr = MCFEPORT_EPDDR,
.podr = MCFEPORT_EPDR,
Expand Down

0 comments on commit 3a987e7

Please sign in to comment.