summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* 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
* SST25 driver: Added one more use of sst25_cmd. From David SidraneGregory Nutt2013-11-031-8/+1
* Fix to SST25 driver to permit faster write modes. From David SidraneGregory Nutt2013-11-022-47/+46
* MTD config: Reduce configuration header overhead. From Ken PettitGregory Nutt2013-11-012-22/+69
* Add an MTD device wrapper that can used to provide a /dev/config that can be ...Gregory Nutt2013-11-013-1/+1003
* Fix erase block vs page block confusion in MTD partition logic. From Ken PettitGregory Nutt2013-10-311-6/+7
* drivers/mtd/sst.c: Fixes for 512 byte sector mode. From David SidraneGregory Nutt2013-10-271-1/+1
* CC3000 driver changes from David SidraneGregory Nutt2013-10-161-1/+1
* Add support for the SST25VF016B serial FLASH. From Davide SidraneGregory Nutt2013-10-161-11/+36
* Add support for the AT 24C512 EEPROMGregory Nutt2013-09-122-10/+21
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-272-2/+2
* SAM3,4,A5 DMA fixes; SAMA5 SPI driver now supports DMA transfersGregory Nutt2013-08-091-1/+0
* SAMA5: Add logic to auto-mount a file system on AT25 SPI FLASH for NSHGregory Nutt2013-08-052-9/+6
* SAMA5D3x-EK: At support for the AT25 serial FLASHGregory Nutt2013-08-041-4/+29
* Created new directories to hold SPI-related filesGregory Nutt2013-07-016-6/+6
* Fixed to M25P driver from Ken Pettit plus some documentation updatesGregory Nutt2013-05-031-1/+1
* Replace CONFIG_MTD_SMART in MTD drivers with other conditionsGregory Nutt2013-05-033-40/+46
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to...Gregory Nutt2013-05-035-345/+391
* Add support for the byte write method to MTD partition logic; Beef up the MT...Gregory Nutt2013-05-022-22/+94
* Fix typo in configuration variables: MP25P should M25PGregory Nutt2013-05-012-35/+35
* Cosmetic update to commentsGregory Nutt2013-05-011-15/+19
* Add an optional byte-oriented write method to the MTD interfaceGregory Nutt2013-05-0112-25/+90