aboutsummaryrefslogtreecommitdiff
path: root/cmd/ubi.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-15cmd: ubi: remove unreachable codeHeinrich Schuchardt1-5/+1
2018-11-22cmd: ubi: Make ubi_detach() staticStefan Roese1-4/+1
2018-11-13cmd: ubi: Remove useless call to mtdparts_init()Boris Brezillon1-5/+0
2018-10-02Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-76/+25
2018-10-02cmd: ubi: clean the partition handlingMiquel Raynal1-71/+25
2018-09-28cmd: ubifs: Move ubifs_initialized checking into cmd_ubifs_umount()Tien Fong Chee1-2/+1
2018-09-20cmd: ubi: delete useless and misleading definitionsMiquel Raynal1-5/+0
2018-07-26cmd/ubi.c: Fix format warningTom Rini1-1/+1
2018-07-12cmd: ubi: Add additional message upon UBI attach errorStefan Roese1-0/+1
2018-07-12cmd: ubi: print load size after establishing volume sizeStefan Agner1-3/+2
2017-09-12cmd: set filesize variable in ubi readHolger Dengler1-0/+5
2017-04-18cmd: ubi: remove unnecessary logical constraintxypron.glpk@gmx.de1-1/+1
2017-01-26cmd: ubi: allow '-' to specify maximum volume sizeLadislav Michl1-3/+5
2016-09-27cmd: ubi: add option to specify volume idLadislav Michl1-4/+11
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-06-09ubi: add new ubi command "ubi detach"Heiko Schocher1-11/+27
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+685