On Mon, May 11, 2026 at 02:30:42PM +0200, Bartosz Golaszewski wrote: > Wolfram, Forwarding it to Andi who will take over I2C maintainership from 7.2 onwards... Andi, you will need to merge this branch, so you can then apply https://patchwork.ozlabs.org/project/linux-i2c/patch/20260511113726.49041-3-jie.i.li@nokia.com/ on top of it. > > Please pull the following changes adding the gpiod_is_single_ended() helper > for v7.2-rc1. > > Thanks, > Bartosz > > The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731: > > Linux 7.1-rc1 (2026-04-26 14:19:00 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/ib-gpio-add-gpiod-is-single-ended-for-v7.2 > > for you to fetch changes up to b5fafa01bdaade5253bd39317f5455d13e6efc7d: > > gpiolib: add gpiod_is_single_ended() helper (2026-05-11 14:25:25 +0200) > > ---------------------------------------------------------------- > Immutable branch betweeb the GPIO and I2C trees for v7.2-rc1 > > - add the gpiod_is_single_ended() helper function > > ---------------------------------------------------------------- > Jie Li (1): > gpiolib: add gpiod_is_single_ended() helper > > drivers/gpio/gpiolib.c | 22 ++++++++++++++++++++++ > include/linux/gpio/consumer.h | 5 +++++ > 2 files changed, 27 insertions(+)