summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_bbt.c
AgeCommit message (Expand)Author
2015-05-22mtd: remove incorrect file nameBrian Norris
2015-05-06mtd: nand_bbt: fix theoretical integer overflow in BBT writeBrian Norris
2015-05-06mtd: nand_bbt: unify/fix error handling in nand_scan_bbt()Brian Norris
2015-05-06mtd: nand_bbt: make nand_scan_bbt() staticBrian Norris
2015-05-06mtd: nand_bbt: drop unnecessary headerBrian Norris
2014-09-17mtd: nand: don't break long print messagesRafał Miłecki
2014-07-08mtd: Introduce mtd_block_isreserved()Ezequiel Garcia
2014-05-28mtd: nand_bbt: handle error case for nand_create_badblock_pattern()Brian Norris
2014-05-28mtd: nand_bbt: remove unused variableBrian Norris
2013-11-06mtd: nand_bbt: kill NAND_BBT_SCANALLPAGESBrian Norris
2013-10-27mtd: nand: stop exporting nand_default_bbtBrian Norris
2013-08-30mtd: nand: remove NAND_BBT_SCANEMPTYBrian Norris
2013-08-30mtd: nand: hide in-memory BBT implementation detailsBrian Norris
2013-08-30mtd: nand: refactor chip->block_markbad interfaceBrian Norris
2013-08-30mtd: nand: eliminate castBrian Norris
2013-08-30mtd: nand: remove multiplied-by-2 block logicBrian Norris
2013-08-30mtd: nand: add accessors, macros for in-memory BBTBrian Norris
2013-04-05mtd: nand: remove AG-AND supportArtem Bityutskiy
2012-09-29mtd: nand: use NAND_BBT_SCAN_MAXBLOCKSRichard Genoud
2012-09-29mtd: nand: nand_bbt: export nand_update_bbtFabio Estevam
2012-09-29mtd: nand: rename create_bbt()'s 'len' variable to 'numpages'Shmulik Ladkani
2012-09-29mtd: nand: rename '_raw' BBT scan functionsBrian Norris
2012-09-29mtd: nand: use ECC, if present, when scanning OOBBrian Norris
2012-09-29mtd: nand_bbt: use string libraryBrian Norris
2012-09-29mtd: nand: remove unused 'int' return codesBrian Norris
2012-07-16mtd: fix typo in commentHuang Shijie
2012-07-06mtd: nand_bbt: refactor check_pattern_no_oob()Brian Norris
2012-07-06mtd: nand: rename "no_bbt" descriptors to "no_oob"Brian Norris
2012-07-06mtd: nand: Use the mirror BBT descriptor when reading its versionShmulik Ladkani
2012-05-29mtd: nand: fix scan_read_raw_oobDmitry Maluka
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2011-10-31mtd: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker
2011-09-21mtd: nand: switch `check_pattern()' to standard `memcmp()'Brian Norris
2011-09-21mtd: nand: do not scan bad blocks with NAND_BBT_NO_OOB setBrian Norris
2011-09-21mtd: nand: wait to set BBT versionBrian Norris
2011-09-21mtd: nand: scrub BBT on ECC errorsBrian Norris
2011-09-21mtd: nand: report ECC errors properly when reading BBTBrian Norris
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris
2011-09-11mtd: nand: remove gotos in `check_create()'Brian Norris
2011-09-11mtd: nand: begin restructuring check_createBrian Norris
2011-09-11mtd: nand: fix styleBrian Norris
2011-09-11mtd: nand: remove unnecessary variableBrian Norris
2011-09-11mtd: nand: do not ignore all ECC errorsBrian Norris
2011-09-11mtd: nand: refactor scanning codeBrian Norris
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris
2011-09-11mtd: nand: style fixups in pr_* messagesBrian Norris