projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
broadcom-diag: add support for some new devices
[openwrt.git]
/
target
/
linux
/
lantiq
/
patches
/
0015-MIPS-lantiq-adds-etop-support-for-ase-ar9.patch
diff --git
a/target/linux/lantiq/patches/0015-MIPS-lantiq-adds-etop-support-for-ase-ar9.patch
b/target/linux/lantiq/patches/0015-MIPS-lantiq-adds-etop-support-for-ase-ar9.patch
index
10e69df
..
503c6bf
100644
(file)
--- a/
target/linux/lantiq/patches/0015-MIPS-lantiq-adds-etop-support-for-ase-ar9.patch
+++ b/
target/linux/lantiq/patches/0015-MIPS-lantiq-adds-etop-support-for-ase-ar9.patch
@@
-69,7
+69,7
@@
Signed-off-by: Thomas Langer <thomas.langer@lantiq.com>
/* DMA */
#define LTQ_DMA_BASE_ADDR 0x1E104100
#define LTQ_DMA_SIZE 0x800
/* DMA */
#define LTQ_DMA_BASE_ADDR 0x1E104100
#define LTQ_DMA_SIZE 0x800
-@@ -14
8,6 +153
,11 @@ extern void ltq_pmu_enable(unsigned int
+@@ -14
6,6 +151
,11 @@ extern void ltq_pmu_enable(unsigned int
extern void ltq_pmu_disable(unsigned int module);
extern void ltq_cgu_enable(unsigned int clk);
extern void ltq_pmu_disable(unsigned int module);
extern void ltq_cgu_enable(unsigned int clk);
@@
-83,7
+83,7
@@
Signed-off-by: Thomas Langer <thomas.langer@lantiq.com>
return (ltq_get_soc_type() == SOC_TYPE_AR9);
--- a/arch/mips/lantiq/xway/devices.c
+++ b/arch/mips/lantiq/xway/devices.c
return (ltq_get_soc_type() == SOC_TYPE_AR9);
--- a/arch/mips/lantiq/xway/devices.c
+++ b/arch/mips/lantiq/xway/devices.c
-@@ -7
7,18 +77
,23 @@ void __init ltq_register_ase_asc(void)
+@@ -7
4,18 +74
,23 @@ void __init ltq_register_ase_asc(void)
}
/* ethernet */
}
/* ethernet */
This page took
0.026909 seconds
and
4
git commands to generate.