]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/tegra: Use GPIO descriptor API
authorThierry Reding <treding@nvidia.com>
Wed, 5 Jun 2019 08:46:46 +0000 (10:46 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 5 Jun 2019 13:06:03 +0000 (15:06 +0200)
commitbbad640709fd43ff77b8838c409c977c0b28430c
tree40985cea4da204a3ae6e0e20c54cc115d2717acb
parent31fa25f100ec0ce25ccf61d1468928c64d1c2fd9
drm/tegra: Use GPIO descriptor API

The legacy GPIO API has long been deprecated. Move the driver over to
the descriptor-based API, which allows us to get rid of some boilerplate
while at it.

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