summaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/files/include
Commit message (Collapse)AuthorAgeFilesLines
* move files to file-2.6.30Florian Fainelli2010-02-048-905/+0
| | | | SVN-Revision: 19518
* add support for titan variant (WRTP54G) (#6185)Florian Fainelli2010-01-033-8/+374
| | | | SVN-Revision: 19022
* Fix divisor calculation and configuration from previous commit, thanks sn9Florian Fainelli2008-09-011-2/+2
| | | | SVN-Revision: 12454
* Fix divisor settings for external devices like wireless devices, thanks sn9Florian Fainelli2008-08-311-1/+1
| | | | SVN-Revision: 12443
* add proper email addresses to the comment headersMatteo Croce2008-04-022-2/+3
| | | | SVN-Revision: 10709
* Let authors holds copyright of the AR7 code (closes #2369)Matteo Croce2008-04-024-4/+4
| | | | SVN-Revision: 10708
* make current AR7 code 2.6.24 aware, for future useMatteo Croce2008-02-081-0/+1
| | | | SVN-Revision: 10415
* fixed war.h pathMatteo Croce2008-01-291-0/+0
| | | | SVN-Revision: 10316
* added missing war.hMatteo Croce2008-01-291-0/+25
| | | | SVN-Revision: 10315
* gpio: revert it back, wrong and uselessMatteo Croce2008-01-131-13/+5
| | | | SVN-Revision: 10181
* GPIO fixMatteo Croce2008-01-121-6/+5
| | | | SVN-Revision: 10180
* cache GPIO addresses to be more efficentMatteo Croce2008-01-121-5/+14
| | | | SVN-Revision: 10179
* ar7_gpio: remove unneeded checks and volatileMatteo Croce2007-10-231-14/+2
| | | | SVN-Revision: 9419
* cleanup vlynq. drop vlynq-pciEugene Konev2007-10-051-21/+69
| | | | SVN-Revision: 9143
* add usb controller definitionEugene Konev2007-10-011-0/+1
| | | | SVN-Revision: 9087
* add necessary includesEugene Konev2007-09-231-0/+4
| | | | SVN-Revision: 8974
* make gpio conformant to generic gpio spec.Eugene Konev2007-09-211-26/+27
| | | | SVN-Revision: 8911
* mmzone.h is not needed anymoreEugene Konev2007-09-131-27/+0
| | | | SVN-Revision: 8769
* 128 irqs is not enough...Eugene Konev2007-09-131-0/+16
| | | | SVN-Revision: 8768
* Enabled working ar7_wdt, style cleanupsMatteo Croce2007-09-121-3/+3
| | | | SVN-Revision: 8764
* vlynq cleanups: * drivers can now set a clock divisor * irq handling ↵Eugene Konev2007-09-121-2/+22
| | | | | | cleanup, drivers now can handle error irqs themselves * style cleanup SVN-Revision: 8759
* more AR7 cleanups & fixesMatteo Croce2007-09-111-0/+0
| | | | SVN-Revision: 8758
* AR7: Cleanups (closes: #2323)Matteo Croce2007-09-115-80/+79
| | | | SVN-Revision: 8756
* disable dsp freq use for vlynq bus clock init, disable external clocking (it ↵Nicolas Thill2007-09-111-1/+0
| | | | | | locks up on c54apra2+) and revert to internal clocking trying various clock divisors. cleanup: * remove volative and use readl & writel accessors instead * use set_irq_chip & friends for irq setup * use kzalloc instead of kmalloc * secure VINT_VECTOR macro argument * remove unused vlynq_local_id function SVN-Revision: 8750
* cosmetic fixes for ar7: indent, use lowercase hex notation, formatNicolas Thill2007-09-061-10/+10
| | | | SVN-Revision: 8656
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-067-0/+463
(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