diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2011-08-18 12:54:12 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2011-08-18 12:54:12 +0000 |
commit | 3b4e201de87e3e3064f2b24cb838669b45b2798e (patch) | |
tree | 718ea28f81c0a1b097d890548b127ee45c6a477b /target/linux/brcm47xx/patches-3.0 | |
parent | 2ce47af8ca64ba78eef4904b499681d56618ae5a (diff) | |
download | upstream-3b4e201de87e3e3064f2b24cb838669b45b2798e.tar.gz upstream-3b4e201de87e3e3064f2b24cb838669b45b2798e.tar.bz2 upstream-3b4e201de87e3e3064f2b24cb838669b45b2798e.zip |
kernel: update to version 3.0.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28043 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-3.0')
-rw-r--r-- | target/linux/brcm47xx/patches-3.0/0015-ssb-add-serial-flash-support.patch | 2 | ||||
-rw-r--r-- | target/linux/brcm47xx/patches-3.0/220-bcm5354.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/patches-3.0/0015-ssb-add-serial-flash-support.patch b/target/linux/brcm47xx/patches-3.0/0015-ssb-add-serial-flash-support.patch index 1e7762b4b2..e91c2a44f4 100644 --- a/target/linux/brcm47xx/patches-3.0/0015-ssb-add-serial-flash-support.patch +++ b/target/linux/brcm47xx/patches-3.0/0015-ssb-add-serial-flash-support.patch @@ -601,7 +601,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> +} --- a/drivers/ssb/driver_mipscore.c +++ b/drivers/ssb/driver_mipscore.c -@@ -193,7 +193,13 @@ static void ssb_mips_flash_detect(struct +@@ -203,7 +203,13 @@ static void ssb_mips_flash_detect(struct switch (bus->chipco.capabilities & SSB_CHIPCO_CAP_FLASHT) { case SSB_CHIPCO_FLASHT_STSER: case SSB_CHIPCO_FLASHT_ATSER: diff --git a/target/linux/brcm47xx/patches-3.0/220-bcm5354.patch b/target/linux/brcm47xx/patches-3.0/220-bcm5354.patch index 7d7ca8e969..6055e0a738 100644 --- a/target/linux/brcm47xx/patches-3.0/220-bcm5354.patch +++ b/target/linux/brcm47xx/patches-3.0/220-bcm5354.patch @@ -20,7 +20,7 @@ switch (*plltype) { --- a/drivers/ssb/driver_mipscore.c +++ b/drivers/ssb/driver_mipscore.c -@@ -234,6 +234,8 @@ u32 ssb_cpu_clock(struct ssb_mipscore *m +@@ -241,6 +241,8 @@ u32 ssb_cpu_clock(struct ssb_mipscore *m if ((pll_type == SSB_PLLTYPE_5) || (bus->chip_id == 0x5365)) { rate = 200000000; |