aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86/patches-4.4/097-0002-sp5100_tco-Add-AMD-Carrizo-platform-support.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-02-01 11:23:43 +0100
committerFelix Fietkau <nbd@nbd.name>2017-02-07 17:30:39 +0100
commit83ab1982b457cf967e3d349f55518b4a7072ae5d (patch)
treef20bf95a6badf800cd8f8f7e6ab66b1df9ef5be7 /target/linux/x86/patches-4.4/097-0002-sp5100_tco-Add-AMD-Carrizo-platform-support.patch
parent92bda4ae5c6aac89e612c338bf9e9e6e9ee96aca (diff)
downloadupstream-83ab1982b457cf967e3d349f55518b4a7072ae5d.tar.gz
upstream-83ab1982b457cf967e3d349f55518b4a7072ae5d.tar.bz2
upstream-83ab1982b457cf967e3d349f55518b4a7072ae5d.zip
x86: remove linux 4.4 support
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/x86/patches-4.4/097-0002-sp5100_tco-Add-AMD-Carrizo-platform-support.patch')
-rw-r--r--target/linux/x86/patches-4.4/097-0002-sp5100_tco-Add-AMD-Carrizo-platform-support.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/target/linux/x86/patches-4.4/097-0002-sp5100_tco-Add-AMD-Carrizo-platform-support.patch b/target/linux/x86/patches-4.4/097-0002-sp5100_tco-Add-AMD-Carrizo-platform-support.patch
deleted file mode 100644
index 33862a25d0..0000000000
--- a/target/linux/x86/patches-4.4/097-0002-sp5100_tco-Add-AMD-Carrizo-platform-support.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From cca118fa2a0a94e0f0b3c8dd1dda922cdee45089 Mon Sep 17 00:00:00 2001
-From: Huang Rui <ray.huang@amd.com>
-Date: Mon, 23 Nov 2015 18:07:36 +0800
-Subject: [PATCH] sp5100_tco: Add AMD Carrizo platform support
-
-sp5100_tco watchdog is also supported on AMD KernCZ chipset of Carrizo
-platform.
-
-Signed-off-by: Huang Rui <ray.huang@amd.com>
-Cc: Denis Turischev <denis.turischev@compulab.co.il>
-Signed-off-by: Guenter Roeck <linux@roeck-us.net>
-Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
----
- drivers/watchdog/sp5100_tco.c | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/drivers/watchdog/sp5100_tco.c
-+++ b/drivers/watchdog/sp5100_tco.c
-@@ -308,6 +308,8 @@ static const struct pci_device_id sp5100
- PCI_ANY_ID, },
- { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_HUDSON2_SMBUS, PCI_ANY_ID,
- PCI_ANY_ID, },
-+ { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_KERNCZ_SMBUS, PCI_ANY_ID,
-+ PCI_ANY_ID, },
- { 0, }, /* End of list */
- };
- MODULE_DEVICE_TABLE(pci, sp5100_tco_pci_tbl);