commit | 9671243e8d10defb06f2ea24fac138c87697d7fc | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@bootlin.com> | Mon Dec 03 22:54:22 2018 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 15 15:28:54 2019 -0500 |
tree | 40850cc37ed675966198a79d4341130ab93d1cd8 | |
parent | c0cf06e523cbe50dbf38d5c81d0595f5b8517f4a [diff] |
cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commands It's way simpler this way, and we also gain auto-completion support for free (MTD name auto-completion has been added with mtd_name_complete()) Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Reviewed-by: Tom Rini <trini@konsulko.com>