]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
reset: implement a driver for the Tegra CAR
authorStephen Warren <swarren@nvidia.com>
Tue, 13 Sep 2016 16:45:58 +0000 (10:45 -0600)
committerTom Warren <twarren@nvidia.com>
Tue, 27 Sep 2016 16:11:02 +0000 (09:11 -0700)
commitfe60f06dcdee82b41f47e56ccb99cced91f1d2ac
tree791cff18cb6768059e0e8819f9d4f73826907dd0
parentbd3ee84ac71237656992ae78d0c7dfa7dcb4ceac
reset: implement a driver for the Tegra CAR

Implement a reset uclass driver for the Tegra CAR. This allows clients to
use standard reset APIs on Tegra. This device is intended to be
instantiated by the core Tegra CAR driver, rather than being instantiated
directly from DT. The implementation uses the existing custom Tegra-
specific reset APIs to avoid coupling the series with significant
refactoring of the existing Tegra clock/reset code.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
drivers/reset/Kconfig
drivers/reset/Makefile
drivers/reset/tegra-car-reset.c [new file with mode: 0644]