]> git.baikalelectronics.ru Git - uboot.git/commit
usb: xhci: Add missing xhci_readl()
authorAaron Williams <awilliams@marvell.com>
Tue, 6 Apr 2021 10:10:17 +0000 (12:10 +0200)
committerMarek Vasut <marex@denx.de>
Tue, 6 Apr 2021 14:38:57 +0000 (16:38 +0200)
commit686ec1ef54cf3db9f1b0de9ce14ebec0cdaedb8f
treeb5d53add297263b1909a2234d2270a471f8e3458
parentd8271d9cee920523ae02be12df921a23b7d7c622
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>
drivers/usb/host/xhci-mem.c