From: Dmitry Krivoschekov Date: Fri, 15 Feb 2008 13:51:56 +0000 (+0300) Subject: OMAP: Remove flash unlocking from the mapping driver X-Git-Tag: v2.6.25-omap1~190 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4ac0af27c2cd824b8e7ca28d635b0f1027dec8e;p=pandora-kernel.git OMAP: Remove flash unlocking from the mapping driver Since commit 'e619a75ff6201b56' every MTD partition can be marked with MTD_POWERUP_LOCK flag which means the partition will be unlocked upon kernel bootup. By default all Intel's chips with instant individual block locking feature have MTD_POWERUP_FLAG set. So we do not need to unlock the flash in the mapping driver anymore. Signed-off-by: Dmitry Krivoschekov Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed