projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ixp4xx: fix MAC parsing and switch (unmanaged) functionality for wrt300nv2 (thank...
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-2.6.32
/
200-extended-platform-devices.patch
diff --git
a/target/linux/brcm63xx/patches-2.6.32/200-extended-platform-devices.patch
b/target/linux/brcm63xx/patches-2.6.32/200-extended-platform-devices.patch
index
aec85a3
..
8d64135
100644
(file)
--- a/
target/linux/brcm63xx/patches-2.6.32/200-extended-platform-devices.patch
+++ b/
target/linux/brcm63xx/patches-2.6.32/200-extended-platform-devices.patch
@@
-1,6
+1,6
@@
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c
-@@ -10
00,6 +1000
,10 @@ int __init board_register_devices(void)
+@@ -10
14,6 +1014
,10 @@ int __init board_register_devices(void)
platform_device_register(&bcm63xx_gpio_buttons_device);
}
platform_device_register(&bcm63xx_gpio_buttons_device);
}
@@
-15,8
+15,8
@@
+++ b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
@@ -59,6 +59,10 @@ struct board_info {
+++ b/arch/mips/include/asm/mach-bcm63xx/board_bcm963xx.h
@@ -59,6 +59,10 @@ struct board_info {
- /*
Reset button
*/
- struct gpio_button
reset_
buttons[2];
+ /*
Buttons
*/
+ struct gpio_button buttons[2];
+
+ /* Additional platform devices */
+ struct platform_device **devs;
+
+ /* Additional platform devices */
+ struct platform_device **devs;
This page took
0.023632 seconds
and
4
git commands to generate.