summaryrefslogtreecommitdiff
path: root/target/linux/adm5120/files/drivers/char
Commit message (Collapse)AuthorAgeFilesLines
* switch to 2.6.24Gabor Juhos2008-02-091-206/+0
| | | | SVN-Revision: 10427
* don't use mips_machgroupGabor Juhos2008-01-301-4/+0
| | | | SVN-Revision: 10328
* change switch register access macrosGabor Juhos2007-12-271-6/+6
| | | | SVN-Revision: 9962
* add watchdog driverGabor Juhos2007-12-271-0/+210
Here is the driver for the hardware watchdog timer in ADM5120 SoC. Patch is against current svn Kamikaze. Here is only kernel driver. To activate watchdog you have to use some userspace software writing to watchdog device. I think there is one in busybox. Signed-off-by: Ondrej Zajicek <santiago@crfreenet.org> SVN-Revision: 9961