summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_bbt.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: Make write support optionalSascha Hauer2020-12-111-4/+6
* mtd: nand: Update to Linux-5.9Sascha Hauer2020-11-101-150/+167
* mtd: nand: move function hooks to struct nand_legacySascha Hauer2020-11-091-1/+1
* mtd: nand: Pass struct nand_chip aroundSascha Hauer2020-11-061-84/+81
* mtd: nand: Add and use static inline wrapper for getting nand_chip from mtdSascha Hauer2019-08-261-16/+16
* Revert "mtd: nand: Kill the chip->scan_bbt() hook"Sascha Hauer2019-01-211-5/+5
* mtd: nand: Kill the chip->scan_bbt() hookLadislav Michl2018-12-171-5/+5
* mtd: nand_bbt: scan for next free bbt block if writing bbt failsLadislav Michl2018-12-141-6/+45
* mtd: nand_bbt: Move BBT block selection logic out of write_bbt()Ladislav Michl2018-12-141-36/+74
* mtd: nand_bbt: unify/fix error handling in nand_scan_bbt()Ladislav Michl2018-12-141-7/+12
* mtd: nand_bbt: make nand_scan_bbt() staticLadislav Michl2018-12-141-1/+1
* mtd: nand_bbt: handle error case for nand_create_badblock_pattern()Ladislav Michl2018-12-141-2/+6
* mtd: nand_bbt: kill NAND_BBT_SCANALLPAGESLadislav Michl2018-12-141-34/+3
* mtd: nand: remove NAND_BBT_SCANEMPTYLadislav Michl2018-12-141-28/+5
* mtd: nand: hide in-memory BBT implementation detailsLadislav Michl2018-12-141-3/+46
* mtd: nand: remove multiplied-by-2 block logicLadislav Michl2018-12-141-48/+35
* mtd: nand: don't break long print messagesLadislav Michl2018-10-261-13/+10
* mtd: nand: add accessors, macros for in-memory BBTLadislav Michl2018-10-261-22/+48
* mtd: nand: bbt: Remove unused variableAlexander Shiyan2014-04-231-4/+1
* mtd: Turn 'bad block at' message into pr_debugSascha Hauer2013-08-051-5/+1
* mtd: nand: update to v3.11-rc1Sascha Hauer2013-07-231-452/+595
* mtd: rename MTD_OOB_* to MTD_OPS_*Sascha Hauer2013-07-221-4/+4
* mtd: nand: replace NAND_USE_FLASH_BBT with NAND_BBT_USE_FLASHSascha Hauer2013-03-041-2/+2
* mtd: Use mtd_* functions where appropriateSascha Hauer2013-02-141-2/+2
* mtd nand: Specify pr_fmt and change messages to pr_*Sascha Hauer2013-01-271-20/+23
* mtd: scan_write_bbt is only needed with mtd write supportSascha Hauer2012-07-251-0/+2
* drivers/mtd: transfer NAND notions to MTD coreRobert Jarzmik2011-12-221-1/+1
* nand: Make write support optionalSascha Hauer2011-04-041-0/+9
* move drivers/nand to drivers/mtd/nandSascha Hauer2010-07-051-0/+1224