Author: jogo Date: 2014-08-11 13:36:38 +0200 (Mon, 11 Aug 2014) New Revision: 42117
Added: trunk/target/linux/brcm63xx/patches-3.14/499-allow_better_context_for_board_patches.patch Modified: trunk/target/linux/brcm63xx/patches-3.14/500-board-D4PW.patch trunk/target/linux/brcm63xx/patches-3.14/501-board-NB4.patch trunk/target/linux/brcm63xx/patches-3.14/502-board-96338W2_E7T.patch trunk/target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch trunk/target/linux/brcm63xx/patches-3.14/507-board-MAGIC.patch trunk/target/linux/brcm63xx/patches-3.14/508-board_hw553.patch trunk/target/linux/brcm63xx/patches-3.14/509-board_rta1320_16m.patch trunk/target/linux/brcm63xx/patches-3.14/510-board_spw303v.patch trunk/target/linux/brcm63xx/patches-3.14/511-board_V2500V.patch trunk/target/linux/brcm63xx/patches-3.14/520-bcm63xx-add-support-for-96368MVWG-board.patch trunk/target/linux/brcm63xx/patches-3.14/521-bcm63xx-add-support-for-96368MVNgr-board.patch trunk/target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch trunk/target/linux/brcm63xx/patches-3.14/524-board_dsl_274xb_rev_f.patch trunk/target/linux/brcm63xx/patches-3.14/527-board_dva-g3810bn-tl-1.patch trunk/target/linux/brcm63xx/patches-3.14/528-board_nb6.patch trunk/target/linux/brcm63xx/patches-3.14/533-board_rta770bw.patch trunk/target/linux/brcm63xx/patches-3.14/535-board_rta770w.patch trunk/target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch trunk/target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch trunk/target/linux/brcm63xx/patches-3.14/555-board_96318ref.patch trunk/target/linux/brcm63xx/patches-3.14/556-board_96318ref_p300.patch trunk/target/linux/brcm63xx/patches-3.14/557-board_bcm963269bhr.patch trunk/target/linux/brcm63xx/patches-3.14/559-board_vw6339gu.patch trunk/target/linux/brcm63xx/patches-3.14/561-board_WAP-5813n.patch trunk/target/linux/brcm63xx/patches-3.14/567-board_dsl-2751b_e1.patch Log: brcm63xx: make board patch context less ambiguous Make it less likely for quilt/patch to put boards into the "wrong" section. Signed-off-by: Jonas Gorski <[email protected]> Added: trunk/target/linux/brcm63xx/patches-3.14/499-allow_better_context_for_board_patches.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/499-allow_better_context_for_board_patches.patch (rev 0) +++ trunk/target/linux/brcm63xx/patches-3.14/499-allow_better_context_for_board_patches.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -0,0 +1,56 @@ +--- a/arch/mips/bcm63xx/boards/board_bcm963xx.c ++++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c +@@ -65,7 +65,7 @@ static struct board_info __initdata boar + .ephy_reset_gpio = 36, + .ephy_reset_gpio_flags = GPIOF_INIT_HIGH, + }; +-#endif ++#endif /* CONFIG_BCM63XX_CPU_3368 */ + + /* + * known 6328 boards +@@ -114,7 +114,7 @@ static struct board_info __initdata boar + }, + }, + }; +-#endif ++#endif /* CONFIG_BCM63XX_CPU_6328 */ + + /* + * known 6338 boards +@@ -203,7 +203,7 @@ static struct board_info __initdata boar + }, + }, + }; +-#endif ++#endif /* CONFIG_BCM63XX_CPU_6338 */ + + /* + * known 6345 boards +@@ -215,7 +215,7 @@ static struct board_info __initdata boar + + .has_uart0 = 1, + }; +-#endif ++#endif /* CONFIG_BCM63XX_CPU_6345 */ + + /* + * known 6348 boards +@@ -548,7 +548,7 @@ static struct board_info __initdata boar + + .has_ohci0 = 1, + }; +-#endif ++#endif /* CONFIG_BCM63XX_CPU_6348 */ + + /* + * known 6358 boards +@@ -701,7 +701,7 @@ static struct board_info __initdata boar + + .has_ohci0 = 1, + }; +-#endif ++#endif /* CONFIG_BCM63XX_CPU_6358 */ + + /* + * all boards Modified: trunk/target/linux/brcm63xx/patches-3.14/500-board-D4PW.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/500-board-D4PW.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/500-board-D4PW.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -54,7 +54,7 @@ + }, + }, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6348 */ /* @@ -729,6 +779,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/501-board-NB4.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/501-board-NB4.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/501-board-NB4.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -629,7 +629,7 @@ + .spis = nb4_spi_devices, + .num_spis = ARRAY_SIZE(nb4_spi_devices), +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6358 */ /* @@ -787,6 +1398,11 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/502-board-96338W2_E7T.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/502-board-96338W2_E7T.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/502-board-96338W2_E7T.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -38,7 +38,7 @@ + }, + }, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6338 */ /* @@ -1377,6 +1411,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/505-board_spw500v.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -65,7 +65,7 @@ + }, + }, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6348 */ /* @@ -1573,6 +1634,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/507-board-MAGIC.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/507-board-MAGIC.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/507-board-MAGIC.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -76,7 +76,7 @@ + }, + }, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6348 */ /* @@ -1743,6 +1815,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/508-board_hw553.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/508-board_hw553.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/508-board_hw553.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -81,7 +81,7 @@ + .pci_dev = 1, + }, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6358 */ /* @@ -1830,6 +1907,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/509-board_rta1320_16m.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/509-board_rta1320_16m.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/509-board_rta1320_16m.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -43,7 +43,7 @@ + }, + }, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6338 */ /* @@ -1875,6 +1914,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/510-board_spw303v.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/510-board_spw303v.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/510-board_spw303v.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -70,7 +70,7 @@ + }, + } +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6358 */ /* @@ -1948,6 +2014,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/511-board_V2500V.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/511-board_V2500V.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/511-board_V2500V.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -63,7 +63,7 @@ + }, + }, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6348 */ /* @@ -1999,6 +2058,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/520-bcm63xx-add-support-for-96368MVWG-board.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/520-bcm63xx-add-support-for-96368MVWG-board.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/520-bcm63xx-add-support-for-96368MVWG-board.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -11,7 +11,7 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -2244,6 +2244,85 @@ static struct board_info __initdata boar - #endif + #endif /* CONFIG_BCM63XX_CPU_6358 */ /* + * known 6368 boards @@ -90,7 +90,7 @@ + .has_ohci0 = 1, + .has_ehci0 = 1, +}; -+#endif ++#endif /* CONFIG_BCM63XX_CPU_6368 */ + +/* * all boards Modified: trunk/target/linux/brcm63xx/patches-3.14/521-bcm63xx-add-support-for-96368MVNgr-board.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/521-bcm63xx-add-support-for-96368MVNgr-board.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/521-bcm63xx-add-support-for-96368MVNgr-board.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -79,7 +79,7 @@ + .has_ohci0 = 1, + .has_ehci0 = 1, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6368 */ /* @@ -2380,6 +2446,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/523-MIPS-BCM63XX-add-963281TAN-reference-board.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -83,7 +83,7 @@ + + }, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6328 */ /* @@ -2429,6 +2499,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/524-board_dsl_274xb_rev_f.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/524-board_dsl_274xb_rev_f.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/524-board_dsl_274xb_rev_f.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -119,7 +119,7 @@ + }, + }, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6328 */ /* @@ -2500,6 +2605,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/527-board_dva-g3810bn-tl-1.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/527-board_dva-g3810bn-tl-1.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/527-board_dva-g3810bn-tl-1.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -71,7 +71,7 @@ + }, + }, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6358 */ /* @@ -2830,6 +2897,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/528-board_nb6.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/528-board_nb6.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/528-board_nb6.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -19,7 +19,7 @@ #define CT6373_74X164_GPIO_BASE 64 @@ -2694,6 +2697,104 @@ static struct board_info __initdata boar }; - #endif + #endif /* CONFIG_BCM63XX_CPU_6358 */ +#ifdef CONFIG_BCM63XX_CPU_6362 +static struct rtl8367_extif_config nb6_rtl8367_extif0_cfg = { @@ -117,7 +117,7 @@ + .devs = nb6_devices, + .num_devs = ARRAY_SIZE(nb6_devices), +}; -+#endif ++#endif /* CONFIG_BCM63XX_CPU_6362 */ + /* * known 6368 boards Modified: trunk/target/linux/brcm63xx/patches-3.14/533-board_rta770bw.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/533-board_rta770bw.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/533-board_rta770bw.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -53,7 +53,7 @@ + }, + }, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6345 */ /* @@ -3335,6 +3384,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/535-board_rta770w.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/535-board_rta770w.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/535-board_rta770w.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -58,7 +58,7 @@ + }, + }, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6345 */ /* @@ -3872,6 +3926,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/536-board_fast2704.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -132,7 +132,7 @@ + }, + }, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6328 */ /* @@ -3916,6 +4032,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/537-board_fast2504n.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -100,7 +100,7 @@ + }, + }, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6362 */ /* @@ -4092,6 +4182,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/555-board_96318ref.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/555-board_96318ref.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/555-board_96318ref.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -1,7 +1,7 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -90,6 +90,93 @@ static struct board_info __initdata boar - #endif + #endif /* CONFIG_BCM63XX_CPU_3368 */ /* + * known 6318 boards @@ -88,7 +88,7 @@ + }, + }, +}; -+#endif ++#endif /* CONFIG_BCM63XX_CPU_6318 */ + +/* * known 6328 boards Modified: trunk/target/linux/brcm63xx/patches-3.14/556-board_96318ref_p300.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/556-board_96318ref_p300.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/556-board_96318ref_p300.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -92,7 +92,7 @@ + }, + }, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6318 */ /* @@ -4435,6 +4523,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/557-board_bcm963269bhr.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/557-board_bcm963269bhr.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/557-board_bcm963269bhr.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -1,7 +1,7 @@ --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c @@ -4515,6 +4515,75 @@ static struct board_info __initdata boar - #endif + #endif /* CONFIG_BCM63XX_CPU_6368 */ /* + * known 63268/63269 boards @@ -70,7 +70,7 @@ + }, + }, +}; -+#endif ++#endif /* CONFIG_BCM63XX_CPU_63268 */ + +/* * all boards Modified: trunk/target/linux/brcm63xx/patches-3.14/559-board_vw6339gu.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/559-board_vw6339gu.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/559-board_vw6339gu.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -106,7 +106,7 @@ + }, + }, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_63268 */ /* @@ -4716,6 +4818,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/561-board_WAP-5813n.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/561-board_WAP-5813n.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/561-board_WAP-5813n.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -123,7 +123,7 @@ + .spis = WAP5813n_spi_devices, + .num_spis = ARRAY_SIZE(WAP5813n_spi_devices), +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6368 */ /* @@ -4940,6 +5052,7 @@ static const struct board_info __initcon Modified: trunk/target/linux/brcm63xx/patches-3.14/567-board_dsl-2751b_e1.patch =================================================================== --- trunk/target/linux/brcm63xx/patches-3.14/567-board_dsl-2751b_e1.patch 2014-08-11 11:36:30 UTC (rev 42116) +++ trunk/target/linux/brcm63xx/patches-3.14/567-board_dsl-2751b_e1.patch 2014-08-11 11:36:38 UTC (rev 42117) @@ -139,7 +139,7 @@ + .num_board_fixups = ARRAY_SIZE(dsl2751b_e1_fixups), + }, +}; - #endif + #endif /* CONFIG_BCM63XX_CPU_6318 */ /* @@ -5426,6 +5561,7 @@ static const struct board_info __initcon _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
