All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH v3 8/9] test/py: allow multi-digit index in in_tree()
Date: Thu, 1 Oct 2020 10:09:04 -0400	[thread overview]
Message-ID: <20201001140904.GD14816@bill-the-cat> (raw)
In-Reply-To: <20200924043418.5355-9-p.yadav@ti.com>

On Thu, Sep 24, 2020 at 10:04:17AM +0530, Pratyush Yadav wrote:

> When more nodes are added for a uclass the index might go into two or
> more digits. This means that there are less spaces printed because they
> are used up by the extra digits. Update the regular expression to allow
> variable-length spacing between the class name and and index.
> 
> This was discovered when adding a simple_bus node in test.dts made
> test_bind_unbind_with_uclass() fail because the index went up to 10.
> 
> Signed-off-by: Pratyush Yadav <p.yadav@ti.com>

Applied to u-boot/next, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201001/25c8fac2/attachment.sig>

  reply	other threads:[~2020-10-01 14:09 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-24  4:34 [PATCH v3 0/9] regmap: Add managed API, regmap fields, regmap config Pratyush Yadav
2020-09-24  4:34 ` [PATCH v3 1/9] regmap: Add devm_regmap_init() Pratyush Yadav
2020-10-01 14:08   ` Tom Rini
2020-09-24  4:34 ` [PATCH v3 2/9] regmap: zero out the regmap on allocation Pratyush Yadav
2020-10-01 14:08   ` Tom Rini
2020-09-24  4:34 ` [PATCH v3 3/9] regmap: Allow specifying read/write width Pratyush Yadav
2020-10-01 14:08   ` Tom Rini
2020-09-24  4:34 ` [PATCH v3 4/9] regmap: Allow left shifting register offset before access Pratyush Yadav
2020-10-01 14:08   ` Tom Rini
2020-09-24  4:34 ` [PATCH v3 5/9] regmap: Add regmap_init_mem_range() Pratyush Yadav
2020-10-01 14:08   ` Tom Rini
2020-09-24  4:34 ` [PATCH v3 6/9] regmap: Allow devices to specify regmap range start and size in config Pratyush Yadav
2020-10-01 14:08   ` Tom Rini
2020-09-24  4:34 ` [PATCH v3 7/9] regmap: Add support for regmap fields Pratyush Yadav
2020-10-01 14:08   ` Tom Rini
2020-09-24  4:34 ` [PATCH v3 8/9] test/py: allow multi-digit index in in_tree() Pratyush Yadav
2020-10-01 14:09   ` Tom Rini [this message]
2020-09-24  4:34 ` [PATCH v3 9/9] test: dm: Add tests for regmap managed API and regmap fields Pratyush Yadav
2020-10-01 14:09   ` Tom Rini
2020-09-30 13:58 ` [PATCH v3 0/9] regmap: Add managed API, regmap fields, regmap config Pratyush Yadav
2020-09-30 15:25   ` Tom Rini

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=20201001140904.GD14816@bill-the-cat \
    --to=trini@konsulko.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.