diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-05-03 20:18:41 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2012-05-03 20:18:41 +0000 |
commit | 22b2e3fbb9cc78d671e44f788a062031c97ffc6f (patch) | |
tree | 6395b1a6324793714e3d8d770a71cdc9362da4e1 /target/linux/brcm47xx/patches-3.3/239-bcma-add-flush-for-resetctl-write.patch | |
parent | 8e9d914343967982a1a48e80000bbb09161e636c (diff) | |
download | upstream-22b2e3fbb9cc78d671e44f788a062031c97ffc6f.tar.gz upstream-22b2e3fbb9cc78d671e44f788a062031c97ffc6f.tar.bz2 upstream-22b2e3fbb9cc78d671e44f788a062031c97ffc6f.zip |
brcm47xx: add support for kernel 3.3
SVN-Revision: 31573
Diffstat (limited to 'target/linux/brcm47xx/patches-3.3/239-bcma-add-flush-for-resetctl-write.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.3/239-bcma-add-flush-for-resetctl-write.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/patches-3.3/239-bcma-add-flush-for-resetctl-write.patch b/target/linux/brcm47xx/patches-3.3/239-bcma-add-flush-for-resetctl-write.patch new file mode 100644 index 0000000000..285c356adf --- /dev/null +++ b/target/linux/brcm47xx/patches-3.3/239-bcma-add-flush-for-resetctl-write.patch @@ -0,0 +1,10 @@ +--- a/drivers/bcma/core.c ++++ b/drivers/bcma/core.c +@@ -30,6 +30,7 @@ void bcma_core_disable(struct bcma_devic + udelay(10); + + bcma_awrite32(core, BCMA_RESET_CTL, BCMA_RESET_CTL_RESET); ++ bcma_aread32(core, BCMA_RESET_CTL); + udelay(1); + } + EXPORT_SYMBOL_GPL(bcma_core_disable); |