projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
imagebuilder: fix parallel building (closes #11117)
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-3.2
/
0047-bcma-log-the-id-rev-and-pkg-of-the-chip-found.patch
diff --git
a/target/linux/brcm47xx/patches-3.2/0047-bcma-log-the-id-rev-and-pkg-of-the-chip-found.patch
b/target/linux/brcm47xx/patches-3.2/0047-bcma-log-the-id-rev-and-pkg-of-the-chip-found.patch
index
7ed7bc9
..
ce16cac
100644
(file)
--- a/
target/linux/brcm47xx/patches-3.2/0047-bcma-log-the-id-rev-and-pkg-of-the-chip-found.patch
+++ b/
target/linux/brcm47xx/patches-3.2/0047-bcma-log-the-id-rev-and-pkg-of-the-chip-found.patch
@@
-13,7
+13,7
@@
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
--- a/drivers/bcma/scan.c
+++ b/drivers/bcma/scan.c
--- a/drivers/bcma/scan.c
+++ b/drivers/bcma/scan.c
-@@ -3
80,6 +380
,7 @@ static int bcma_get_next_core(struct bcm
+@@ -3
64,6 +364
,7 @@ static int bcma_get_next_core(struct bcm
void bcma_init_bus(struct bcma_bus *bus)
{
s32 tmp;
void bcma_init_bus(struct bcma_bus *bus)
{
s32 tmp;
@@
-21,7
+21,7
@@
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
if (bus->init_done)
return;
if (bus->init_done)
return;
-@@ -3
90,9 +391
,12 @@ void bcma_init_bus(struct bcma_bus *bus)
+@@ -3
74,9 +375
,12 @@ void bcma_init_bus(struct bcma_bus *bus)
bcma_scan_switch_core(bus, BCMA_ADDR_BASE);
tmp = bcma_scan_read32(bus, 0, BCMA_CC_ID);
bcma_scan_switch_core(bus, BCMA_ADDR_BASE);
tmp = bcma_scan_read32(bus, 0, BCMA_CC_ID);
This page took
0.019295 seconds
and
4
git commands to generate.