diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2016-02-25 21:54:39 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2016-02-25 21:54:39 +0000 |
commit | cb04b8d58201f6aa35f99b76ee8b3435beb7a01e (patch) | |
tree | f6b54298f21d3ba2166fd1621f86390e5c554f1a /target/linux/lantiq/patches-4.4 | |
parent | 53814290e7f58f205c74ad1c2f8cedb7e1c2b5ef (diff) | |
download | upstream-cb04b8d58201f6aa35f99b76ee8b3435beb7a01e.tar.gz upstream-cb04b8d58201f6aa35f99b76ee8b3435beb7a01e.tar.bz2 upstream-cb04b8d58201f6aa35f99b76ee8b3435beb7a01e.zip |
kernel: update kernel 4.4 to version 4.4.3
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48783
Diffstat (limited to 'target/linux/lantiq/patches-4.4')
3 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/lantiq/patches-4.4/0004-MIPS-lantiq-add-atm-hack.patch b/target/linux/lantiq/patches-4.4/0004-MIPS-lantiq-add-atm-hack.patch index 53809d0a8f..6b97f395ec 100644 --- a/target/linux/lantiq/patches-4.4/0004-MIPS-lantiq-add-atm-hack.patch +++ b/target/linux/lantiq/patches-4.4/0004-MIPS-lantiq-add-atm-hack.patch @@ -441,7 +441,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> { --- a/arch/mips/mm/cache.c +++ b/arch/mips/mm/cache.c -@@ -59,6 +59,8 @@ void (*_dma_cache_wback)(unsigned long s +@@ -60,6 +60,8 @@ void (*_dma_cache_wback)(unsigned long s void (*_dma_cache_inv)(unsigned long start, unsigned long size); EXPORT_SYMBOL(_dma_cache_wback_inv); diff --git a/target/linux/lantiq/patches-4.4/0032-USB-fix-roothub-for-IFXHCD.patch b/target/linux/lantiq/patches-4.4/0032-USB-fix-roothub-for-IFXHCD.patch index 1310e35372..5a7cdb0a9a 100644 --- a/target/linux/lantiq/patches-4.4/0032-USB-fix-roothub-for-IFXHCD.patch +++ b/target/linux/lantiq/patches-4.4/0032-USB-fix-roothub-for-IFXHCD.patch @@ -20,7 +20,7 @@ Subject: [PATCH 32/36] USB: fix roothub for IFXHCD choice --- a/drivers/usb/core/hub.c +++ b/drivers/usb/core/hub.c -@@ -4337,7 +4337,7 @@ hub_port_init(struct usb_hub *hub, struc +@@ -4358,7 +4358,7 @@ hub_port_init(struct usb_hub *hub, struc udev->ttport = hdev->ttport; } else if (udev->speed != USB_SPEED_HIGH && hdev->speed == USB_SPEED_HIGH) { diff --git a/target/linux/lantiq/patches-4.4/0044-pinctrl-lantiq-introduce-new-dedicated-devicetree-bi.patch b/target/linux/lantiq/patches-4.4/0044-pinctrl-lantiq-introduce-new-dedicated-devicetree-bi.patch index b7905f99a5..b27cb0b40e 100644 --- a/target/linux/lantiq/patches-4.4/0044-pinctrl-lantiq-introduce-new-dedicated-devicetree-bi.patch +++ b/target/linux/lantiq/patches-4.4/0044-pinctrl-lantiq-introduce-new-dedicated-devicetree-bi.patch @@ -1266,7 +1266,7 @@ Signed-off-by: Linus Walleij <linus.walleij@linaro.org> /* --------- pinconf related code --------- */ static int xway_pinconf_get(struct pinctrl_dev *pctldev, unsigned pin, -@@ -714,10 +1601,7 @@ static struct gpio_chip xway_chip = { +@@ -715,10 +1602,7 @@ static struct gpio_chip xway_chip = { /* --------- register the pinctrl layer --------- */ @@ -1278,7 +1278,7 @@ Signed-off-by: Linus Walleij <linus.walleij@linaro.org> int pin_count; const struct ltq_mfp_pin *mfp; const struct ltq_pin_group *grps; -@@ -726,22 +1610,54 @@ static struct pinctrl_xway_soc { +@@ -727,22 +1611,54 @@ static struct pinctrl_xway_soc { unsigned int num_funcs; const unsigned *exin; unsigned int num_exin; @@ -1349,7 +1349,7 @@ Signed-off-by: Linus Walleij <linus.walleij@linaro.org> }; static struct pinctrl_gpio_range xway_gpio_range = { -@@ -750,9 +1666,14 @@ static struct pinctrl_gpio_range xway_gp +@@ -751,9 +1667,14 @@ static struct pinctrl_gpio_range xway_gp }; static const struct of_device_id xway_match[] = { @@ -1367,7 +1367,7 @@ Signed-off-by: Linus Walleij <linus.walleij@linaro.org> {}, }; MODULE_DEVICE_TABLE(of, xway_match); -@@ -774,7 +1695,7 @@ static int pinmux_xway_probe(struct plat +@@ -775,7 +1696,7 @@ static int pinmux_xway_probe(struct plat if (match) xway_soc = (const struct pinctrl_xway_soc *) match->data; else |