From: Boris Brezillon <boris.brezillon@bootlin.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 0/6] cmd: Simplify support for sub-commands
Date: Mon, 3 Dec 2018 22:44:52 +0100 [thread overview]
Message-ID: <20181203224452.1df8ce73@bbrezillon> (raw)
In-Reply-To: <20181203211458.16951-1-boris.brezillon@bootlin.com>
On Mon, 3 Dec 2018 22:14:52 +0100
Boris Brezillon <boris.brezillon@bootlin.com> wrote:
> Hello,
>
> Here is the 3nd version of the sub-cmd patchset. This version fixes a
> few typos in commit messages.
>
> Regards,
>
> Boris
>
> Boris Brezillon (6):
> common: command: Fix command auto-completion
> common: command: Expose a generic helper to auto-complete sub commands
> common: command: Rework the 'cmd is repeatable' logic
> command: commands: Add macros to declare commands with subcmds
> cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commands
I found a bug in this patch.
Please ignore this version, I'll send a new one.
> cmd: adc: Use the sub-command infrastructure
>
> cmd/adc.c | 33 +---
> cmd/dtimg.c | 2 +-
> cmd/help.c | 2 +-
> cmd/mmc.c | 4 +-
> cmd/mtd.c | 476 +++++++++++++++++++++++++++-------------------
> common/command.c | 68 ++++++-
> include/command.h | 133 ++++++++++++-
> 7 files changed, 477 insertions(+), 241 deletions(-)
>
prev parent reply other threads:[~2018-12-03 21:44 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-03 21:14 [U-Boot] [PATCH v3 0/6] cmd: Simplify support for sub-commands Boris Brezillon
2018-12-03 21:14 ` [U-Boot] [PATCH v3 1/6] common: command: Fix command auto-completion Boris Brezillon
2018-12-03 21:14 ` [U-Boot] [PATCH v3 2/6] common: command: Expose a generic helper to auto-complete sub commands Boris Brezillon
2018-12-03 21:14 ` [U-Boot] [PATCH v3 3/6] common: command: Rework the 'cmd is repeatable' logic Boris Brezillon
2018-12-03 21:14 ` [U-Boot] [PATCH v3 4/6] command: commands: Add macros to declare commands with subcmds Boris Brezillon
2018-12-03 21:14 ` [U-Boot] [PATCH v3 5/6] cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commands Boris Brezillon
2018-12-03 21:36 ` Boris Brezillon
2018-12-03 21:14 ` [U-Boot] [PATCH v3 6/6] cmd: adc: Use the sub-command infrastructure Boris Brezillon
2018-12-03 21:44 ` Boris Brezillon [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181203224452.1df8ce73@bbrezillon \
--to=boris.brezillon@bootlin.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox