]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
OMAP: Remove flash unlocking from the mapping driver
authorDmitry Krivoschekov <dmitry.krivoschekov@gmail.com>
Fri, 15 Feb 2008 13:51:56 +0000 (16:51 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 15 Feb 2008 23:25:34 +0000 (15:25 -0800)
commitc4ac0af27c2cd824b8e7ca28d635b0f1027dec8e
tree95bfab9d40fd3ba20b8492659a9b3cc28ea1d65e
parent2b6de87fb745a40d535993d9b49a561ec266b05c
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 <dmitry.krivoschekov@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/mtd/maps/omap_nor.c