aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/files/drivers/char/watchdog
Commit message (Collapse)AuthorAgeFilesLines
* move files to file-2.6.30Florian Fainelli2010-02-041-349/+0
| | | | SVN-Revision: 19518
* AR7 watchdog supports magic closeFelix Fietkau2008-09-231-1/+1
| | | | | | | | | | This patch adds the magic close flag (stopping the watchdog on an expected close by wrting 'V' to the device before closing it) to the watchdogs list, which the AR7 watchdog code actually supports. Signed-off-by: Axel Gembe <ago@bastart.eu.org> SVN-Revision: 12666
* backport ar7_wdt from linux-2.6-watchdog-mmMatteo Croce2007-10-081-13/+11
| | | | SVN-Revision: 9182
* fix watchdog seek test (#2383)Eugene Konev2007-09-141-1/+1
| | | | SVN-Revision: 8772
* Enabled working ar7_wdt, style cleanupsMatteo Croce2007-09-121-5/+5
| | | | SVN-Revision: 8764
* added ar7_wdt fix by AlexMatteo Croce2007-09-121-22/+25
| | | | SVN-Revision: 8762
* Style fixesMatteo Croce2007-09-121-13/+13
| | | | SVN-Revision: 8761
* AR7: Cleanups (closes: #2323)Matteo Croce2007-09-111-30/+33
| | | | SVN-Revision: 8756
* cosmetic fixes for ar7: indent, use lowercase hex notation, formatNicolas Thill2007-09-061-37/+37
| | | | SVN-Revision: 8656
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-0/+345
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653