aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/atheros/files/include/asm-mips
Commit message (Collapse)AuthorAgeFilesLines
* move files for kernel 2.6.26 to a special directory. In kernel 2.6.28 the ↵Hauke Mehrtens2009-02-209-1379/+0
| | | | | | directory structure has chanced, so for kernel 2.6.26 a own files directory is needed. SVN-Revision: 14583
* fix 2.6.26.x boot failure on ar2313 (closes #4082)Gabor Juhos2008-10-081-1/+1
| | | | SVN-Revision: 12928
* use generic cansleep wrappers for GPIOGabor Juhos2008-09-111-19/+1
| | | | SVN-Revision: 12567
* fixes reset button on atheros platform, ar5312 gpio_irqs will be added laterJohn Crispin2008-08-051-1/+1
| | | | SVN-Revision: 12164
* atheros: USB supportMatteo Croce2008-05-111-4/+0
| | | | SVN-Revision: 11113
* override CPU features to save ~125KB of kernel memoryGabor Juhos2008-05-051-0/+84
| | | | SVN-Revision: 11050
* remove the clz function, use fls insteadGabor Juhos2008-04-201-23/+0
| | | | SVN-Revision: 10878
* nuke trailing whitespacesGabor Juhos2008-04-203-37/+37
| | | | SVN-Revision: 10872
* fix GPIO direction setup on ar5312, and fix compiler warningsGabor Juhos2008-04-131-5/+7
| | | | SVN-Revision: 10811
* add gpio support to atheros, fixes #1861, thanks OthelloJohn Crispin2008-04-034-0/+1234
| | | | SVN-Revision: 10724
* port atheros to 2.6.24 (untested), but do not use the new kernel by default yetFelix Fietkau2008-01-311-0/+25
| | | | SVN-Revision: 10335
* added option to atheros kernel to be able to disable reset button from ↵John Crispin2007-09-231-0/+6
| | | | | | inside the fon mp3 driver SVN-Revision: 8969
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-062-0/+73
(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