diff options
author | Magnus Kroken <mkroken@gmail.com> | 2018-03-03 01:12:07 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-03 12:58:55 +0100 |
commit | 5af85dab22a2ae78194d54d30c33fc2c1fb0f4e5 (patch) | |
tree | 66905f7c20499cbef087e0a3ce39676883381650 /target/linux/layerscape | |
parent | 45ae5c2de3491ed5db9695d21faebf95b3b41c56 (diff) | |
download | upstream-5af85dab22a2ae78194d54d30c33fc2c1fb0f4e5.tar.gz upstream-5af85dab22a2ae78194d54d30c33fc2c1fb0f4e5.tar.bz2 upstream-5af85dab22a2ae78194d54d30c33fc2c1fb0f4e5.zip |
kernel: bump 4.9 to 4.9.85
Signed-off-by: Magnus Kroken <mkroken@gmail.com>
Diffstat (limited to 'target/linux/layerscape')
-rw-r--r-- | target/linux/layerscape/patches-4.9/702-pci-support-layerscape.patch | 2 | ||||
-rw-r--r-- | target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/layerscape/patches-4.9/702-pci-support-layerscape.patch b/target/linux/layerscape/patches-4.9/702-pci-support-layerscape.patch index 4d68e2371d..1068e49138 100644 --- a/target/linux/layerscape/patches-4.9/702-pci-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.9/702-pci-support-layerscape.patch @@ -2060,7 +2060,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> } --- a/drivers/pci/quirks.c +++ b/drivers/pci/quirks.c -@@ -4642,3 +4642,11 @@ DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_IN +@@ -4649,3 +4649,11 @@ DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_IN DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_INTEL, 0x2031, quirk_no_aersid); DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_INTEL, 0x2032, quirk_no_aersid); DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_INTEL, 0x2033, quirk_no_aersid); diff --git a/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch b/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch index e199a4f498..ad597f1128 100644 --- a/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch +++ b/target/linux/layerscape/patches-4.9/817-usb-support-layerscape.patch @@ -636,7 +636,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> --- a/drivers/usb/dwc3/gadget.c +++ b/drivers/usb/dwc3/gadget.c -@@ -2930,6 +2930,7 @@ static irqreturn_t dwc3_interrupt(int ir +@@ -2932,6 +2932,7 @@ static irqreturn_t dwc3_interrupt(int ir int dwc3_gadget_init(struct dwc3 *dwc) { int ret, irq; @@ -644,7 +644,7 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> struct platform_device *dwc3_pdev = to_platform_device(dwc->dev); irq = platform_get_irq_byname(dwc3_pdev, "peripheral"); -@@ -3044,6 +3045,12 @@ int dwc3_gadget_init(struct dwc3 *dwc) +@@ -3046,6 +3047,12 @@ int dwc3_gadget_init(struct dwc3 *dwc) goto err5; } |