aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files/drivers/mtd
Commit message (Collapse)AuthorAgeFilesLines
* adm5120: move files to files-3.8Florian Fainelli2015-01-102-698/+0
| | | | | | | | In preparation for adding new kernel support Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43914
* adm5120: use mtd_read helper in trxsplit.cGabor Juhos2013-01-011-2/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34949
* adm5120: add missing NULL terminator to partition parser listJonas Gorski2012-05-031-0/+1
| | | | | | Fixes #11372. SVN-Revision: 31574
* adm5120: merge 3.3 patchesGabor Juhos2012-04-292-99/+12
| | | | SVN-Revision: 31511
* cleanup files using checkpatch.plFlorian Fainelli2011-06-122-4/+4
| | | | SVN-Revision: 27162
* adm5120: merge 2.6.30+ specific patchesGabor Juhos2010-01-021-1/+1
| | | | SVN-Revision: 18999
* move MyLoader partition parser into generic files, will be used on ar71xxGabor Juhos2008-11-171-178/+0
| | | | SVN-Revision: 13256
* update MyLoader partition parser, add support of named partitionsGabor Juhos2008-11-171-43/+57
| | | | SVN-Revision: 13255
* experimental support for 2.6.27Gabor Juhos2008-10-053-0/+949
| | | | SVN-Revision: 12863
* remove 2.6.25 specific stuffGabor Juhos2008-09-133-958/+0
| | | | SVN-Revision: 12598
* remove some unused filesGabor Juhos2008-01-291-207/+0
| | | | SVN-Revision: 10308
* license cleanupGabor Juhos2008-01-293-42/+11
| | | | SVN-Revision: 10305
* change switch register access macrosGabor Juhos2007-12-271-1/+1
| | | | SVN-Revision: 9962
* 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