summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files/drivers/mtd
Commit message (Collapse)AuthorAgeFilesLines
* only use trxsplit on NOR flash devicesGabor Juhos2007-11-041-0/+6
| | | | SVN-Revision: 9497
* fix flash driver fixes, call request_mem_region/ioremap_nocache with the ↵Gabor Juhos2007-11-041-2/+3
| | | | | | correct arguments SVN-Revision: 9496
* reduce wasted flash space by ~56K on Edimax devices, thanks to Bernhard Held ↵Gabor Juhos2007-10-261-7/+2
| | | | | | (closes: #2549) SVN-Revision: 9450
* fix flash driver, it should work on RB150 as wellGabor Juhos2007-10-231-6/+12
| | | | SVN-Revision: 9418
* coding style fixesGabor Juhos2007-10-113-30/+33
| | | | SVN-Revision: 9263
* prepare trxsplit to support sysupgradeGabor Juhos2007-10-011-0/+227
| | | | SVN-Revision: 9085
* rename NAND driverGabor Juhos2007-09-211-0/+0
| | | | SVN-Revision: 8932
* use the global register access macros in the flash driverGabor Juhos2007-09-091-14/+13
| | | | SVN-Revision: 8707
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-063-0/+959
(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