mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-02 01:19:21 +00:00
2727cab25a
This adds some code based on code from the Broadcom GPL tar to fix the
reboot problems on BCM4705/BCM4785. I tried rebooting my device for ~10
times and have never seen a problem. This reverts the changes in the
previous commit and adds the real fix as suggested by Rafał.
Setting bit 22 in Reg 22, sel 4 puts the BIU (Bus Interface Unit) into
async mode.
The previous commit was
|
||
---|---|---|
.. | ||
bcm47xx_private.h | ||
board.c | ||
buttons.c | ||
irq.c | ||
Kconfig | ||
leds.c | ||
Makefile | ||
nvram.c | ||
Platform | ||
prom.c | ||
serial.c | ||
setup.c | ||
sprom.c | ||
time.c | ||
workarounds.c |