+1
−1
drivers/gpio/devres.c
0 → 100644
+90
−0
Loading
This patch adds 2 functions that allow managed devices to request GPIOs. These GPIOs will then be managed by drivers/base/devres.c. Signed-off-by:John Crispin <blogic@openwrt.org> Signed-off-by:
Grant Likely <grant.likely@secretlab.ca>