Hi all, I've pushed the ioremap patches from Russell. This means drivers need to be converted to use ioremap instead of io_p2v or XXX_IO_ADDRESS. After Russell's patches, ioremap does not remap areas that already have a static mapping. Tested on n810, 5912osk and omap3430sdp so far. Please test and update your drivers as needed. Basically all the drivers should get the physical base address in struct resource, and ioremap it into a virtual address in driver probe. Then driver exit needs to iounmap the area. Cheers, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html