aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files/include/asm-mips
Commit message (Collapse)AuthorAgeFilesLines
* add alternative board id for the ZyXEL P-334WTGabor Juhos2008-08-071-0/+1
| | | | SVN-Revision: 12232
* experimental gpiodev support (closes #3613)Gabor Juhos2008-08-051-0/+3
| | | | SVN-Revision: 12134
* fix compiler warningGabor Juhos2008-06-171-1/+1
| | | | SVN-Revision: 11521
* add button devices to several boardsGabor Juhos2008-06-081-2/+10
| | | | SVN-Revision: 11402
* add preliminary support for 2.6.24Gabor Juhos2008-01-303-3/+29
| | | | SVN-Revision: 10329
* more license cleanupsGabor Juhos2008-01-3013-179/+36
| | | | SVN-Revision: 10327
* license cleanupGabor Juhos2008-01-295-65/+15
| | | | SVN-Revision: 10305
* remove 'svn:executable' property from adm5120_uart.h (closes #3086)Gabor Juhos2008-01-261-0/+0
| | | | SVN-Revision: 10275
* change switch register access macrosGabor Juhos2007-12-272-4/+4
| | | | SVN-Revision: 9962
* fix mac address setup on RouterBOARDsGabor Juhos2007-12-121-2/+3
| | | | SVN-Revision: 9713
* new experimental driver for the CF slot on the RouterBOARD 153Gabor Juhos2007-12-111-9/+12
| | | | SVN-Revision: 9707
* add support for GPIO IRQsGabor Juhos2007-12-102-0/+10
| | | | SVN-Revision: 9700
* minor cleanupsGabor Juhos2007-10-241-0/+17
| | | | SVN-Revision: 9423
* fix flash driver, it should work on RB150 as wellGabor Juhos2007-10-231-0/+1
| | | | SVN-Revision: 9418
* The RB513 CF driver is now a module, enable it by default for the RB1xx ↵Florian Fainelli2007-10-231-0/+1
| | | | | | profile. Fix the membase of the CF driver. SVN-Revision: 9416
* Add preliminary support for the Routerboard 153 CF slot (#2550)Florian Fainelli2007-10-222-0/+25
| | | | SVN-Revision: 9403
* switch driver cleanup, 4th phaseGabor Juhos2007-10-171-2/+2
| | | | SVN-Revision: 9340
* switch driver cleanup, 1st phaseGabor Juhos2007-10-151-0/+26
| | | | SVN-Revision: 9324
* coding style fixesGabor Juhos2007-10-111-1/+0
| | | | SVN-Revision: 9263
* NAND driver cleanups, thanks to Alexandros C. Couloumbis for testing * use ↵Gabor Juhos2007-10-044-5/+115
| | | | | | generic NAND driver from now * add experimental support for RouterBOARD 150 NAND device SVN-Revision: 9118
* remove unused PCI externsGabor Juhos2007-09-251-3/+0
| | | | SVN-Revision: 9017
* move pci_irq_map definitions into the board specific filesGabor Juhos2007-09-242-4/+13
| | | | SVN-Revision: 9009
* checkin a new, experimental USB driverGabor Juhos2007-09-211-1/+1
| | | | SVN-Revision: 8905
* fix memory size detection (#2244)Gabor Juhos2007-09-101-2/+8
| | | | SVN-Revision: 8728
* define more SWITCH/MPMC constantsGabor Juhos2007-09-092-40/+177
| | | | SVN-Revision: 8704
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0617-0/+1487
(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