summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ar7part.c
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-01-21 13:52:06 +0900
committerMiquel Raynal <miquel.raynal@bootlin.com>2019-02-05 16:56:10 +0100
commitd4ea6ed022de33b326cce5ea60a4a80ca0a96750 (patch)
treef883a026b2ee794508de3fe75faaecfaa33986ee /drivers/mtd/ar7part.c
parent3175e121832fc768e2431e91128e5053ac7061f3 (diff)
downloadlinux-d4ea6ed022de33b326cce5ea60a4a80ca0a96750.tar.bz2
mtd: rawnand: denali: remove ->erase hook
Commit f9ebd1bb4103 ("mtd: rawnand: Deprecate ->erase()") discouraged the use of this hook, so I am happy to follow the suggestion. Although the Denali IP provides a special MAP10 command for erasing, using it would not buy us much. The Denali IP actually works with the generic erasing by single_erase() + ->cmdfunc hook (nand_command_lp) + ->cmd_ctrl hook (denali_cmd_ctrl). This method is also deprecated, but denali_erase() can go away irrespective of ->exec_op conversion. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Boris Brezillon <bbrezillon@kernel.org> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'drivers/mtd/ar7part.c')
0 files changed, 0 insertions, 0 deletions