reset: add TI SYSCON based reset driver
authorAndrew F. Davis <afd@ti.com>
Mon, 27 Jun 2016 17:12:17 +0000 (12:12 -0500)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 29 Jun 2016 21:39:10 +0000 (23:39 +0200)
commitcc7c2bb1493c4118d5ae69e350a405faf3ddfb89
tree4983259634a033ddc5d8220fa98662cd24c6f0d1
parenta3828519c39aa9c85bae14bad2572d12dc0d1da6
reset: add TI SYSCON based reset driver

Add a reset-controller driver for performing reset management of
various devices present on the SoC, with the reset registers shared
between devices in a common register memory space. This driver uses
the syscon/regmap frameworks to actually implement the various reset
functionalities needed by the reset consumer devices.

Signed-off-by: Andrew F. Davis <afd@ti.com>
[s-anna@ti.com: add documentation, syscon name change]
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/Kconfig
drivers/reset/Makefile
drivers/reset/reset-ti-syscon.c [new file with mode: 0644]
This page took 0.038671 seconds and 5 git commands to generate.