summaryrefslogtreecommitdiff
path: root/target/linux/x86/patches-3.2/001-alix_platform.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-02-07 21:56:51 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-02-07 21:56:51 +0000
commitf35c4a3266bf655a177356e3e9b3a6df1d8e842e (patch)
treeb23d4e6b834b1ef59c6086074dc9e5cd183d0cc6 /target/linux/x86/patches-3.2/001-alix_platform.patch
parent5609ad736e4cbaf3cc44bf47964690ac204a3f3a (diff)
downloadmtk-20170518-f35c4a3266bf655a177356e3e9b3a6df1d8e842e.zip
mtk-20170518-f35c4a3266bf655a177356e3e9b3a6df1d8e842e.tar.gz
mtk-20170518-f35c4a3266bf655a177356e3e9b3a6df1d8e842e.tar.bz2
8139cp: backport patches to make driver stable again
List of patches that Jo-Philipp groveled out of git. Redux: defuzzed. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 30366
Diffstat (limited to 'target/linux/x86/patches-3.2/001-alix_platform.patch')
-rw-r--r--target/linux/x86/patches-3.2/001-alix_platform.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/x86/patches-3.2/001-alix_platform.patch b/target/linux/x86/patches-3.2/001-alix_platform.patch
index 21a5278..de7005b 100644
--- a/target/linux/x86/patches-3.2/001-alix_platform.patch
+++ b/target/linux/x86/patches-3.2/001-alix_platform.patch
@@ -58,7 +58,7 @@ index dc5f1d3..a24bf8c 100644
static struct gpio_led alix_leds[] = {
{
.name = "alix:1",
-@@ -64,17 +106,22 @@ static struct platform_device alix_leds_
+@@ -64,17 +98,22 @@ static struct platform_device alix_leds_
.dev.platform_data = &alix_leds_data,
};
@@ -83,7 +83,7 @@ index dc5f1d3..a24bf8c 100644
const char *bios_virt;
const char *scan_end;
const char *p;
-@@ -109,7 +156,8 @@ static int __init alix_present(unsigned
+@@ -109,7 +148,8 @@ static int __init alix_present(unsigned
*a = '\0';
tail = p + alix_sig_len;
@@ -93,7 +93,7 @@ index dc5f1d3..a24bf8c 100644
printk(KERN_INFO
"%s: system is recognized as \"%s\"\n",
KBUILD_MODNAME, name);
-@@ -120,6 +169,24 @@ static int __init alix_present(unsigned
+@@ -120,6 +160,24 @@ static int __init alix_present(unsigned
return 0;
}
@@ -118,7 +118,7 @@ index dc5f1d3..a24bf8c 100644
static int __init alix_init(void)
{
const char tinybios_sig[] = "PC Engines ALIX.";
-@@ -128,8 +197,9 @@ static int __init alix_init(void)
+@@ -128,8 +186,9 @@ static int __init alix_init(void)
if (!is_geode())
return 0;