summaryrefslogtreecommitdiffstats
path: root/target/linux/at91/modules.mk
Commit message (Collapse)AuthorAgeFilesLines
* at91: udc driver was missing depsJohn Crispin2016-02-161-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 48726
* at91: fix typo in usb kernel module makefileJohn Crispin2016-01-191-1/+1
| | | | | | | | Fix a typo with generating the package description Signed-off-by: Ben Whitten <ben.whitten@gmail.com> SVN-Revision: 48352
* at91: add package for high speed usb deviceJohn Crispin2016-01-191-0/+19
| | | | | | | | | Add a package for a missing module for the at91 high speed device. Without this the build process pauses asking to build as module. Signed-off-by: Ben Whitten <ben.whitten@gmail.com> SVN-Revision: 48350
* at91: USB gadget subsystem cleanup and driver fix.John Crispin2015-02-191-0/+18
| | | | | | Signed-off-by: Owen Kirby <osk@exegin.com> SVN-Revision: 44491
* at91: fix at91-adc dependenciesJohn Crispin2014-10-131-1/+1
| | | | | | | | | | | | Error reported by buildbot: Package kmod-at91-adc is missing dependencies for the following libraries: input-core.ko only compile tested Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 42893
* at91: fix missing drivers/iio/adc/at91-adc.ko in kmod-at91-adcHauke Mehrtens2013-10-011-3/+3
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38273
* at91: upgrade to kernel 3.8.7 and use devicetreeGabor Juhos2013-04-261-1/+1
| | | | | | | | | | | | | | | This upgrades the AT91 target to 3.8.7, and migrates to device tree. This allows a single kernel to be built for most at91 variants which simplifies things quite a bit. The immediate result is that all subtargets are nuked, and any boards without dts files are no longer supported, though the target now includes more boards than before. The adc driver was also nuked as 3.8.7 includes a new one under the IIO subsystem. Signed-off-by: Adam Porter <porter.adam@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36452
* move i2c module to target modules.mkFlorian Fainelli2012-07-291-0/+17
| | | | SVN-Revision: 32910
* clean up pwm patches and driversJohn Crispin2012-07-281-4/+3
| | | | SVN-Revision: 32901
* Import an experimental ADC driverClaudio Mignanti2010-12-231-0/+15
| | | | SVN-Revision: 24814
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-2/+2
| | | | SVN-Revision: 22145
* revamp target: add support for netusg20 boardClaudio Mignanti2010-06-181-0/+16
| | | | SVN-Revision: 21838
* package/kernel: move target specific modules to their own target filesNicolas Thill2010-04-241-0/+21
SVN-Revision: 21132