summaryrefslogtreecommitdiff
path: root/nuttx/drivers/mtd/mtd_partition.c
Commit message (Expand)AuthorAgeFilesLines
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-4/+4
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* Update TODO list and commentsGregory Nutt2014-04-231-4/+13
* Various fixes to the recent, big procfs checkinGregory Nutt2013-12-121-83/+99
* procfs/: Extenstive architectural changes and enhancements by Ken PettitGregory Nutt2013-12-121-10/+395
* MTD NAND: Beginning of software ECC logicGregory Nutt2013-11-181-1/+1
* Moved include/nuttx/mtd.h to include/nuttx/mtd/mtd.hGregory Nutt2013-11-151-1/+1
* Fix erase block vs page block confusion in MTD partition logic. From Ken PettitGregory Nutt2013-10-311-6/+7
* Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to...Gregory Nutt2013-05-031-1/+10
* Add support for the byte write method to MTD partition logic; Beef up the MT...Gregory Nutt2013-05-021-18/+90
* Add an optional byte-oriented write method to the MTD interfaceGregory Nutt2013-05-011-2/+4
* Incorporate comments from Ken PetitGregory Nutt2013-04-301-16/+20
* Add MTD partition support plus fix some typos in commentsGregory Nutt2013-04-301-0/+419