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

2012-08-09 Thread David Brown
On Mon, Jul 30, 2012 at 05:54:21PM -0700, 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 2/2] msm: io: Change the default static iomappings to be shared

2012-08-09 Thread David Brown
On Mon, Jul 30, 2012 at 05:54:21PM -0700, 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.

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

2012-07-30 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 2/2] msm: io: Change the default static iomappings to be shared

2012-07-30 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