On Aug 19, 2006, at 2:52 AM, Parav Pandit wrote: > Question is: > Can both the driver call the ioremap() on the same space and get > the different virtual address? Yes, and depending upon the implementation and optimizations, they may also get the same virtual address. It will work as you intend. -- Dan