summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files
Commit message (Collapse)AuthorAgeFilesLines
* 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