Re: [PATCH RESEND 2/2] msm: io: Change the default static iomappings to be shared

2012-08-28 Thread Olof Johansson
Hi, On Fri, Aug 10, 2012 at 2:18 PM, Rohit Vaswani wrote: > With 3.4 kernel the static iomappings can be shared with the ioremap > mappings. If ioremap is called with an address for which a static > mapping already exists, then that mapping should be used instead > of creating a new one. >

Re: [PATCH RESEND 2/2] msm: io: Change the default static iomappings to be shared

2012-08-28 Thread Olof Johansson
Hi, On Fri, Aug 10, 2012 at 2:18 PM, Rohit Vaswani rvasw...@codeaurora.org wrote: With 3.4 kernel the static iomappings can be shared with the ioremap mappings. If ioremap is called with an address for which a static mapping already exists, then that mapping should be used instead of creating

[PATCH RESEND 2/2] msm: io: Change the default static iomappings to be shared

2012-08-10 Thread Rohit Vaswani
With 3.4 kernel the static iomappings can be shared with the ioremap mappings. If ioremap is called with an address for which a static mapping already exists, then that mapping should be used instead of creating a new one. However, the MT_DEVICE_NONSHARED flag prevents this. Hence, get rid of this

[PATCH RESEND 2/2] msm: io: Change the default static iomappings to be shared

2012-08-10 Thread Rohit Vaswani
With 3.4 kernel the static iomappings can be shared with the ioremap mappings. If ioremap is called with an address for which a static mapping already exists, then that mapping should be used instead of creating a new one. However, the MT_DEVICE_NONSHARED flag prevents this. Hence, get rid of this