aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/files/drivers/char
Commit message (Collapse)AuthorAgeFilesLines
* ar7: add linux 4.1 supportJonas Gorski2015-07-051-2/+2
| | | | | | | | Compile tested only. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46186
* ar7: bump to 3.14John Crispin2014-12-081-0/+158
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43553
* move files directory to files-3.3Florian Fainelli2012-11-111-158/+0
| | | | SVN-Revision: 34153
* avoid namespace clash on ar7_gpio_initFlorian Fainelli2010-11-071-4/+4
| | | | SVN-Revision: 23917
* add 2.6.35 supportFlorian Fainelli2010-08-261-0/+158
| | | | SVN-Revision: 22812
* move files to file-2.6.30Florian Fainelli2010-02-042-507/+0
| | | | SVN-Revision: 19518
* add support for titan variant (WRTP54G) (#6185)Florian Fainelli2010-01-031-1/+1
| | | | SVN-Revision: 19022
* 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
* Let authors holds copyright of the AR7 code (closes #2369)Matteo Croce2008-04-021-3/+1
| | | | SVN-Revision: 10708
* backport ar7_wdt from linux-2.6-watchdog-mmMatteo Croce2007-10-081-13/+11
| | | | SVN-Revision: 9182
* make gpio conformant to generic gpio spec.Eugene Konev2007-09-211-1/+1
| | | | SVN-Revision: 8911
* fix watchdog seek test (#2383)Eugene Konev2007-09-141-1/+1
| | | | SVN-Revision: 8772
* Enabled working ar7_wdt, style cleanupsMatteo Croce2007-09-122-9/+9
| | | | 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-112-36/+38
| | | | 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-062-0/+506
(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