summaryrefslogtreecommitdiff
path: root/common/cmd_ubi.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-2/+2
2008-12-16Coding style cleanup, update CHANGELOG.Wolfgang Denk1-1/+1
2008-12-10UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initializationStefan Roese1-0/+1
2008-12-09UBI: Fix size parsing in "ubi create"Stefan Roese1-1/+1
2008-12-09UBI: Enable re-initializing of the "ubi part" commandStefan Roese1-0/+11
2008-11-24UBI: Add proof-of-concept CFI flash supportPiotr Ziecik1-1/+9
2008-11-24UBI: Change parsing of size in commands to default to hexStefan Roese1-32/+4
2008-11-19UBI: Add UBI command supportKyungmin Park1-0/+628