Files
u-boot/include
Stephen Warren 89c1e2da78 Add a reset driver framework/uclass
A reset controller is a hardware module that controls reset signals that
affect other hardware modules or chips.

This patch defines a standard API that connects reset clients (i.e. the
drivers for devices affected by reset signals) to drivers for reset
controllers/providers. Initially, DT is the only supported method for
connecting the two.

The DT binding specification (reset.txt) was taken from Linux kernel
v4.5's Documentation/devicetree/bindings/reset/reset.txt.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
2016-06-19 17:05:55 -06:00
..
2016-06-19 17:05:55 -06:00
2016-06-12 23:49:38 +02:00
2016-06-09 13:53:06 -04:00
2016-05-02 18:37:09 -04:00
2016-05-25 17:52:39 +02:00
2016-05-25 17:52:39 +02:00
2016-05-27 10:23:09 -06:00
2016-06-06 13:39:15 -04:00
2016-05-03 17:52:11 -05:00
2016-06-06 13:39:13 -04:00
2016-06-10 13:44:58 -07:00
2016-06-19 17:05:55 -06:00
2016-06-19 17:05:55 -06:00
2016-05-27 10:01:10 -04:00
2016-06-19 17:05:55 -06:00
2016-05-17 09:54:43 -06:00
2016-05-26 20:48:31 -06:00
2016-05-17 09:54:43 -06:00
2016-05-02 18:37:09 -04:00
2016-05-25 13:25:18 +09:00