aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/files/drivers/mtd
Commit message (Collapse)AuthorAgeFilesLines
* kernel: drop everything not on kernel version 4.14Daniel Golle2019-06-122-455/+0
| | | | | | | | | | * Remove testing patches for kernel version 4.19 * remove targets ar7, ixp4xx, orion Those targets are still on kernel 4.9, patches for 4.14 were not ready in time. They may be readded once people prepare and test patches for kernel 4.14. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ar7: fix ac49x compilation with 4.9Jonas Gorski2018-02-121-1/+1
| | | | | | | | This will introduce a warning on 3.18, but fixes an error when compiling for 4.9. Fixes: cf9e0a59aabd ("ar7: add kernel 4.9 support") Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
* ar7: register_mtd_parser() does no longer have a return valueJohn Crispin2015-03-101-1/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44638
* ar7: bump to 3.14John Crispin2014-12-082-0/+454
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43553
* move files directory to files-3.3Florian Fainelli2012-11-112-454/+0
| | | | SVN-Revision: 34153
* detect AC49x flash partitionsFlorian Fainelli2012-11-111-0/+220
| | | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34146
* add 2.6.35 supportFlorian Fainelli2010-08-261-0/+234
| | | | SVN-Revision: 22812
* do not patch the local copy of ar7part.c to be exactly like what is mainline ↵Florian Fainelli2009-02-221-146/+0
| | | | | | already SVN-Revision: 14625
* fix silliness in [8886]Matteo Croce2007-09-201-7/+2
| | | | SVN-Revision: 8889
* replace deprecated u_char with u8Matteo Croce2007-09-201-4/+4
| | | | SVN-Revision: 8887
* Make ar7_part more readable and endianness safeMatteo Croce2007-09-201-10/+19
| | | | SVN-Revision: 8886
* Enabled working ar7_wdt, style cleanupsMatteo Croce2007-09-121-4/+5
| | | | SVN-Revision: 8764
* more AR7 cleanups & fixesMatteo Croce2007-09-111-1/+1
| | | | SVN-Revision: 8758
* AR7: Cleanups (closes: #2323)Matteo Croce2007-09-111-6/+8
| | | | SVN-Revision: 8756
* fix typoNicolas Thill2007-09-111-1/+1
| | | | SVN-Revision: 8747
* Fix comments to the mtd driver (see ↵Florian Fainelli2007-09-111-8/+7
| | | | | | http://www.linux-mips.org/archives/linux-mips/2007-09/msg00064.html) SVN-Revision: 8738
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-0/+140
(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