Home
last modified time | relevance | path

Searched hist:b42f7f3091de06f25abf59a26a3446f7b2fd0a50 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/musb/
H A Dmusb_core.cdiff b42f7f3091de06f25abf59a26a3446f7b2fd0a50 Mon Feb 04 11:04:45 CST 2013 Felipe Balbi <balbi@ti.com> usb: musb: switch over to devm_ioremap_resource()

this will make sure that request_memory_region() will
be called and that we don't need to manually call
iounmap() on ->remove().

Signed-off-by: Felipe Balbi <balbi@ti.com>