Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-17 | gpio: ds4520: don't check the 'ngpios' property in the driver | Bartosz Golaszewski | |
This is already done by the gpio-regmap abstraction by calling gpiochip_get_ngpios(). We don't need to do this at the driver level. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Link: https://lore.kernel.org/r/20250408-gpio-regmap-ngpios-v2-1-26f254014f57@linaro.org Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> | |||
2023-07-29 | gpio: ds4520: Add ADI DS4520 GPIO Expander Support | Okan Sahin | |
The DS4520 is a 9-bit nonvolatile (NV) I/O expander. It offers users a digitally programmable alternative to hardware jumpers and mechanical switches that are being used to control digital logic node. Signed-off-by: Okan Sahin <okan.sahin@analog.com> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> |