aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/files/drivers/char/ar7_gpio.c
Commit message (Collapse)AuthorAgeFilesLines
* ar7: remove gpio character deviceJonas Gorski2017-10-291-158/+0
| | | | | | | There are no obvious users, and any out of tree users should convert to one of the generic APIs. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* 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-041-158/+0
| | | | SVN-Revision: 19518
* add support for titan variant (WRTP54G) (#6185)Florian Fainelli2010-01-031-1/+1
| | | | SVN-Revision: 19022
* Let authors holds copyright of the AR7 code (closes #2369)Matteo Croce2008-04-021-3/+1
| | | | SVN-Revision: 10708
* make gpio conformant to generic gpio spec.Eugene Konev2007-09-211-1/+1
| | | | SVN-Revision: 8911
* Enabled working ar7_wdt, style cleanupsMatteo Croce2007-09-121-4/+4
| | | | SVN-Revision: 8764
* AR7: Cleanups (closes: #2323)Matteo Croce2007-09-111-6/+5
| | | | SVN-Revision: 8756
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-0/+161
(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