summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* STM32: Fix some incorrectly placed conditional logicGregory Nutt2014-12-261-2/+2
* Back out some incorrect conditional compilationGregory Nutt2014-12-261-2/+0
* More RAMTRON related fixes from David SidraneGregory Nutt2014-12-261-13/+13
* Most superstitous updates to the RAMTROM driver make it more compatibile with...Gregory Nutt2014-12-262-21/+129
* M25P serial flash driver: Add subsector size of the M24P16 part. From LazloGregory Nutt2014-12-101-54/+58
* SmartFS: Implements wear-leveling in the SmartFS. From Ken PettitGregory Nutt2014-12-093-396/+3585
* EEPROM: Add a README fileGregory Nutt2014-11-271-0/+14
* Add support for generic EEPROM access via a character driver. Add also the E...Gregory Nutt2014-11-261-2/+2
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-253-5/+5
* Extend MTD support to M25P16. From Sébastien LorquetGregory Nutt2014-11-071-0/+21
* MTD read-ahear/write buffering layer seems functionalGregory Nutt2014-09-252-2/+5
* A few fixes for clean apps/examples/mtdrwb buildGregory Nutt2014-09-251-1/+1
* In at45db_bwrite, the buffer is not increased when writing more than 1 page. ...Gregory Nutt2014-09-251-77/+84
* Update SMART FS procfs support. From Ken PettitGregory Nutt2014-09-221-2/+42
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-3113-27/+27
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-316-15/+15
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-3114-36/+36
* Change all time conversions. Yech. New timer units in microseconds breaks a...Gregory Nutt2014-08-071-6/+6
* Missing closing quote in Kconfig fileGregory Nutt2014-07-111-2/+2
* Minor Kconfig improvementsGregory Nutt2014-07-111-2/+2
* Addition rwbuffer interfaces should not be enabled unless they are needed; if...Gregory Nutt2014-07-114-14/+49
* Add an MTD layer that will add read-ahead or write buffering to any MTD drive...Gregory Nutt2014-07-116-12/+480
* SMARTFS: Increase some variables from uint16_t to uint32_t to handle larger d...Gregory Nutt2014-07-041-2/+2
* 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