From: Tom Rini Date: Tue, 11 Nov 2025 20:53:47 +0000 (-0600) Subject: Merge patch series "reenable dm_gpio tests, add support for gpio-line-names lookup" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10fec1b7a36dcd902274fe136ff1e3ba280ecef4;p=thirdparty%2Fu-boot.git Merge patch series "reenable dm_gpio tests, add support for gpio-line-names lookup" Rasmus Villemoes says: Hopefully third time's the charm. I merely wanted to add support (mostly for use by the 'gpio' shell command) for looking up a gpio via the gpio-line-names DT property. We already have a "gpio_request_by_line_name()", but cmd/gpio.c does a separate "lookup + request", so it felt more natural to teach the lookup machinery this as well. That ran into OF_CONTROL-but-not-OF_LIBFDT being a thing for SPL, so here's yet another attempt. Now, when trying to do my civic duty and add tests for this, I found that test/dm/gpio.c has been defunct for a couple of years, and reinstating it is not entirely trivial. After a couple of rounds CI is now happy with this: https://github.com/u-boot/u-boot/pull/828 Link: https://lore.kernel.org/r/20251104174458.3385564-1-ravi@prevas.dk --- 10fec1b7a36dcd902274fe136ff1e3ba280ecef4