]> git.dujemihanovic.xyz Git - u-boot.git/commit
reset: dra7: Add a reset driver
authorKeerthy <j-keerthy@ti.com>
Thu, 27 Jan 2022 12:16:51 +0000 (13:16 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 8 Feb 2022 14:41:27 +0000 (09:41 -0500)
commit795b2c476f7dd7ecf9de95d8dca8ef0c8657dde4
treee70f671c33efe6a2c2b95d0b1170bcdbb7a8a60f
parentc55d6c6bc7b64645085fca9f59125b433138aee7
reset: dra7: Add a reset driver

Add a reset driver to bring IPs out of reset.

Signed-off-by: Keerthy <j-keerthy@ti.com>
[Amjad: reset_ops structure member "free" has been renamed to "rfree",
use the latter instead]
Signed-off-by: Amjad Ouled-Ameur <aouledameur@baylibre.com>
MAINTAINERS
drivers/reset/Kconfig
drivers/reset/Makefile
drivers/reset/reset-dra7.c [new file with mode: 0644]