From: Bartosz Golaszewski <bartosz.golaszew...@linaro.org>
On Mon, 07 Jul 2025 09:50:13 +0200, Bartosz Golaszewski wrote: > Commit 98ce1eb1fd87e ("gpiolib: introduce gpio_chip setters that return > values") added new line setter callbacks to struct gpio_chip. They allow > to indicate failures to callers. We're in the process of converting all > GPIO controllers to using them before removing the old ones. This series > converts another round of GPIO drivers. > > To: > > [...] Applied, thanks! [01/12] gpio: tps65910: use new GPIO line value setter callbacks https://git.kernel.org/brgl/linux/c/3e498b3c7b96a17037b5777c56ccff33d3bfbca5 [02/12] gpio: tps65912: check the return value of regmap_update_bits() https://git.kernel.org/brgl/linux/c/a0b2a6bbff8c26aafdecd320f38f52c341d5cafa [03/12] gpio: tps65912: use new GPIO line value setter callbacks https://git.kernel.org/brgl/linux/c/22cbcfe36e9724fda06ca873e20777d863445ab8 [04/12] gpio: tps68470: use new GPIO line value setter callbacks https://git.kernel.org/brgl/linux/c/e41e51f07b1c8a642fed121d01da37c1c2994f89 [05/12] gpio: tqmx86: use new GPIO line value setter callbacks https://git.kernel.org/brgl/linux/c/9ade48906b62fc7c5b999422891408a4f02c255a [06/12] gpio: ts4900: use new GPIO line value setter callbacks https://git.kernel.org/brgl/linux/c/ed8497dc6683cd285ef4335a315d398524c4af52 [07/12] gpio: twl4030: use new GPIO line value setter callbacks https://git.kernel.org/brgl/linux/c/0446ce284bebe192be6e0da6e969379dc3dac587 [08/12] gpio: twl6040: use new GPIO line value setter callbacks https://git.kernel.org/brgl/linux/c/77ba4640cc1564f29b280040b312688b79039c4c [09/12] gpio: twl6040: set line value in .direction_out() https://git.kernel.org/brgl/linux/c/79880eba2c0feed895e6d2aa8f7e5489d113d653 [10/12] gpio: uniphier: use new GPIO line value setter callbacks https://git.kernel.org/brgl/linux/c/42fbbe31634d116a7f6bee75c0ae455bf10a7737 [11/12] gpio: viperboard: use new GPIO line value setter callbacks https://git.kernel.org/brgl/linux/c/55e2d1eec110f1278324882714b64465e4e58ced [12/12] gpio: virtio: use new GPIO line value setter callbacks https://git.kernel.org/brgl/linux/c/e502df58b5e3767c00e887744b6eff43b7fde3ea Best regards, -- Bartosz Golaszewski <bartosz.golaszew...@linaro.org>