usb: host: xhci-plat: use ioremap_nocache
authorRuchika Kharwar <ruchika@ti.com>
Fri, 10 Aug 2012 06:58:30 +0000 (09:58 +0300)
committerSarah Sharp <sarah.a.sharp@linux.intel.com>
Wed, 5 Sep 2012 19:07:19 +0000 (12:07 -0700)
commit319acdfc064169023cd9ada5085b434fbcdacec2
tree18fd04a0e102a9dc7f71af3287b84449969bc4f9
parent71c731a296f1b08a3724bd1b514b64f1bda87a23
usb: host: xhci-plat: use ioremap_nocache

Use the ioremap_nocache variant of the ioremap API in
order to make sure our memory will be marked uncachable.

This patch should be backported to kernels as old as 3.4, that contain
the commit 3429e91a661e1f383aecc86c6bbcf65afb15c892 "usb: host: xhci:
add platform driver support".

Signed-off-by: Ruchika Kharwar <ruchika@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Cc: stable@vger.kernel.org
drivers/usb/host/xhci-plat.c