mbox series

[GIT,PULL] gpio: immutable tag containing gpiod_multi_set_value_cansleep()

Message ID 20250212094546.11895-1-brgl@bgdev.pl (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] gpio: immutable tag containing gpiod_multi_set_value_cansleep() | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-set-array-helper-v6.15-rc1

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 35 this patch: 35
netdev/build_tools success Errors and warnings before: 26 (+1) this patch: 26 (+1)
netdev/build_clang success Errors and warnings before: 3408 this patch: 3408
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success No Fixes tag
netdev/build_allmodconfig_warn success Errors and warnings before: 844 this patch: 844
netdev/build_clang_rust success No Rust files in patch. Skipping build
netdev/kdoc success Errors and warnings before: 20 this patch: 20
netdev/contest success net-next-2025-02-12--18-00 (tests: 888)

Message

Bartosz Golaszewski Feb. 12, 2025, 9:45 a.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Hi!

This concerns the patch series from David Lechner[1].

I applied the patch adding gpiod_multi_set_value_cansleep() to the GPIO
tree. Here's an immutable tag that maintainers of all other trees affected
by this series can pull in so that the entire series can land for v6.15.

Please pull.
Bartosz

[1] https://lore.kernel.org/linux-gpio/20250210-gpio-set-array-helper-v3-0-d6a673674da8@baylibre.com/

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-set-array-helper-v6.15-rc1

for you to fetch changes up to 91931af18bd22437e08e2471f5484d6fbdd8ab93:

  gpiolib: add gpiod_multi_set_value_cansleep() (2025-02-12 10:29:27 +0100)

----------------------------------------------------------------
add gpiod_multi_set_value_cansleep() to GPIO core

----------------------------------------------------------------
David Lechner (1):
      gpiolib: add gpiod_multi_set_value_cansleep()

 include/linux/gpio/consumer.h | 11 +++++++++++
 1 file changed, 11 insertions(+)

Comments

Andy Shevchenko Feb. 12, 2025, 10:50 a.m. UTC | #1
On Wed, Feb 12, 2025 at 10:45:46AM +0100, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> 
> Hi!
> 
> This concerns the patch series from David Lechner[1].
> 
> I applied the patch adding gpiod_multi_set_value_cansleep() to the GPIO
> tree. Here's an immutable tag that maintainers of all other trees affected
> by this series can pull in so that the entire series can land for v6.15.
> 
> Please pull.

Pulled to auxdisplay, thanks!