aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/mtd
Commit message (Expand)AuthorAgeFilesLines
* Replace use of -Wno-error and only ignore specific warningsDaniel Agar2014-12-231-1/+2
* turn on -Werror and fix resulting errorsDaniel Agar2014-12-221-0/+2
* EEPROM driver: Do not issue warnings that result from our special case handli...Lorenz Meier2014-10-091-3/+12
* Hotfix: Optimize shell commands for size - we do not need massive performance...Lorenz Meier2014-08-131-0/+2
* AT24C: Fix warning due to missing function prototype.Lorenz Meier2014-07-081-0/+1
* systemcmds: Warning fixesLorenz Meier2014-06-301-1/+3
* Fix compiler warningsDon Gagne2014-06-291-15/+15
* More tab fixesDon Gagne2014-06-291-6/+6
* Fix bugs found through compiler warningsDon Gagne2014-06-291-2/+6
* 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