summaryrefslogtreecommitdiff
path: root/include/linux/mtd/sharpsl.h
AgeCommit message (Collapse)AuthorFilesLines
2016-05-06mtd: nand: sharpsl: switch to mtd_ooblayout_opsBoris Brezillon1-1/+1
Implementing the mtd_ooblayout_ops interface is the new way of exposing ECC/OOB layout to MTD users. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
2008-10-29[MTD] sharpsl-nand: use platform_data for model-specific valuesDmitry Baryshkov1-0/+20
Add platform_data which holds all model-specific values, like badblocks pattern, oobinfo, partitions. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>