From: Rohit Vaswani Date: Fri, 7 Sep 2012 20:05:56 +0000 (-0700) Subject: ARM: msm: io: Change the default static iomappings to be shared X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~65^2~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90eb385fd1bad5d4b7ad419d29763b28dd9d05a6;p=pandora-kernel.git ARM: msm: io: Change the default static iomappings to be shared 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 Signed-off-by: David Brown --- Reading git-diff-tree failed