drm/tegra: dpaux: Implement runtime PM
authorThierry Reding <treding@nvidia.com>
Thu, 12 Oct 2017 15:32:52 +0000 (17:32 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 13 Dec 2017 13:36:38 +0000 (14:36 +0100)
commit82b81b3ec1a796d10206fd8333437db20ef215fc
treefa28c3e5f7536751614786eb667b272081675135
parent36e90221acf37dd0eb5dee70cd189cc60f2e501a
drm/tegra: dpaux: Implement runtime PM

Move clock and reset management into runtime PM callbacks and hook them
up. This cleans up the code structure so that power management code does
not clutter up the rest.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dpaux.c