projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
re-arrange ps3 tree
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.23
/
220-bcm5354.patch
diff --git
a/target/linux/brcm47xx/patches-2.6.23/220-bcm5354.patch
b/target/linux/brcm47xx/patches-2.6.23/220-bcm5354.patch
index
c524c8f
..
732178c
100644
(file)
--- a/
target/linux/brcm47xx/patches-2.6.23/220-bcm5354.patch
+++ b/
target/linux/brcm47xx/patches-2.6.23/220-bcm5354.patch
@@
-1,6
+1,6
@@
----
files/drivers/ssb/driver_chipcommon.c 2007-10-24 16:57:38.000000000 -0700
-+++
linux-2.6.23.1/drivers/ssb/driver_chipcommon.c 2007-10-27 13:27:06.000000000 -0700
-@@ -2
68,6 +268
,8 @@
+---
a/drivers/ssb/driver_chipcommon.c
++++
b/drivers/ssb/driver_chipcommon.c
+@@ -2
70,6 +270
,8 @@
void ssb_chipco_get_clockcpu(struct ssb_chipcommon *cc,
u32 *plltype, u32 *n, u32 *m)
{
void ssb_chipco_get_clockcpu(struct ssb_chipcommon *cc,
u32 *plltype, u32 *n, u32 *m)
{
@@
-9,7
+9,7
@@
*n = chipco_read32(cc, SSB_CHIPCO_CLOCK_N);
*plltype = (cc->capabilities & SSB_CHIPCO_CAP_PLLT);
switch (*plltype) {
*n = chipco_read32(cc, SSB_CHIPCO_CLOCK_N);
*plltype = (cc->capabilities & SSB_CHIPCO_CAP_PLLT);
switch (*plltype) {
-@@ -29
1,6 +293
,8 @@
+@@ -29
3,6 +295
,8 @@
void ssb_chipco_get_clockcontrol(struct ssb_chipcommon *cc,
u32 *plltype, u32 *n, u32 *m)
{
void ssb_chipco_get_clockcontrol(struct ssb_chipcommon *cc,
u32 *plltype, u32 *n, u32 *m)
{
@@
-18,9
+18,9
@@
*n = chipco_read32(cc, SSB_CHIPCO_CLOCK_N);
*plltype = (cc->capabilities & SSB_CHIPCO_CAP_PLLT);
switch (*plltype) {
*n = chipco_read32(cc, SSB_CHIPCO_CLOCK_N);
*plltype = (cc->capabilities & SSB_CHIPCO_CAP_PLLT);
switch (*plltype) {
----
files/drivers/ssb/driver_mipscore.c 2007-10-24 16:57:38.000000000 -0700
-+++
linux-2.6.23.1/drivers/ssb/driver_mipscore.c 2007-10-27 13:29:36.000000000 -0700
-@@ -16
0,6 +160
,8 @@
+---
a/drivers/ssb/driver_mipscore.c
++++
b/drivers/ssb/driver_mipscore.c
+@@ -16
1,6 +161
,8 @@
if ((pll_type == SSB_PLLTYPE_5) || (bus->chip_id == 0x5365)) {
rate = 200000000;
if ((pll_type == SSB_PLLTYPE_5) || (bus->chip_id == 0x5365)) {
rate = 200000000;
@@
-29,9
+29,9
@@
} else {
rate = ssb_calc_clock_rate(pll_type, n, m);
}
} else {
rate = ssb_calc_clock_rate(pll_type, n, m);
}
----
files/drivers/ssb/main.c 2007-10-24 16:57:38.000000000 -0700
-+++
linux-2.6.23.1/drivers/ssb/main.c 2007-10-27 13:30:59.000000000 -0700
-@@ -86
4,6 +864
,8 @@
+---
a/drivers/ssb/main.c
++++
b/drivers/ssb/main.c
+@@ -86
2,6 +862
,8 @@
if (bus->chip_id == 0x5365) {
rate = 100000000;
if (bus->chip_id == 0x5365) {
rate = 100000000;
This page took
0.024234 seconds
and
4
git commands to generate.