Author: rmilecki Date: 2015-03-22 02:56:47 +0100 (Sun, 22 Mar 2015) New Revision: 44931
Modified: trunk/target/linux/bcm53xx/patches-3.18/081-watchdog-bcm47xx_wdt.c-allow-enabling-on-BCM5301X-ar.patch trunk/target/linux/bcm53xx/patches-3.18/110-firmware-backport-NVRAM-driver.patch trunk/target/linux/bcm53xx/patches-3.18/150-pci-do-not-probe-too-early.patch trunk/target/linux/bcm53xx/patches-3.18/305-ARM-BCM53XX-set-customized-AUXCTL.patch trunk/target/linux/bcm53xx/patches-3.18/323-ARM-BCM5301X-Add-DT-for-Netgear-R8000.patch Log: bcm53xx: refresh patches Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]> Modified: trunk/target/linux/bcm53xx/patches-3.18/081-watchdog-bcm47xx_wdt.c-allow-enabling-on-BCM5301X-ar.patch =================================================================== --- trunk/target/linux/bcm53xx/patches-3.18/081-watchdog-bcm47xx_wdt.c-allow-enabling-on-BCM5301X-ar.patch 2015-03-21 21:48:18 UTC (rev 44930) +++ trunk/target/linux/bcm53xx/patches-3.18/081-watchdog-bcm47xx_wdt.c-allow-enabling-on-BCM5301X-ar.patch 2015-03-22 01:56:47 UTC (rev 44931) @@ -20,7 +20,7 @@ index 2aaef7b..ca6c949 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig -@@ -1113,7 +1113,7 @@ config ATH79_WDT +@@ -1101,7 +1101,7 @@ config ATH79_WDT config BCM47XX_WDT tristate "Broadcom BCM47xx Watchdog Timer" Modified: trunk/target/linux/bcm53xx/patches-3.18/110-firmware-backport-NVRAM-driver.patch =================================================================== --- trunk/target/linux/bcm53xx/patches-3.18/110-firmware-backport-NVRAM-driver.patch 2015-03-21 21:48:18 UTC (rev 44930) +++ trunk/target/linux/bcm53xx/patches-3.18/110-firmware-backport-NVRAM-driver.patch 2015-03-22 01:56:47 UTC (rev 44931) @@ -92,7 +92,7 @@ index 34c7bc8..943707f 100644 --- a/drivers/net/ethernet/broadcom/bgmac.c +++ b/drivers/net/ethernet/broadcom/bgmac.c -@@ -17,7 +17,7 @@ +@@ -18,7 +18,7 @@ #include <linux/interrupt.h> #include <linux/dma-mapping.h> #include <linux/platform_data/b53.h> Modified: trunk/target/linux/bcm53xx/patches-3.18/150-pci-do-not-probe-too-early.patch =================================================================== --- trunk/target/linux/bcm53xx/patches-3.18/150-pci-do-not-probe-too-early.patch 2015-03-21 21:48:18 UTC (rev 44930) +++ trunk/target/linux/bcm53xx/patches-3.18/150-pci-do-not-probe-too-early.patch 2015-03-22 01:56:47 UTC (rev 44931) @@ -15,7 +15,7 @@ --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c -@@ -2097,7 +2097,10 @@ struct pci_bus *pci_scan_root_bus(struct +@@ -2100,7 +2100,10 @@ struct pci_bus *pci_scan_root_bus(struct if (!found) pci_bus_update_busn_res_end(b, max); Modified: trunk/target/linux/bcm53xx/patches-3.18/305-ARM-BCM53XX-set-customized-AUXCTL.patch =================================================================== --- trunk/target/linux/bcm53xx/patches-3.18/305-ARM-BCM53XX-set-customized-AUXCTL.patch 2015-03-21 21:48:18 UTC (rev 44930) +++ trunk/target/linux/bcm53xx/patches-3.18/305-ARM-BCM53XX-set-customized-AUXCTL.patch 2015-03-22 01:56:47 UTC (rev 44931) @@ -14,7 +14,7 @@ --- a/arch/arm/mach-bcm/bcm_5301x.c +++ b/arch/arm/mach-bcm/bcm_5301x.c -@@ -79,7 +79,10 @@ static const char __initconst *bcm5301x_ +@@ -49,7 +49,10 @@ static const char __initconst *bcm5301x_ }; DT_MACHINE_START(BCM5301X, "BCM5301X") @@ -25,4 +25,4 @@ + L310_AUX_CTRL_EARLY_BRESP, .l2c_aux_mask = ~0, .init_early = bcm5301x_init_early, - .restart = bcm5301x_restart, + .dt_compat = bcm5301x_dt_compat, Modified: trunk/target/linux/bcm53xx/patches-3.18/323-ARM-BCM5301X-Add-DT-for-Netgear-R8000.patch =================================================================== --- trunk/target/linux/bcm53xx/patches-3.18/323-ARM-BCM5301X-Add-DT-for-Netgear-R8000.patch 2015-03-21 21:48:18 UTC (rev 44930) +++ trunk/target/linux/bcm53xx/patches-3.18/323-ARM-BCM5301X-Add-DT-for-Netgear-R8000.patch 2015-03-22 01:56:47 UTC (rev 44931) @@ -61,7 +61,7 @@ +}; --- a/arch/arm/mach-bcm/bcm_5301x.c +++ b/arch/arm/mach-bcm/bcm_5301x.c -@@ -35,15 +35,16 @@ static struct bcma_bus *bcm5301x_get_bcm +@@ -18,15 +18,16 @@ static bool first_fault = true; static int bcm5301x_abort_handler(unsigned long addr, unsigned int fsr, struct pt_regs *regs) { _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
