Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276076
b: refs/heads/master
c: 22f4cb4
h: refs/heads/master
v: v3
  • Loading branch information
Haojian Zhuang authored and Eric Miao committed Nov 14, 2011
1 parent 8ba34c7 commit 578a817
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c0a39151a4055332897cba615623d3de2f3896df
refs/heads/master: 22f4cb4bd06db14912f69039917422fe0c5b11fb
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mmp/include/mach/gpio-pxa.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#define GPIO_REGS_VIRT (APB_VIRT_BASE + 0x19000)

#define BANK_OFF(n) (((n) < 3) ? (n) << 2 : 0x100 + (((n) - 3) << 2))
#define GPIO_REG(x) (GPIO_REGS_VIRT + (x))
#define GPIO_REG(x) (*(volatile u32 *)(GPIO_REGS_VIRT + (x)))

#define NR_BUILTIN_GPIO IRQ_GPIO_NUM

Expand Down

0 comments on commit 578a817

Please sign in to comment.