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

Message ID 20231124193816.30412-1-brgl@bgdev.pl
State New
Headers
Series [GIT,PULL] gpio: immutable branch between GPIO and pinctrl trees for v6.8-rc1 |

Pull-request

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

Message

Bartosz Golaszewski Nov. 24, 2023, 7:38 p.m. UTC
  From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

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(+)
  

Comments

Linus Walleij Nov. 24, 2023, 11:27 p.m. UTC | #1
On Fri, Nov 24, 2023 at 8:38 PM Bartosz Golaszewski <brgl@bgdev.pl> 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