]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mfd: tps65010: Use new GPIO line value setter callbacks
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 7 Apr 2025 07:24:14 +0000 (09:24 +0200)
committerLee Jones <lee@kernel.org>
Fri, 23 May 2025 07:48:12 +0000 (08:48 +0100)
commit651974212cacef4ad24c4f97d52b6761f2219e96
treec9a2e6f589c42f476c751cacaee388d9fee9af61
parent3745b5ca35298885035fd5e3a133be7292cbe2fc
mfd: tps65010: Use new GPIO line value setter callbacks

struct gpio_chip now has callbacks for setting line values that return
an integer, allowing to indicate failures. Convert the driver to using
them.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Link: https://lore.kernel.org/r/20250407-gpiochip-set-rv-mfd-v1-2-43f4d86d01d1@linaro.org
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/tps65010.c