diff --git a/target/linux/brcm63xx/patches-3.3/300-reset_buttons.patch b/target/linux/brcm63xx/patches-3.3/300-reset_buttons.patch index 28a88e6d1f38fd2d565c8e32f34aaf4453418b68..0e1d6f8d95c6478ed603d4c97bc6af51e6634e04 100644 --- a/target/linux/brcm63xx/patches-3.3/300-reset_buttons.patch +++ b/target/linux/brcm63xx/patches-3.3/300-reset_buttons.patch @@ -53,7 +53,7 @@ }; static struct board_info __initdata board_FAST2404 = { -@@ -823,11 +848,23 @@ static struct platform_device bcm63xx_gp +@@ -821,11 +846,23 @@ static struct platform_device bcm63xx_gp .dev.platform_data = &bcm63xx_led_data, }; @@ -77,7 +77,7 @@ if (board.has_uart0) bcm63xx_uart_register(0); -@@ -870,5 +907,16 @@ int __init board_register_devices(void) +@@ -868,5 +905,16 @@ int __init board_register_devices(void) platform_device_register(&bcm63xx_gpio_leds); diff --git a/target/linux/brcm63xx/patches-3.3/301-led_count.patch b/target/linux/brcm63xx/patches-3.3/301-led_count.patch index 4299d682e098af42d23d38ae5df757210e8b3d25..84d57a00ddf373ba2906d50914e786404e02ba79 100644 --- a/target/linux/brcm63xx/patches-3.3/301-led_count.patch +++ b/target/linux/brcm63xx/patches-3.3/301-led_count.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -864,6 +864,7 @@ static struct platform_device bcm63xx_gp +@@ -862,6 +862,7 @@ static struct platform_device bcm63xx_gp int __init board_register_devices(void) { int button_count = 0; @@ -8,7 +8,7 @@ if (board.has_uart0) bcm63xx_uart_register(0); -@@ -902,7 +903,11 @@ int __init board_register_devices(void) +@@ -900,7 +901,11 @@ int __init board_register_devices(void) bcm63xx_flash_register(); diff --git a/target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch b/target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch index d2b99a58163d7bace761c532607e17f94bd7cc93..b48ef733bfbdec7f2a3977bf5322fca8d8b192b8 100644 --- a/target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch +++ b/target/linux/brcm63xx/patches-3.3/302-extended-platform-devices.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -901,6 +901,9 @@ int __init board_register_devices(void) +@@ -899,6 +899,9 @@ int __init board_register_devices(void) bcm63xx_spi_register(); diff --git a/target/linux/brcm63xx/patches-3.3/303-spi-board-info.patch b/target/linux/brcm63xx/patches-3.3/303-spi-board-info.patch index b81adb50e8ccb27adc42de305637482443233bec..517a53b565936dc97f12e1db4f2dd9d31515a4b6 100644 --- a/target/linux/brcm63xx/patches-3.3/303-spi-board-info.patch +++ b/target/linux/brcm63xx/patches-3.3/303-spi-board-info.patch @@ -8,7 +8,7 @@ #include <asm/addrspace.h> #include <bcm63xx_board.h> #include <bcm63xx_cpu.h> -@@ -904,6 +905,9 @@ int __init board_register_devices(void) +@@ -902,6 +903,9 @@ int __init board_register_devices(void) if (board.num_devs) platform_add_devices(board.devs, board.num_devs); diff --git a/target/linux/brcm63xx/patches-3.3/304-boardid_fixup.patch b/target/linux/brcm63xx/patches-3.3/304-boardid_fixup.patch index b486a864578c582fbbe5c84e44d843b9f2b6e1b5..0c2fab57538ffb7273f0a92da5dae863b6cf8077 100644 --- a/target/linux/brcm63xx/patches-3.3/304-boardid_fixup.patch +++ b/target/linux/brcm63xx/patches-3.3/304-boardid_fixup.patch @@ -47,7 +47,7 @@ /* * early init callback, read nvram data from flash and checksum it */ -@@ -773,6 +800,11 @@ void __init board_prom_init(void) +@@ -771,6 +798,11 @@ void __init board_prom_init(void) return; } diff --git a/target/linux/brcm63xx/patches-3.3/107-cfe_version_mod.patch b/target/linux/brcm63xx/patches-3.3/311-cfe_version_mod.patch similarity index 94% rename from target/linux/brcm63xx/patches-3.3/107-cfe_version_mod.patch rename to target/linux/brcm63xx/patches-3.3/311-cfe_version_mod.patch index c00ed113e31187563221d09b4dc46c77a6dc75d4..1269bc0c47f30607c4d2d6d7d6461def69df531f 100644 --- a/target/linux/brcm63xx/patches-3.3/107-cfe_version_mod.patch +++ b/target/linux/brcm63xx/patches-3.3/311-cfe_version_mod.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -724,6 +724,8 @@ void __init board_prom_init(void) +@@ -777,6 +777,8 @@ void __init board_prom_init(void) if (!memcmp(cfe, "cfe-v", 5)) snprintf(cfe_version, sizeof(cfe_version), "%u.%u.%u-%u.%u", cfe[5], cfe[6], cfe[7], cfe[8], cfe[9]); diff --git a/target/linux/brcm63xx/patches-3.3/427-MTD-m25p80-allow-passing-pp_data.patch b/target/linux/brcm63xx/patches-3.3/427-MIPS-BCM63XX-store-the-flash-type-in-global-variable.patch similarity index 100% rename from target/linux/brcm63xx/patches-3.3/427-MTD-m25p80-allow-passing-pp_data.patch rename to target/linux/brcm63xx/patches-3.3/427-MIPS-BCM63XX-store-the-flash-type-in-global-variable.patch diff --git a/target/linux/brcm63xx/patches-3.3/553-board_96348w3.patch b/target/linux/brcm63xx/patches-3.3/525-board_96348w3.patch similarity index 89% rename from target/linux/brcm63xx/patches-3.3/553-board_96348w3.patch rename to target/linux/brcm63xx/patches-3.3/525-board_96348w3.patch index 4f20a6426f8a82f95c02cc423fb515423d1ae9c1..ffce6fc14a89d357cedb3dbd89ca79c22e4a036b 100644 --- a/target/linux/brcm63xx/patches-3.3/553-board_96348w3.patch +++ b/target/linux/brcm63xx/patches-3.3/525-board_96348w3.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -1358,6 +1358,57 @@ static struct board_info __initdata boar +@@ -1334,6 +1334,57 @@ static struct board_info __initdata boar }, }; @@ -58,7 +58,7 @@ #endif /* -@@ -2554,6 +2605,7 @@ static const struct board_info __initdat +@@ -2438,6 +2489,7 @@ static const struct board_info __initdat &board_ct536_ct5621, &board_96348A_122, &board_CPVA502plus, diff --git a/target/linux/brcm63xx/patches-3.3/554-board_CT6373-1.patch b/target/linux/brcm63xx/patches-3.3/526-board_CT6373-1.patch similarity index 95% rename from target/linux/brcm63xx/patches-3.3/554-board_CT6373-1.patch rename to target/linux/brcm63xx/patches-3.3/526-board_CT6373-1.patch index 9b36baf72723ca349f2e5af34225f7f186fed2a4..effd9f6d95a5627286817e593afb3a535a870663 100644 --- a/target/linux/brcm63xx/patches-3.3/554-board_CT6373-1.patch +++ b/target/linux/brcm63xx/patches-3.3/526-board_CT6373-1.patch @@ -14,7 +14,7 @@ static struct board_info board; /* -@@ -2287,6 +2294,111 @@ static struct board_info __initdata boar +@@ -2171,6 +2178,111 @@ static struct board_info __initdata boar .num_spis = ARRAY_SIZE(nb4_spi_devices), }; @@ -126,7 +126,7 @@ static struct board_info __initdata board_HW553 = { .name = "HW553", .expected_cpu_id = 0x6358, -@@ -2620,6 +2732,7 @@ static const struct board_info __initdat +@@ -2504,6 +2616,7 @@ static const struct board_info __initdat &board_nb4_ser_r2, &board_nb4_fxc_r1, &board_nb4_fxc_r2, diff --git a/target/linux/brcm63xx/patches-3.3/555-board_dva-g3810bn-tl-1.patch b/target/linux/brcm63xx/patches-3.3/527-board_dva-g3810bn-tl-1.patch similarity index 91% rename from target/linux/brcm63xx/patches-3.3/555-board_dva-g3810bn-tl-1.patch rename to target/linux/brcm63xx/patches-3.3/527-board_dva-g3810bn-tl-1.patch index d2f91df6c587343e4ed8e4aca77dbc31b9a560e0..034626c8a48e52c0e0f2468122e631aff393a2a7 100644 --- a/target/linux/brcm63xx/patches-3.3/555-board_dva-g3810bn-tl-1.patch +++ b/target/linux/brcm63xx/patches-3.3/527-board_dva-g3810bn-tl-1.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -2538,6 +2538,71 @@ static struct board_info __initdata boar +@@ -2422,6 +2422,71 @@ static struct board_info __initdata boar }, } }; @@ -72,7 +72,7 @@ #endif /* -@@ -2735,6 +2800,7 @@ static const struct board_info __initdat +@@ -2619,6 +2684,7 @@ static const struct board_info __initdat &board_ct6373_1, &board_HW553, &board_spw303v, diff --git a/target/linux/brcm63xx/patches-3.3/550-alice_gate2_leds.patch b/target/linux/brcm63xx/patches-3.3/550-alice_gate2_leds.patch index bd43da5c0c79b5f5cecdca21b1f12d56da46fa22..ebf6f65421e15b186bff019bade260a71bb29faf 100644 --- a/target/linux/brcm63xx/patches-3.3/550-alice_gate2_leds.patch +++ b/target/linux/brcm63xx/patches-3.3/550-alice_gate2_leds.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -1551,6 +1551,98 @@ static struct board_info __initdata boar +@@ -1609,6 +1609,98 @@ static struct board_info __initdata boar .has_ohci0 = 1, .has_ehci0 = 1, diff --git a/target/linux/brcm63xx/patches-3.3/551-96348gw_a_leds.patch b/target/linux/brcm63xx/patches-3.3/551-96348gw_a_leds.patch index 06ecfb6a89358087ab365cb3b1804a37e1e59e70..02938c3eef73dc1a7235332eea7fc3614c566970 100644 --- a/target/linux/brcm63xx/patches-3.3/551-96348gw_a_leds.patch +++ b/target/linux/brcm63xx/patches-3.3/551-96348gw_a_leds.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -1059,6 +1059,19 @@ static struct board_info __initdata boar +@@ -1066,6 +1066,19 @@ static struct board_info __initdata boar }, .has_ohci0 = 1, diff --git a/target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch b/target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch index a07e6fdf29c9dbdfb0805f2fb48bebd6350195ca..0a464c8d5bb124f84a6385bd7eeeca7ad63e14ea 100644 --- a/target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch +++ b/target/linux/brcm63xx/patches-3.3/552-board_96348gw-10_reset_button.patch @@ -1,6 +1,6 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c -@@ -576,6 +576,17 @@ static struct board_info __initdata boar +@@ -583,6 +583,17 @@ static struct board_info __initdata boar .active_low = 1, }, },