usb: phy: tegra: Use relaxed versions of readl/writel
authorDmitry Osipenko <digetx@gmail.com>
Mon, 6 Jan 2020 01:34:04 +0000 (04:34 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2020 10:15:32 +0000 (11:15 +0100)
commitb07e5f863f4352339438ec05fda6f86c3d3a3584
tree5552a7ec968fecb818673f50d00b5902f3791490
parent5bb69850ad41e8ce0b820d3b9e74d573f3bf1a2c
usb: phy: tegra: Use relaxed versions of readl/writel

There is nothing to synchronize in regards to memory stores, thus all
readl/writel occurrences in the code could be replaced with a relaxed
versions, for consistency.

Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Link: https://lore.kernel.org/r/20200106013416.9604-9-digetx@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/phy/phy-tegra-usb.c