mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
This adds a simple API for devices to request being reset by separate reset controller hardware and implements the reset signal device tree binding. Signed-off-by: Philipp Zabel <[email protected]> Reviewed-by: Stephen Warren <[email protected]> Reviewed-by: Shawn Guo <[email protected]> Reviewed-by: Marek Vasut <[email protected]> Reviewed-by: Pavel Machek <[email protected]>
2 lines
41 B
Makefile
2 lines
41 B
Makefile
obj-$(CONFIG_RESET_CONTROLLER) += core.o
|