gpu: host1x: mipi: Use readl_relaxed_poll_timeout() in tegra_mipi_wait()
authorSowjanya Komatineni <skomatineni@nvidia.com>
Wed, 15 Jul 2020 04:20:52 +0000 (21:20 -0700)
committerThierry Reding <treding@nvidia.com>
Fri, 17 Jul 2020 14:06:13 +0000 (16:06 +0200)
commit7d1409826d95216782b514f102889ed6e71abc04
tree42c5ff4410c9d508d6af14516bc1c2e28cd5dac6
parent767598d447aa46411289c5808b0e45e20a1823b4
gpu: host1x: mipi: Use readl_relaxed_poll_timeout() in tegra_mipi_wait()

Use readl_relaxed_poll_timeout() in tegra_mipi_wait() to simplify
the code.

Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/mipi.c