summaryrefslogtreecommitdiff
path: root/target/linux/brcm47xx/patches-3.2/239-bcma-add-flush-for-resetctl-write.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2012-04-24 21:56:42 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2012-04-24 21:56:42 +0000
commite90d3f1663415cc6acfd437adaa97ca0b8864828 (patch)
tree77ee080277ee81db724716276b4707e8e909af94 /target/linux/brcm47xx/patches-3.2/239-bcma-add-flush-for-resetctl-write.patch
parentb07998cf11e61d6dd37d236d2980d864a6705e5e (diff)
downloadmtk-20170518-e90d3f1663415cc6acfd437adaa97ca0b8864828.zip
mtk-20170518-e90d3f1663415cc6acfd437adaa97ca0b8864828.tar.gz
mtk-20170518-e90d3f1663415cc6acfd437adaa97ca0b8864828.tar.bz2
brcm47xx: A couple of other (inconsequential) BCMA patches
Noticed these while reviewing the code. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 31471
Diffstat (limited to 'target/linux/brcm47xx/patches-3.2/239-bcma-add-flush-for-resetctl-write.patch')
-rw-r--r--target/linux/brcm47xx/patches-3.2/239-bcma-add-flush-for-resetctl-write.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/patches-3.2/239-bcma-add-flush-for-resetctl-write.patch b/target/linux/brcm47xx/patches-3.2/239-bcma-add-flush-for-resetctl-write.patch
new file mode 100644
index 0000000..285c356
--- /dev/null
+++ b/target/linux/brcm47xx/patches-3.2/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);