Skip to content
Snippets Groups Projects
Commit d4cb37e7 authored by Boris Brezillon's avatar Boris Brezillon
Browse files

mtd: nand: Remove support for block locking/unlocking


Commit 7d70f334 ("mtd: nand: add lock/unlock routines") introduced
support for the Micron LOCK/UNLOCK commands but no one ever used the
nand_lock/unlock() functions.

Remove support for these vendor-specific operations from the core. If
one ever wants to add them back they should be put in nand_micron.c and
mtd->_lock/_unlock should be directly assigned from there instead of
exporting the functions.

Signed-off-by: default avatarBoris Brezillon <boris.brezillon@free-electrons.com>
parent 5771a8c0
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment