Xenia Ragiadakou b0ba972084 xhci: replace xhci_readl() with readl()
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. xhci_readl() internally simply calls readl(). This creates
an illusion that xhci_readl() is an xhci specific function that has to be
called in a context where a pointer to xhci_hcd is available.

Remove the unnecessary xhci_readl() wrapper function and replace its calls to
with calls to readl() to make the code more straightforward.

Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
2013-12-02 12:59:48 -08:00
..
2013-10-11 16:26:46 -07:00
2013-09-29 18:45:55 -07:00
2013-10-19 14:08:04 -07:00
2013-10-19 14:08:04 -07:00
2013-05-30 21:34:31 +09:00
2013-07-31 17:53:50 -07:00
2013-10-11 16:26:46 -07:00
2012-11-21 13:27:16 -08:00
2013-05-27 11:00:52 +09:00
2013-10-19 13:19:07 -07:00
2013-10-11 16:26:46 -07:00
2013-07-31 17:53:50 -07:00
2013-01-25 12:41:02 -08:00
2013-01-24 13:42:09 -08:00
2013-12-02 12:59:48 -08:00
2013-12-02 12:59:48 -08:00