On Wed, Aug 31, 2011 at 10:02:30PM +0530, ABRAHAM, KISHON VIJAY wrote: > > + hcd->regs = ioremap(hcd->rsrc_start, hcd->rsrc_len); > some platforms use ioremap_nocache to map memory. Wont those platforms > be affected if they use this generic hcd add function?? ioremap() has to do the same thing that is done by ioremap_nocached() as it makes no sense to access hardware cached. Fell free to correct me. Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html