aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/reset/reset-gpio.c
Commit message (Collapse)AuthorAgeFilesLines
* reset: gpio: Add GPIO-based reset controllerKrzysztof Kozlowski2024-02-211-0/+119
Add a simple driver to control GPIO-based resets using the reset controller API for the cases when the GPIOs are shared and reset should be coordinated. The driver is expected to be used by reset core framework for ad-hoc reset controllers. Cc: Bartosz Golaszewski <[email protected]> Cc: Chris Packham <[email protected]> Cc: Sean Anderson <[email protected]> Reviewed-by: Bartosz Golaszewski <[email protected]> Reviewed-by: Philipp Zabel <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Philipp Zabel <[email protected]>