From ba3a749f9b29b40784bb576651142c601d4a7211 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Tue, 12 Jan 2016 20:50:41 +0000 Subject: kernel: refresh patches for kernel 4.4 Signed-off-by: Hauke Mehrtens SVN-Revision: 48222 --- .../020-ARM-BCM5301X-remove-workaround-imprecise-abort-fault.patch | 2 +- .../022-ARM-BCM-Clean-up-SMP-support-for-Broadcom-Kona.patch | 4 ++-- .../patches-4.4/023-ARM-BCM-Add-SMP-support-for-Broadcom-NSP.patch | 2 +- .../patches-4.4/024-ARM-BCM-Add-SMP-support-for-Broadcom-4708.patch | 2 +- .../patches-4.4/031-ARM-dts-enable-clock-support-for-BCM5301X.patch | 6 +++--- .../033-dt-bindings-add-SMP-enable-method-for-Broadcom-NSP.patch | 2 +- .../080-USB-bcma-switch-to-GPIO-descriptor-for-power-control.patch | 4 ++-- .../patches-4.4/153-PCI-iproc-Add-iProc-PCIe-MSI-support.patch | 2 +- .../patches-4.4/810-USB-bcma-use-simpler-devm_gpiod_get.patch | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) (limited to 'target/linux/bcm53xx') diff --git a/target/linux/bcm53xx/patches-4.4/020-ARM-BCM5301X-remove-workaround-imprecise-abort-fault.patch b/target/linux/bcm53xx/patches-4.4/020-ARM-BCM5301X-remove-workaround-imprecise-abort-fault.patch index bc115b11f8..30acc8c311 100644 --- a/target/linux/bcm53xx/patches-4.4/020-ARM-BCM5301X-remove-workaround-imprecise-abort-fault.patch +++ b/target/linux/bcm53xx/patches-4.4/020-ARM-BCM5301X-remove-workaround-imprecise-abort-fault.patch @@ -59,7 +59,7 @@ Signed-off-by: Florian Fainelli static const char *const bcm5301x_dt_compat[] __initconst = { "brcm,bcm4708", -@@ -52,6 +18,5 @@ static const char *const bcm5301x_dt_compat[] __initconst = { +@@ -52,6 +18,5 @@ static const char *const bcm5301x_dt_com DT_MACHINE_START(BCM5301X, "BCM5301X") .l2c_aux_val = 0, .l2c_aux_mask = ~0, diff --git a/target/linux/bcm53xx/patches-4.4/022-ARM-BCM-Clean-up-SMP-support-for-Broadcom-Kona.patch b/target/linux/bcm53xx/patches-4.4/022-ARM-BCM-Clean-up-SMP-support-for-Broadcom-Kona.patch index c79cf95fd8..fecaec4b49 100644 --- a/target/linux/bcm53xx/patches-4.4/022-ARM-BCM-Clean-up-SMP-support-for-Broadcom-Kona.patch +++ b/target/linux/bcm53xx/patches-4.4/022-ARM-BCM-Clean-up-SMP-support-for-Broadcom-Kona.patch @@ -217,7 +217,7 @@ Signed-off-by: Florian Fainelli { void __iomem *boot_reg; phys_addr_t boot_func; -@@ -154,15 +179,16 @@ static int bcm_boot_secondary(unsigned int cpu, struct task_struct *idle) +@@ -154,15 +179,16 @@ static int bcm_boot_secondary(unsigned i return -EINVAL; } @@ -237,7 +237,7 @@ Signed-off-by: Florian Fainelli } /* -@@ -191,12 +217,12 @@ static int bcm_boot_secondary(unsigned int cpu, struct task_struct *idle) +@@ -191,12 +217,12 @@ static int bcm_boot_secondary(unsigned i pr_err("timeout waiting for cpu %u to start\n", cpu_id); diff --git a/target/linux/bcm53xx/patches-4.4/023-ARM-BCM-Add-SMP-support-for-Broadcom-NSP.patch b/target/linux/bcm53xx/patches-4.4/023-ARM-BCM-Add-SMP-support-for-Broadcom-NSP.patch index fb592415e9..5fbf213700 100644 --- a/target/linux/bcm53xx/patches-4.4/023-ARM-BCM-Add-SMP-support-for-Broadcom-NSP.patch +++ b/target/linux/bcm53xx/patches-4.4/023-ARM-BCM-Add-SMP-support-for-Broadcom-NSP.patch @@ -50,7 +50,7 @@ Signed-off-by: Florian Fainelli # BCM281XX obj-$(CONFIG_ARCH_BCM_281XX) += board_bcm281xx.o -@@ -23,7 +27,7 @@ obj-$(CONFIG_ARCH_BCM_281XX) += board_bcm281xx.o +@@ -23,7 +27,7 @@ obj-$(CONFIG_ARCH_BCM_281XX) += board_bc obj-$(CONFIG_ARCH_BCM_21664) += board_bcm21664.o # BCM281XX and BCM21664 SMP support diff --git a/target/linux/bcm53xx/patches-4.4/024-ARM-BCM-Add-SMP-support-for-Broadcom-4708.patch b/target/linux/bcm53xx/patches-4.4/024-ARM-BCM-Add-SMP-support-for-Broadcom-4708.patch index 8fbc064dbf..ca75fad53b 100644 --- a/target/linux/bcm53xx/patches-4.4/024-ARM-BCM-Add-SMP-support-for-Broadcom-4708.patch +++ b/target/linux/bcm53xx/patches-4.4/024-ARM-BCM-Add-SMP-support-for-Broadcom-4708.patch @@ -46,7 +46,7 @@ Signed-off-by: Florian Fainelli Support for Broadcom BCM470X and BCM5301X SoCs with ARM CPU cores. --- a/arch/arm/mach-bcm/Makefile +++ b/arch/arm/mach-bcm/Makefile -@@ -43,6 +43,9 @@ obj-$(CONFIG_ARCH_BCM2835) += board_bcm2835.o +@@ -43,6 +43,9 @@ obj-$(CONFIG_ARCH_BCM2835) += board_bcm2 # BCM5301X obj-$(CONFIG_ARCH_BCM_5301X) += bcm_5301x.o diff --git a/target/linux/bcm53xx/patches-4.4/031-ARM-dts-enable-clock-support-for-BCM5301X.patch b/target/linux/bcm53xx/patches-4.4/031-ARM-dts-enable-clock-support-for-BCM5301X.patch index e8dd0cdd5c..db47006218 100644 --- a/target/linux/bcm53xx/patches-4.4/031-ARM-dts-enable-clock-support-for-BCM5301X.patch +++ b/target/linux/bcm53xx/patches-4.4/031-ARM-dts-enable-clock-support-for-BCM5301X.patch @@ -121,7 +121,8 @@ Signed-off-by: Florian Fainelli + }; + + iprocmed: iprocmed { -+ #clock-cells = <0>; + #clock-cells = <0>; +- clock-frequency = <400000000>; + compatible = "fixed-factor-clock"; + clocks = <&genpll BCM_NSP_GENPLL_IPROCFAST_CLK>; + clock-div = <2>; @@ -137,8 +138,7 @@ Signed-off-by: Florian Fainelli + }; + + periph_clk: periph_clk { - #clock-cells = <0>; -- clock-frequency = <400000000>; ++ #clock-cells = <0>; + compatible = "fixed-factor-clock"; + clocks = <&a9pll>; + clock-div = <2>; diff --git a/target/linux/bcm53xx/patches-4.4/033-dt-bindings-add-SMP-enable-method-for-Broadcom-NSP.patch b/target/linux/bcm53xx/patches-4.4/033-dt-bindings-add-SMP-enable-method-for-Broadcom-NSP.patch index ad560261d3..ff3fa0b80c 100644 --- a/target/linux/bcm53xx/patches-4.4/033-dt-bindings-add-SMP-enable-method-for-Broadcom-NSP.patch +++ b/target/linux/bcm53xx/patches-4.4/033-dt-bindings-add-SMP-enable-method-for-Broadcom-NSP.patch @@ -60,7 +60,7 @@ Signed-off-by: Florian Fainelli + }; --- a/Documentation/devicetree/bindings/arm/cpus.txt +++ b/Documentation/devicetree/bindings/arm/cpus.txt -@@ -190,6 +190,7 @@ nodes to be present and contain the properties described below. +@@ -190,6 +190,7 @@ nodes to be present and contain the prop "allwinner,sun6i-a31" "allwinner,sun8i-a23" "arm,psci" diff --git a/target/linux/bcm53xx/patches-4.4/080-USB-bcma-switch-to-GPIO-descriptor-for-power-control.patch b/target/linux/bcm53xx/patches-4.4/080-USB-bcma-switch-to-GPIO-descriptor-for-power-control.patch index deb0e4e459..bc735a234e 100644 --- a/target/linux/bcm53xx/patches-4.4/080-USB-bcma-switch-to-GPIO-descriptor-for-power-control.patch +++ b/target/linux/bcm53xx/patches-4.4/080-USB-bcma-switch-to-GPIO-descriptor-for-power-control.patch @@ -37,7 +37,7 @@ Signed-off-by: Greg Kroah-Hartman }; /* Wait for bitmask in a register to get set or cleared. -@@ -228,19 +230,12 @@ static void bcma_hcd_init_chip_arm(struct bcma_device *dev) +@@ -228,19 +230,12 @@ static void bcma_hcd_init_chip_arm(struc static void bcma_hci_platform_power_gpio(struct bcma_device *dev, bool val) { @@ -60,7 +60,7 @@ Signed-off-by: Greg Kroah-Hartman } static const struct usb_ehci_pdata ehci_pdata = { -@@ -314,7 +309,11 @@ static int bcma_hcd_probe(struct bcma_device *dev) +@@ -314,7 +309,11 @@ static int bcma_hcd_probe(struct bcma_de if (!usb_dev) return -ENOMEM; diff --git a/target/linux/bcm53xx/patches-4.4/153-PCI-iproc-Add-iProc-PCIe-MSI-support.patch b/target/linux/bcm53xx/patches-4.4/153-PCI-iproc-Add-iProc-PCIe-MSI-support.patch index d52e557f50..bcaccaa457 100644 --- a/target/linux/bcm53xx/patches-4.4/153-PCI-iproc-Add-iProc-PCIe-MSI-support.patch +++ b/target/linux/bcm53xx/patches-4.4/153-PCI-iproc-Add-iProc-PCIe-MSI-support.patch @@ -52,7 +52,7 @@ Reviewed-by: Scott Branden --- a/drivers/pci/host/Kconfig +++ b/drivers/pci/host/Kconfig -@@ -126,6 +126,15 @@ config PCIE_IPROC +@@ -127,6 +127,15 @@ config PCIE_IPROC iProc family of SoCs. An appropriate bus interface driver also needs to be enabled diff --git a/target/linux/bcm53xx/patches-4.4/810-USB-bcma-use-simpler-devm_gpiod_get.patch b/target/linux/bcm53xx/patches-4.4/810-USB-bcma-use-simpler-devm_gpiod_get.patch index a2c9b12051..ec6ef9ea59 100644 --- a/target/linux/bcm53xx/patches-4.4/810-USB-bcma-use-simpler-devm_gpiod_get.patch +++ b/target/linux/bcm53xx/patches-4.4/810-USB-bcma-use-simpler-devm_gpiod_get.patch @@ -12,7 +12,7 @@ Signed-off-by: Rafał Miłecki --- a/drivers/usb/host/bcma-hcd.c +++ b/drivers/usb/host/bcma-hcd.c -@@ -568,8 +568,7 @@ static int bcma_hcd_probe(struct bcma_device *dev) +@@ -568,8 +568,7 @@ static int bcma_hcd_probe(struct bcma_de usb_dev->core = dev; if (dev->dev.of_node) -- cgit v1.2.3