Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38316
b: refs/heads/master
c: c98acc5
h: refs/heads/master
v: v3
  • Loading branch information
Jim Cromie authored and Adrian Bunk committed Oct 3, 2006
1 parent 54506e6 commit 06093f2
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: f30c2269544bffc7bf1b0d7c0abe5be1be83b8cb
refs/heads/master: c98acc5865c1217195217444cc6c6d317fddda50
14 changes: 7 additions & 7 deletions trunk/drivers/char/ite_gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,13 +384,13 @@ int __init ite_gpio_init(void)
}

/* initialize registers */
ITE_GPACR = 0xffff;
ITE_GPBCR = 0xffff;
ITE_GPCCR = 0xffff;
ITE_GPAICR = 0x00ff;
ITE_GPBICR = 0x00ff;
ITE_GPCICR = 0x00ff;
ITE_GCR = 0;
ITE_GPACR = 0xffff;
ITE_GPBCR = 0xffff;
ITE_GPCCR = 0xffff;
ITE_GPAICR = 0x00ff;
ITE_GPBICR = 0x00ff;
ITE_GPCICR = 0x00ff;
ITE_GCR = 0;

for (i = 0; i < MAX_GPIO_LINE; i++) {
ite_gpio_irq_pending[i]=0;
Expand Down

0 comments on commit 06093f2

Please sign in to comment.