summaryrefslogtreecommitdiff
path: root/drivers/reset/reset-gpio.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-09reset: gpio: make the driver fwnode-agnosticBartosz Golaszewski1-5/+5
2026-03-09reset: gpio: remove unneeded auxiliary_set_drvdata()Bartosz Golaszewski1-2/+0
2026-03-09reset: gpio: simplify fallback device matchingBartosz Golaszewski1-5/+0
2026-03-09reset: gpio: remove unneeded OF-node putBartosz Golaszewski1-10/+0
2026-01-24reset: gpio: check the return value of gpiod_set_value_cansleep()Bartosz Golaszewski1-6/+2
2026-01-19reset: gpio: suppress bind attributes in sysfsBartosz Golaszewski1-0/+1
2025-11-20reset: gpio: convert the driver to using the auxiliary busBartosz Golaszewski1-9/+10
2024-02-21reset: gpio: Add GPIO-based reset controllerKrzysztof Kozlowski1-0/+119