projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[xburst] Export gpio and irq registers through debugfs
[openwrt.git]
/
target
/
linux
/
xburst
/
files-2.6.32
/
arch
/
mips
/
jz4740
/
board-qi_lb60.c
diff --git
a/target/linux/xburst/files-2.6.32/arch/mips/jz4740/board-qi_lb60.c
b/target/linux/xburst/files-2.6.32/arch/mips/jz4740/board-qi_lb60.c
index
3866b8d
..
8004417
100644
(file)
--- a/
target/linux/xburst/files-2.6.32/arch/mips/jz4740/board-qi_lb60.c
+++ b/
target/linux/xburst/files-2.6.32/arch/mips/jz4740/board-qi_lb60.c
@@
-412,7
+412,7
@@
static int __init qi_lb60_board_setup(void)
if (jz_gpiolib_init())
panic("Failed to initalize jz gpio\n");
- jz
_init_clocks
();
+ jz
4740_clock_init
();
board_gpio_setup();
if (qi_lb60_init_platform_devices())
This page took
0.02051 seconds
and
4
git commands to generate.