mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org, Ahmad Fatoum <a.fatoum@barebox.org>
Subject: Re: [PATCH v2 00/13] commands: add bfetch/buds of command redirection
Date: Thu, 14 Aug 2025 12:53:40 +0200	[thread overview]
Message-ID: <175516882074.1146067.18312255627914934057.b4-ty@pengutronix.de> (raw)
In-Reply-To: <20250813143345.3758653-1-a.fatoum@barebox.org>


On Wed, 13 Aug 2025 16:33:32 +0200, Ahmad Fatoum wrote:
> See patches for individual changelog.
> 
> Ahmad Fatoum (13):
>   common: introduce structured I/O
>   ARM: cpuinfo: support structio output
>   commands: uptime: enable structured I/O
>   string: implement strv_length helper
>   ARM: psci: client: add PSCI version/method parameters
>   net: move netmask_to_prefix into header
>   optee: add revision info to tee devinfo output
>   tee: enable structured I/O in devinfo handler
>   security: blobgen: add easy way to check for existent providers
>   clk: implement clk_have_nonfixed_providers
>   commands: introduce bfetch command
>   configs: enable bfetch in some popular defconfigs
>   hush: structio: silence missing command error message
> 
> [...]

Applied, thanks!

[01/13] common: introduce structured I/O
        https://git.pengutronix.de/cgit/barebox/commit/?id=daf4eaa1527b (link may not be stable)
[02/13] ARM: cpuinfo: support structio output
        https://git.pengutronix.de/cgit/barebox/commit/?id=de6ccc772321 (link may not be stable)
[03/13] commands: uptime: enable structured I/O
        https://git.pengutronix.de/cgit/barebox/commit/?id=1e75939cd13d (link may not be stable)
[04/13] string: implement strv_length helper
        https://git.pengutronix.de/cgit/barebox/commit/?id=93ea82677520 (link may not be stable)
[05/13] ARM: psci: client: add PSCI version/method parameters
        https://git.pengutronix.de/cgit/barebox/commit/?id=0923dc8ed0e7 (link may not be stable)
[06/13] net: move netmask_to_prefix into header
        https://git.pengutronix.de/cgit/barebox/commit/?id=4c135b49c5a4 (link may not be stable)
[07/13] optee: add revision info to tee devinfo output
        https://git.pengutronix.de/cgit/barebox/commit/?id=906eab8a61f1 (link may not be stable)
[08/13] tee: enable structured I/O in devinfo handler
        https://git.pengutronix.de/cgit/barebox/commit/?id=8eb7d6ca2c1a (link may not be stable)
[09/13] security: blobgen: add easy way to check for existent providers
        https://git.pengutronix.de/cgit/barebox/commit/?id=3eb0421f8d68 (link may not be stable)
[10/13] clk: implement clk_have_nonfixed_providers
        https://git.pengutronix.de/cgit/barebox/commit/?id=3f7728828231 (link may not be stable)
[11/13] commands: introduce bfetch command
        https://git.pengutronix.de/cgit/barebox/commit/?id=99285b2c3dfb (link may not be stable)
[12/13] configs: enable bfetch in some popular defconfigs
        https://git.pengutronix.de/cgit/barebox/commit/?id=ef09418cb4fa (link may not be stable)
[13/13] hush: structio: silence missing command error message
        https://git.pengutronix.de/cgit/barebox/commit/?id=2004145b5515 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




      parent reply	other threads:[~2025-08-14 15:37 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-13 14:33 Ahmad Fatoum
2025-08-13 14:33 ` [PATCH v2 01/13] common: introduce structured I/O Ahmad Fatoum
2025-08-13 14:33 ` [PATCH v2 02/13] ARM: cpuinfo: support structio output Ahmad Fatoum
2025-08-13 14:33 ` [PATCH v2 03/13] commands: uptime: enable structured I/O Ahmad Fatoum
2025-08-13 14:33 ` [PATCH v2 04/13] string: implement strv_length helper Ahmad Fatoum
2025-08-13 14:33 ` [PATCH v2 05/13] ARM: psci: client: add PSCI version/method parameters Ahmad Fatoum
2025-08-13 14:33 ` [PATCH v2 06/13] net: move netmask_to_prefix into header Ahmad Fatoum
2025-08-13 14:33 ` [PATCH v2 07/13] optee: add revision info to tee devinfo output Ahmad Fatoum
2025-08-13 14:33 ` [PATCH v2 08/13] tee: enable structured I/O in devinfo handler Ahmad Fatoum
2025-08-13 14:33 ` [PATCH v2 09/13] security: blobgen: add easy way to check for existent providers Ahmad Fatoum
2025-08-13 14:33 ` [PATCH v2 10/13] clk: implement clk_have_nonfixed_providers Ahmad Fatoum
2025-08-13 14:33 ` [PATCH v2 11/13] commands: introduce bfetch command Ahmad Fatoum
2025-08-13 14:33 ` [PATCH v2 12/13] configs: enable bfetch in some popular defconfigs Ahmad Fatoum
2025-08-13 14:33 ` [PATCH v2 13/13] hush: structio: silence missing command error message Ahmad Fatoum
2025-08-14 10:53 ` Sascha Hauer [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=175516882074.1146067.18312255627914934057.b4-ty@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=a.fatoum@barebox.org \
    --cc=barebox@lists.infradead.org \
    /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