aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #937 from gumstix/aerocoreLorenz Meier2014-05-151-0/+4
|\
| * Add Gumstix AeroCore deviceAsh Charles2014-05-131-0/+4
* | eeprom driver: Use less excessive perf counters on EEPROMLorenz Meier2014-05-141-21/+15
|/
* Make MTD startup less verbose, there are diagnostic commands to read off its ...Lorenz Meier2014-02-011-4/+0
* mtd: added "mtd readtest" and "mtd rwtest"Andrew Tridgell2014-01-161-2/+113
* mtd: use new MTDIOC_SETSPEED ioctlAndrew Tridgell2014-01-161-1/+5
* mtd: fixed creation and erase of a single partitionAndrew Tridgell2014-01-151-5/+5
* Introducing mtd status command, fixing compile errors for I2C setupLorenz Meier2014-01-141-29/+88
* Enabled EEPROM as MTD backend deviceLorenz Meier2014-01-143-8/+619
* Eliminated magic numberLorenz Meier2014-01-141-1/+1
* Added MTD erase commandAndrew Tridgell2014-01-141-1/+30
* Compile / bugfixes on MTD commandline toolLorenz Meier2014-01-121-4/+1
* Enabled MTD partitions, successfully tested paramsLorenz Meier2014-01-121-18/+22
* Added support for N MTD / ramtron partitions / filesLorenz Meier2014-01-121-46/+79
* Added MTD adapter driverLorenz Meier2014-01-112-0/+222