commit | fd062ebed95b7f6d26355f08dece7e706ab95514 | [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 | 5b565d0310d193a008ee51b73b2d75b44395fead [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>