summaryrefslogtreecommitdiff
path: root/target/linux/rb532/files/arch/mips/rb500/devices.c
Commit message (Collapse)AuthorAgeFilesLines
* change the way ./files* and the generic kernel files are applied. ./files ↵Felix Fietkau2008-10-181-338/+0
| | | | | | now applies to *ALL* kernel versions, and is copied along with ./files-* - this gets rid of quite a bit of redundancy in the extra kernel drivers. SVN-Revision: 13010
* make use the chip_fixup function of the plat_nand driverGabor Juhos2008-06-061-0/+25
| | | | SVN-Revision: 11377
* Allow S1 button to be controlled using gpio-keysFlorian Fainelli2008-01-111-1/+26
| | | | SVN-Revision: 10172
* Resync kernel config, put back yellow led registration (#2607)Florian Fainelli2007-10-291-1/+6
| | | | SVN-Revision: 9458
* Clean up the prom code / board detection (thanks Gabor), fix some warningsFlorian Fainelli2007-10-051-3/+9
| | | | SVN-Revision: 9136
* Finally fix the rb500 boot (#2436)Florian Fainelli2007-10-051-12/+12
| | | | SVN-Revision: 9133
* Use the generic NAND driverFlorian Fainelli2007-09-271-73/+132
| | | | SVN-Revision: 9049
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-0/+218
(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