ARM: msm: io: Change the default static iomappings to be shared
authorRohit Vaswani <rvaswani@codeaurora.org>
Fri, 7 Sep 2012 20:05:56 +0000 (13:05 -0700)
committerDavid Brown <davidb@codeaurora.org>
Thu, 13 Sep 2012 17:42:55 +0000 (10:42 -0700)
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 flag. Some targets (7X00) that require the static iomappings
to be NONSHARED use the MSM_DEVICE_TYPE and MSM_CHIP_DEVICE_TYPE macros.

Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>

No differences found