commit | dda9d6a8262cb1fa63eb815dc0de2a984389c71b | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Nov 06 16:42:05 2013 -0700 |
committer | Stephen Warren <swarren@nvidia.com> | Wed Dec 11 16:44:04 2013 -0700 |
tree | 8837f509cdff5c97f9d7bffbac165393f4d242e1 | |
parent | 5608bd3ed23e62bba96cc019030c742c78981b59 [diff] |
i2c: tegra: use reset framework Tegra's clock driver now provides an implementation of the common reset API (include/linux/reset.h). Use this instead of the old Tegra- specific API; that will soon be removed. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Wolfram Sang <wsa@the-dreams.de> Reviewed-by: Thierry Reding <treding@nvidia.com>