From: Stefan Roese Date: Fri, 17 Aug 2012 13:22:32 +0000 (+0200) Subject: mtd: physmap_of: Add "no-unaligned-direct-access" DT property X-Git-Tag: v3.7-rc1~70^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0788ce4924758249c9552c91cc33024d3434419;p=pandora-kernel.git mtd: physmap_of: Add "no-unaligned-direct-access" DT property On some platforms (e.g. MPC5200) a direct 1:1 mapping may cause problems with JFFS2 usage, as the local bus (LPB) doesn't support unaligned accesses as implemented in the JFFS2 code via memcpy(). By defining "no-unaligned-direct-access", the flash will not be exposed directly to the MTD users (e.g. JFFS2) any more. Signed-off-by: Stefan Roese Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed