aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/rdc/files-2.6.30/arch/x86/mach-rdc321x/reboot.c
Commit message (Collapse)AuthorAgeFilesLines
* use upstream MFD, GPIO patch, put everything in patches.Florian Fainelli2010-04-281-44/+0
| | | | SVN-Revision: 21219
* rework reboot mechanism with the new watchdog fixesFlorian Fainelli2010-03-041-0/+44
The fixing of the watchdog driver makes it generate a NMI so the reboot_fixup can no longer be called from NMI context, instead, override the machine_retart callback with our southrbridge reboot mechanism. Patch by Bernhard Loos. SVN-Revision: 19977