2023-11-24 19:38:39

by Bartosz Golaszewski

[permalink] [raw]
Subject: [GIT PULL] gpio: immutable branch between GPIO and pinctrl trees for v6.8-rc1

From: Bartosz Golaszewski <[email protected]>

Linus,

Here's the immutable branch for you to pull into the pinctrl tree that
provides the new gpio_device_get_label() getter.

Bart

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-device-get-label-for-v6.8-rc1

for you to fetch changes up to d1f7728259ef02ac20b7afb6e7eb5a9eb1696c25:

gpiolib: provide gpio_device_get_label() (2023-11-24 20:27:37 +0100)

----------------------------------------------------------------
gpiolib: provide gpio_device_get_label()

----------------------------------------------------------------
Bartosz Golaszewski (1):
gpiolib: provide gpio_device_get_label()

drivers/gpio/gpiolib.c | 14 ++++++++++++++
include/linux/gpio/driver.h | 1 +
2 files changed, 15 insertions(+)


2023-11-24 23:28:13

by Linus Walleij

[permalink] [raw]
Subject: Re: [GIT PULL] gpio: immutable branch between GPIO and pinctrl trees for v6.8-rc1

On Fri, Nov 24, 2023 at 8:38 PM Bartosz Golaszewski <[email protected]> wrote:

> Here's the immutable branch for you to pull into the pinctrl tree that
> provides the new gpio_device_get_label() getter.

Pulled, thanks!

Yours,
Linus Walleij