commit | cf868772dd554b1de2b3824d66c7d50b8e939440 | [log] [tgz] |
---|---|---|
author | Aaron Williams <awilliams@marvell.com> | Tue Apr 06 12:10:17 2021 +0200 |
committer | Marek Vasut <marex@denx.de> | Tue Apr 06 16:38:57 2021 +0200 |
tree | b5d53add297263b1909a2234d2270a471f8e3458 | |
parent | c1125bad6cda95b45ec151e6d2227fb2b7b03a43 [diff] |
usb: xhci: Add missing xhci_readl() Accessing the xHCI controller registers should be done via the xhci_readl/writel functions. This patch adds this to a few missing places. Signed-off-by: Aaron Williams <awilliams@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de> Cc: Chandrakala Chavva <cchavva@marvell.com> Cc: Bin Meng <bmeng.cn@gmail.com> Cc: Marek Vasut <marex@denx.de>