]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: tegra: only use new clock/reset APIs
authorStephen Warren <swarren@nvidia.com>
Tue, 13 Sep 2016 16:46:01 +0000 (10:46 -0600)
committerTom Warren <twarren@nvidia.com>
Tue, 27 Sep 2016 16:11:03 +0000 (09:11 -0700)
commite8adca9ecf495a262456be25efaba3c5b6f16167
tree151005e027a7ee5cdadfc602e4f64859e4455cdb
parent140a9eaff1f25fb0c19dae52a9431c109c45daa7
mmc: tegra: only use new clock/reset APIs

Now that the standard clock/reset APIs are available for all Tegra SoCs,
convert the MMC driver to use them exclusively, and remove any references
to the custom Tegra-specific APIs.

Cc: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
drivers/mmc/tegra_mmc.c