]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
misc: implement Tegra CAR core driver
authorStephen Warren <swarren@nvidia.com>
Tue, 13 Sep 2016 16:45:57 +0000 (10:45 -0600)
committerTom Warren <twarren@nvidia.com>
Tue, 27 Sep 2016 16:11:02 +0000 (09:11 -0700)
commitbd3ee84ac71237656992ae78d0c7dfa7dcb4ceac
tree5491295f7139b809d4e9e99071da0d3d58eb71ac
parentd0ad8a5cbfe8d52339ac5bea3617af21d2fd079a
misc: implement Tegra CAR core driver

The Tegra CAR (Clock And Reset) module provides control of most clocks
and reset signals within the Tegra SoC. This change implements a driver
for this module. However, since the module implements multiple kinds of
services (clocks, resets, perhaps more), all this driver does is bind
various sub-devices, which in turn provide the real services. This driver
is essentially an "MFD" (Multi-Function Device) in Linux kernel speak.

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