aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nand_bbt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-21mtd: always initialize 'stats' in struct mtd_oob_opsMichał Kępień1-4/+4
2022-02-07mtd: Replace the expert mode symbols with a single helperMiquel Raynal1-1/+1
2021-12-09mtd: Introduce an expert mode for forensics and debugging purposesMiquel Raynal1-0/+3
2021-07-16mtd: rawnand: nand_bbt: Skip bad blocks when searching for the BBT in NANDStefan Riedmueller1-0/+33
2020-12-10mtd: rawnand: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-06-26mtd: rawnand: trivial spellingKieran Bingham1-1/+1
2019-08-24mtd: rawnand: Fix a memory leak bugWenwen Wang1-4/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-04-18mtd: rawnand: Support bad block markers in first, second or last pageFrieder Schrempf1-17/+12
2019-04-18mtd: nand: Make flags for bad block marker position more granularFrieder Schrempf1-1/+2
2019-04-18mtd: rawnand: Always store info about bad block markers in chip structFrieder Schrempf1-2/+2
2019-04-08mtd: rawnand: Get rid of chip->numchipsBoris Brezillon1-8/+8
2019-04-08mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon1-9/+16
2019-04-08mtd: rawnand: Provide a helper to get chip->data_bufBoris Brezillon1-1/+3
2019-01-31mtd: rawnand: fix kernel-doc warningsRandy Dunlap1-1/+1
2018-12-07mtd: rawnand: Reorganize code to avoid forward declarationsBoris Brezillon1-57/+55
2018-12-07mtd: rawnand: Stop passing mtd_info objects to internal functionsBoris Brezillon1-90/+95
2018-10-03mtd: rawnand: Keep all internal stuff privateBoris Brezillon1-1/+2
2018-10-03mtd: rawnand: Deprecate ->block_{bad,markbad}() hooksBoris Brezillon1-1/+1
2018-10-03mtd: rawnand: Pass a nand_chip object nand_erase_nand()Boris Brezillon1-1/+1
2018-10-03mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpersBoris Brezillon1-9/+7
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooksBoris Brezillon1-2/+1
2018-07-18mtd: rawnand: Rename nand_default_bbt() into nand_create_bbt()Boris Brezillon1-5/+5
2018-04-04Merge tag 'nand/for-4.17' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon1-0/+1451
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-0/+1452