These last six patches should just be one patch to remove xhci_readl().
I know the patch will be pretty long, but it doesn't make sense to break
it up by file.
Sarah Sharp
On Mon, Sep 09, 2013 at 09:03:14PM +0300, Xenia Ragiadakou wrote:
> Function xhci_readl() is used to read 32bit xHC registers
Function xhci_readl() is used to read 32bit xHC registers residing in MMIO
address space. It takes as first argument a pointer to the xhci_hcd although
it does not use it because internally it simply calls readl. This creates
an illusion that xhci_readl() is an xhci specific function that has to be