Re: [RFC 09/21] xhci: replace xhci_readl() with readl() in xhci.c

2013-09-12 Thread Sarah Sharp
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

[RFC 09/21] xhci: replace xhci_readl() with readl() in xhci.c

2013-09-09 Thread Xenia Ragiadakou
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