mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-04 06:07:30 +03:00
[ar7] refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22849 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
680c4d4157
commit
1aeafdb62d
@ -26,7 +26,7 @@
|
|||||||
static int create_mtd_partitions(struct mtd_info *master,
|
static int create_mtd_partitions(struct mtd_info *master,
|
||||||
struct mtd_partition **pparts,
|
struct mtd_partition **pparts,
|
||||||
unsigned long origin)
|
unsigned long origin)
|
||||||
@@ -57,6 +63,16 @@ static int create_mtd_partitions(struct
|
@@ -57,6 +63,16 @@ static int create_mtd_partitions(struct
|
||||||
int retries = 10;
|
int retries = 10;
|
||||||
struct mtd_partition *ar7_parts;
|
struct mtd_partition *ar7_parts;
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/arch/mips/ar7/platform.c
|
--- a/arch/mips/ar7/platform.c
|
||||||
+++ b/arch/mips/ar7/platform.c
|
+++ b/arch/mips/ar7/platform.c
|
||||||
@@ -131,6 +131,36 @@ static struct resource cpmac_high_res[]
|
@@ -131,6 +131,36 @@ static struct resource cpmac_high_res[]
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -37,7 +37,7 @@
|
|||||||
static struct resource vlynq_low_res[] = {
|
static struct resource vlynq_low_res[] = {
|
||||||
{
|
{
|
||||||
.name = "regs",
|
.name = "regs",
|
||||||
@@ -185,6 +215,60 @@ static struct resource vlynq_high_res[]
|
@@ -185,6 +215,60 @@ static struct resource vlynq_high_res[]
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -192,7 +192,7 @@
|
|||||||
|
|
||||||
static struct gpio_led default_leds[] = {
|
static struct gpio_led default_leds[] = {
|
||||||
{
|
{
|
||||||
@@ -300,6 +450,11 @@ static struct gpio_led default_leds[] =
|
@@ -300,6 +450,11 @@ static struct gpio_led default_leds[] =
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
--- a/drivers/net/cpmac.c
|
--- a/drivers/net/cpmac.c
|
||||||
+++ b/drivers/net/cpmac.c
|
+++ b/drivers/net/cpmac.c
|
||||||
@@ -1153,6 +1153,8 @@ static int __devinit cpmac_probe(struct
|
@@ -1153,6 +1153,8 @@ static int __devinit cpmac_probe(struct
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/drivers/net/cpmac.c
|
--- a/drivers/net/cpmac.c
|
||||||
+++ b/drivers/net/cpmac.c
|
+++ b/drivers/net/cpmac.c
|
||||||
@@ -1132,8 +1132,9 @@ static int __devinit cpmac_probe(struct
|
@@ -1132,8 +1132,9 @@ static int __devinit cpmac_probe(struct
|
||||||
}
|
}
|
||||||
|
|
||||||
if (phy_id == PHY_MAX_ADDR) {
|
if (phy_id == PHY_MAX_ADDR) {
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
res = platform_device_register(ar7_is_titan() ? &cpmac_low_titan :
|
res = platform_device_register(ar7_is_titan() ? &cpmac_low_titan :
|
||||||
--- a/drivers/net/cpmac.c
|
--- a/drivers/net/cpmac.c
|
||||||
+++ b/drivers/net/cpmac.c
|
+++ b/drivers/net/cpmac.c
|
||||||
@@ -1117,21 +1117,17 @@ static int __devinit cpmac_probe(struct
|
@@ -1117,21 +1117,17 @@ static int __devinit cpmac_probe(struct
|
||||||
|
|
||||||
pdata = pdev->dev.platform_data;
|
pdata = pdev->dev.platform_data;
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
static int __devinit cpmac_probe(struct platform_device *pdev)
|
static int __devinit cpmac_probe(struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
int rc, phy_id;
|
int rc, phy_id;
|
||||||
@@ -1127,10 +1124,8 @@ static int __devinit cpmac_probe(struct
|
@@ -1127,10 +1124,8 @@ static int __devinit cpmac_probe(struct
|
||||||
}
|
}
|
||||||
|
|
||||||
if (phy_id == PHY_MAX_ADDR) {
|
if (phy_id == PHY_MAX_ADDR) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user