aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120-2.6/files/drivers/mtd/nand
Commit message (Collapse)AuthorAgeFilesLines
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-207/+0
| | | | | | (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
* Put the init flag in the structureFlorian Fainelli2007-07-191-3/+4
| | | | SVN-Revision: 8054
* Replace hardcoded values with their correct definitionsFlorian Fainelli2007-07-181-1/+1
| | | | SVN-Revision: 8046
* Convert the nand driver to a platform_device, should only allow routerboards ↵Florian Fainelli2007-07-181-56/+134
| | | | | | to use it SVN-Revision: 8045
* Load the appropriate MTD driver if we were booted from NOR/NAND only, use ↵Florian Fainelli2007-07-181-4/+10
| | | | | | the TRX mapping by default if bootloader unknown SVN-Revision: 8032
* Change the main partition to be named rootfs so that the scripts mount itFlorian Fainelli2007-06-081-1/+1
| | | | SVN-Revision: 7537
* Add the rbmipsnand fix from #1778Florian Fainelli2007-05-291-1/+12
| | | | SVN-Revision: 7388
* Fix some \n and kernel logging levelsFlorian Fainelli2007-05-111-3/+3
| | | | SVN-Revision: 7181
* Move NAND driver from rb1xx to adm5120, rbmipsnand fixed by David ↵Florian Fainelli2007-04-171-0/+111
Goodenough, thanks ! SVN-Revision: 6991