]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: host: xhci-plat: use ioremap_nocache
authorRuchika Kharwar <ruchika@ti.com>
Fri, 10 Aug 2012 06:58:30 +0000 (09:58 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Oct 2012 17:39:38 +0000 (10:39 -0700)
commit5ebe93346ca0356975854c33d50cc8c0266c7537
treea0eb770a2d1040add8163eb01ce8f026cfb37bc5
parent5d4a9f02165d6495dd02659ef506d48ff9a49a08
usb: host: xhci-plat: use ioremap_nocache

commit 319acdfc064169023cd9ada5085b434fbcdacec2 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-plat.c