aboutsummaryrefslogtreecommitdiff
path: root/target/linux/adm5120/files/drivers/mtd
Commit message (Collapse)AuthorAge
* adm5120: move files to files-3.8Florian Fainelli2015-01-10
| | | | | | | | 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-01
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34949
* adm5120: add missing NULL terminator to partition parser listJonas Gorski2012-05-03
| | | | | | Fixes #11372. SVN-Revision: 31574
* adm5120: merge 3.3 patchesGabor Juhos2012-04-29
| | | | SVN-Revision: 31511
* cleanup files using checkpatch.plFlorian Fainelli2011-06-12
| | | | SVN-Revision: 27162
* adm5120: merge 2.6.30+ specific patchesGabor Juhos2010-01-02
| | | | SVN-Revision: 18999
* move MyLoader partition parser into generic files, will be used on ar71xxGabor Juhos2008-11-17
| | | | SVN-Revision: 13256
* update MyLoader partition parser, add support of named partitionsGabor Juhos2008-11-17
| | | | SVN-Revision: 13255
* experimental support for 2.6.27Gabor Juhos2008-10-05
| | | | SVN-Revision: 12863
* remove 2.6.25 specific stuffGabor Juhos2008-09-13
| | | | SVN-Revision: 12598
* remove some unused filesGabor Juhos2008-01-29
| | | | SVN-Revision: 10308
* license cleanupGabor Juhos2008-01-29
| | | | SVN-Revision: 10305
* change switch register access macrosGabor Juhos2007-12-27
| | | | SVN-Revision: 9962
* only use trxsplit on NOR flash devicesGabor Juhos2007-11-04
| | | | SVN-Revision: 9497
* fix flash driver fixes, call request_mem_region/ioremap_nocache with the ↵Gabor Juhos2007-11-04
| | | | | | correct arguments SVN-Revision: 9496
* reduce wasted flash space by ~56K on Edimax devices, thanks to Bernhard Held ↵Gabor Juhos2007-10-26
| | | | | | (closes: #2549) SVN-Revision: 9450
* fix flash driver, it should work on RB150 as wellGabor Juhos2007-10-23
| | | | SVN-Revision: 9418
* coding style fixesGabor Juhos2007-10-11
| | | | SVN-Revision: 9263
* prepare trxsplit to support sysupgradeGabor Juhos2007-10-01
| | | | SVN-Revision: 9085
* rename NAND driverGabor Juhos2007-09-21
| | | | SVN-Revision: 8932
* use the global register access macros in the flash driverGabor Juhos2007-09-09
| | | | SVN-Revision: 8707
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-06
(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