summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Fix for a bug that would show up if CONFIG_MTD_BYTE_WRITE was not selected an...Gregory Nutt2014-07-031-1/+3
* Extend erase block size to 18-bits in order (decrease block size to 14-bits) ...Gregory Nutt2014-06-301-12/+14
* SAM4E-EK: Add a driver for the on-board LCD (not tested on initial check-ing)Gregory Nutt2014-05-131-3/+3
* A fix to the last MB85RS1MT patchGregory Nutt2014-05-121-2/+7
* Add support for Fujitsu MB85RS1MT part. From Charles AshGregory Nutt2014-05-121-37/+55
* drivers/mtd/w25.c: Add support for the 8Mbit W25Q80BV part. From Mark White...Gregory Nutt2014-04-301-3/+17
* Update TODO list and commentsGregory Nutt2014-04-231-4/+13
* More trailing whilespace removalGregory Nutt2014-04-1314-82/+82
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-1/+1
* Add macro UNUSED to eliminate warnings about variables that are set to unused...Gregory Nutt2014-03-301-2/+2
* Eliminate a warning when debug is offGregory Nutt2014-03-261-1/+7
* Add an MTD driver to wrap another MTD driver and makes is sector size look li...Gregory Nutt2014-03-243-0/+673
* SAM4E-EK: Add support for the SAM4E-EK AT25 serial flashGregory Nutt2014-03-131-9/+15
* Many changes to reduce complaints from CppCheck. Several latent bugs fixes, ...Gregory Nutt2014-02-101-1/+1
* Add option to indicatet that data is retained in SDRAMGregory Nutt2014-01-281-5/+0
* Fix a typo that was cloned to several SAMA5 and MTD filesGregory Nutt2013-12-217-7/+7
* Finish A10 Timer register definitionsGregory Nutt2013-12-132-14/+22
* Various fixes to the recent, big procfs checkinGregory Nutt2013-12-122-99/+127
* procfs/: Extenstive architectural changes and enhancements by Ken PettitGregory Nutt2013-12-1214-10/+824
* Move smart.h to include/nuttx/fs/smart.hGregory Nutt2013-12-101-1/+1
* MTD NAND: Check if block number is out of ragne at top of loop, not bottom, t...Gregory Nutt2013-12-051-14/+24
* Cosmetic updates to comments and READMEsGregory Nutt2013-12-041-4/+7
* SAMA5 NAND: Fix some PMECC setup logicGregory Nutt2013-12-041-5/+6
* Add drivers/mtd/README.txtGregory Nutt2013-12-041-0/+138
* MTD NAND: Fix an error in the calculation of the page numberGregory Nutt2013-12-022-11/+15
* MTD NAND: Fix a misplaced endifGregory Nutt2013-12-012-4/+4
* Costmet updates, naming, debug output, README fileGregory Nutt2013-12-011-17/+21
* SAMA5 NAND: Still debuggingGregory Nutt2013-11-283-21/+27
* Fix error in SMARTFS partition number reportingGregory Nutt2013-11-281-4/+13
* Add MTD SST25 driver for larger SST25 parts. From Ken PettitGregory Nutt2013-11-283-0/+1040
* Fixes a couple of errors in MTD NAND logicGregory Nutt2013-11-272-4/+4
* SAMA5 NAND: A few bug fixes for integration. Still lots more to doGregory Nutt2013-11-273-7/+9
* SAMA5 NAND: Trivial changesGregory Nutt2013-11-251-5/+5
* SAMA5 NAND: Fix a few race conditionsGregory Nutt2013-11-251-11/+40
* SAMA5 PMECC: More progress, still not completeGregory Nutt2013-11-241-7/+0
* Rethinking some NAND interfacesGregory Nutt2013-11-192-6/+6
* Finishes up NAND software ECC logicGregory Nutt2013-11-184-13/+132
* MTD NAND: Beginning of software ECC logicGregory Nutt2013-11-188-73/+630
* More NAND stuffGregory Nutt2013-11-171-45/+383
* More NAND stuffGregory Nutt2013-11-175-16/+558
* Continuing NAND integrationGregory Nutt2013-11-174-260/+144
* More NAND logic (still not complete)Gregory Nutt2013-11-163-22/+699
* Futher NAND developmentGregory Nutt2013-11-161-1/+3
* Further NAND supportGregory Nutt2013-11-163-8/+175
* Further NAND developmentGregory Nutt2013-11-164-144/+330
* EA3131: Framework for USB host supportGregory Nutt2013-11-151-1/+1
* Add support for ONFI compatible NAND devices (NAND logic still incomplete)Gregory Nutt2013-11-153-0/+573
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-1516-16/+25
* Fix a badly applied patch (actually, non-applied because --dry-run was set)Gregory Nutt2013-11-041-1/+1
* Updated configuration driver from Ken PettitGregory Nutt2013-11-041-149/+510