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

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

Cc: Heiko Schocher <hs@denx.de>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
drivers/i2c/tegra_i2c.c