Files
linux-stable-mirror/include/linux
David LechnerandBartosz Golaszewski 91931af18b gpiolib: add gpiod_multi_set_value_cansleep()
Add a new gpiod_multi_set_value_cansleep() helper function with fewer
parameters than gpiod_set_array_value_cansleep().

Calling gpiod_set_array_value_cansleep() can get quite verbose. In many
cases, the first arguments all come from the same struct gpio_descs, so
having a separate function where we can just pass that cuts down on the
boilerplate.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Reviewed-by: Andy Shevchenko <andy@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20250210-gpio-set-array-helper-v3-1-d6a673674da8@baylibre.com
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
2025-02-12 10:29:27 +01:00
..
2025-01-04 15:27:35 -07:00
2025-01-06 07:36:39 -07:00
2025-01-18 12:33:39 -08:00
2025-01-25 20:22:31 -08:00
2025-01-09 10:06:14 +01:00
2025-01-07 18:06:51 -08:00
2025-01-25 08:22:26 +00:00
2025-01-14 19:45:35 +01:00
2025-01-16 11:48:11 +01:00
2025-01-15 15:07:23 -08:00
2025-01-25 20:22:42 -08:00
2025-01-16 17:22:59 -08:00
2025-01-10 11:59:00 +01:00
2025-01-07 15:16:48 +01:00
2025-01-02 10:37:14 -06:00
2025-01-08 14:50:11 -08:00
2025-01-11 20:39:43 +01:00
2025-01-29 09:04:28 -08:00