summaryrefslogtreecommitdiff
path: root/target/linux/adm5120/files
Commit message (Collapse)AuthorAgeFilesLines
* make morse LED trigger available for all platformsGabor Juhos2007-09-281-294/+0
| | | | SVN-Revision: 9055
* morse LED trigger cleanupsGabor Juhos2007-09-281-20/+30
| | | | SVN-Revision: 9054
* add morse LED trigger, will be used for diagnostic, update kernel configGabor Juhos2007-09-281-0/+284
| | | | SVN-Revision: 9053
* fix mach_type for the WP54G-WRT boardGabor Juhos2007-09-261-1/+1
| | | | SVN-Revision: 9040
* add missing PCI irq map for the RouterBOARD 133 (closes #2431)Gabor Juhos2007-09-261-0/+2
| | | | SVN-Revision: 9039
* remove unused PCI externsGabor Juhos2007-09-251-3/+0
| | | | SVN-Revision: 9017
* fix initcall level of adm5120_board_setup()Gabor Juhos2007-09-251-1/+1
| | | | SVN-Revision: 9016
* move pci_irq_map definitions into the board specific filesGabor Juhos2007-09-2412-113/+112
| | | | SVN-Revision: 9009
* fix a copy-paste errorGabor Juhos2007-09-231-1/+1
| | | | SVN-Revision: 8979
* add preliminary support for the Mikrotik RouterBOARD 192Gabor Juhos2007-09-232-1/+18
| | | | SVN-Revision: 8978
* fix ethernet vlan matrix of the NP28G board (closes: #2387)Gabor Juhos2007-09-231-3/+1
| | | | SVN-Revision: 8977
* rename NAND driverGabor Juhos2007-09-211-0/+0
| | | | SVN-Revision: 8932
* checkin a new, experimental USB driverGabor Juhos2007-09-2115-850/+4280
| | | | SVN-Revision: 8905
* fix memory size detection (#2244)Gabor Juhos2007-09-102-7/+11
| | | | SVN-Revision: 8728
* use the global register access macros in the flash driverGabor Juhos2007-09-091-14/+13
| | | | SVN-Revision: 8707
* remove volatile derefsGabor Juhos2007-09-091-5/+8
| | | | SVN-Revision: 8706
* cleanup memory detection code, fix #2244Gabor Juhos2007-09-092-47/+32
| | | | SVN-Revision: 8705
* define more SWITCH/MPMC constantsGabor Juhos2007-09-092-40/+177
| | | | SVN-Revision: 8704
* remove redundant EXTRA_AFLAGSGabor Juhos2007-09-091-2/+0
| | | | SVN-Revision: 8703
* cleanup IRQ codeGabor Juhos2007-09-091-42/+23
| | | | SVN-Revision: 8701
* cleanup PCI codeGabor Juhos2007-09-093-332/+283
| | | | SVN-Revision: 8700
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0659-0/+9221
(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