[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250811135114.70119-1-brgl@bgdev.pl>
Date: Mon, 11 Aug 2025 15:51:14 +0200
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Linus Walleij <linus.walleij@...aro.org>
Cc: Thomas Richard <thomas.richard@...tlin.com>,
linux-gpio@...r.kernel.org,
linux-kernel@...r.kernel.org,
Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
Subject: [GIT PULL] Immutable branch between the GPIO and pinctrl trees
From: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
Linus,
Please pull the following set of gpio-aggregator updates into your tree.
This will allow you to apply the final patch in this series containing
the pinctrl driver for AAEON UP boards.
Thanks,
Bartosz
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-aggregator-refactoring-for-v6.18-rc1
for you to fetch changes up to 53ec9169db1345f04174febb90f88a871fc28d9e:
lib/string_choices: Add str_input_output() helper (2025-08-11 15:39:31 +0200)
----------------------------------------------------------------
Immutable branch for the pinctrl tree to pull from
Refactor the gpio-aggregator module as a prerequisite for merging the
pin controller driver for AAEON UP boards.
----------------------------------------------------------------
Thomas Richard (9):
gpiolib: add support to register sparse pin range
gpio: aggregator: move GPIO forwarder allocation in a dedicated function
gpio: aggregator: refactor the code to add GPIO desc in the forwarder
gpio: aggregator: refactor the forwarder registration part
gpio: aggregator: update gpiochip_fwd_setup_delay_line() parameters
gpio: aggregator: export symbols of the GPIO forwarder library
gpio: aggregator: handle runtime registration of gpio_desc in gpiochip_fwd
gpio: aggregator: add possibility to attach data to the forwarder
lib/string_choices: Add str_input_output() helper
drivers/gpio/gpio-aggregator.c | 406 +++++++++++++++++++++++++++++++++++------
drivers/gpio/gpiolib.c | 29 ++-
include/linux/gpio/driver.h | 51 +++++-
include/linux/gpio/forwarder.h | 41 +++++
include/linux/string_choices.h | 6 +
5 files changed, 466 insertions(+), 67 deletions(-)
create mode 100644 include/linux/gpio/forwarder.h
Powered by blists - more mailing lists