aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/drivers/gpio
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: remove obsolete '< KERNEL_VERSION(3, 15, 0)' checksGabor Juhos2018-01-091-12/+0
| | | | | | | | | Because the oldest supported kernel version on the ar71xx target is 4.4, the condition that the kernel version is smaller than 3.15.0 is always false. Remove the obsolete checks from the target specific source files to clean up the code a bit. Signed-off-by: Gabor Juhos <juhosg@freemail.hu>
* ar71xx: Add kernel 4.9 supportHauke Mehrtens2017-10-111-0/+4
| | | | | | | | | | | | | This add support for kernel 4.9 to the ar71xx target. It was compile tested with the generic, NAND and mikrotik subtarget. Multiple members of the community tested it on their boards and did not report any major problem so far. Especially the NAND part received some changes to adapt to the new kernel APIs. The serial driver hack used for the Arduino Yun was not ported because the kernel changed there a lot. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* ar71xx: fix gpio-latch driverJohn Crispin2015-03-101-1/+2
| | | | | | | | gpio api has changed. the remove call no longer returns a value. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44650
* ar71xx: add v3.18 supportJohn Crispin2015-02-151-1/+5
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44456
* ar71xx: add a generic GPIO latch driverGabor Juhos2014-02-221-0/+219
| | | | | | | | It will be used for the Mikrotik boards. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39697
* ar71xx: remove __dev{init,exit} annotations from kernel filesGabor Juhos2013-02-191-2/+2
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35687
* ar71xx: rename the nxp_74hc153 driverGabor Juhos2012-01-221-0/+0
| | | | SVN-Revision: 29850
* ar71xx: fix whitespaces nitsGabor Juhos2010-11-121-5/+5
| | | | | | | | (build error has been fixed - juhosg) Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23975
* ar71xx: fix 2.6.34 build errorsGabor Juhos2010-06-071-0/+1
| | | | SVN-Revision: 21698
* ar71xx: add GPIO driver for the NXP 74HC153 chipGabor Juhos2010-01-151-0/+246
SVN-Revision: 19149