summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/nand_base.c
AgeCommit message (Expand)Author
2020-05-31mtd: rawnand: Add an invalid ECC mode to discriminate with valid onesMiquel Raynal
2020-05-31mtd: rawnand: Return an enum from of_get_nand_ecc_algo()Miquel Raynal
2020-05-31mtd: rawnand: Drop OOB_FIRST placement schemeMiquel Raynal
2020-05-31mtd: rawnand: Avoid a typedefMiquel Raynal
2020-05-31mtd: rawnand: Stop using nand_release()Miquel Raynal
2020-05-24mtd: rawnand: Add nand_extract_bits()Miquel Raynal
2020-05-24mtd: rawnand: Ensure the number of bitflips is consistentMiquel Raynal
2020-05-24mtd: rawnand: Fix nand_gpio_waitrdy()Boris Brezillon
2020-05-24mtd: rawnand: Propage CS selection to sub operationsBoris Brezillon
2020-05-11mtd: rawnand: Add a NAND_NO_BBM_QUIRK flagBoris Brezillon
2020-05-11mtd: rawnand: Allow controllers to overload soft ECC hooksMiquel Raynal
2020-05-11mtd: rawnand: Expose monolithic read/write_page_raw() helpersMiquel Raynal
2020-05-11mtd: rawnand: Give the possibility to verify a read operation is supportedMiquel Raynal
2020-05-11mtd: rawnand: Avoid indirect access to ->data_buf()Miquel Raynal
2020-05-11mtd: rawnand: Rename the use_bufpoi variablesMiquel Raynal
2020-05-11mtd: rawnand: Fix comments about the use of bufpoiMiquel Raynal
2020-05-11mtd: rawnand: Rename a NAND chip optionMiquel Raynal
2020-05-11mtd: rawnand: Define the "distance 3" MLC pairing schemeBoris Brezillon
2020-05-11mtd: rawnand: Give more information about the ECC weaknessMiquel Raynal
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal
2020-03-24mtd: rawnand: Add support for manufacturer specific suspend/resume operationMason Yang
2020-03-11mtd: rawnand: Add support for manufacturer specific lock/unlock operationMason Yang
2020-03-09mtd: rawnand: free the nand_device objectChristophe Kerello
2020-03-09mtd: rawnand: Ensure nand_soft_waitrdy wait period is enoughMartin Devera
2019-10-04mtd: rawnand: Change calculating of position page containing BBMPiotr Sroka
2019-08-07mtd: rawnand: remove redundant assignment to variable retColin Ian King
2019-07-13Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2019-06-27mtd: rawnand: export NAND operation tracerSascha Hauer
2019-06-27mtd: rawnand: use longest matching patternStefan Agner
2019-06-24Merge tag 'mtd/fixes-for-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-21mtd: rawnand: initialize ntargets with maxchipsSascha Hauer
2019-04-18mtd: rawnand: Support bad block markers in first, second or last pageFrieder Schrempf
2019-04-18mtd: nand: Make flags for bad block marker position more granularFrieder Schrempf
2019-04-18mtd: rawnand: Always store info about bad block markers in chip structFrieder Schrempf
2019-04-18mtd: nand: Clarify Kconfig entry for software Hamming ECC entriesMiquel Raynal
2019-04-18mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal
2019-04-08mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon
2019-04-08mtd: rawnand: Get rid of chip->numchipsBoris Brezillon
2019-04-08mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon
2019-04-08mtd: rawnand: Get rid of chip->bits_per_cellBoris Brezillon
2019-04-08mtd: rawnand: Use nanddev_mtd_max_bad_blocks()Boris Brezillon
2019-04-08mtd: rawnand: Move all page cache related fields to a sub-structBoris Brezillon
2019-04-08mtd: rawnand: Provide a helper to get chip->data_bufBoris Brezillon
2019-04-08mtd: rawnand: Initialize the nand_device objectBoris Brezillon
2019-04-08mtd: rawnand: Fill memorg during detectionBoris Brezillon
2019-03-04Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds
2019-02-05mtd: rawnand: check return code of nand_reset() and nand_readid_op()Masahiro Yamada
2019-02-05mtd: rawnand: remove ->legacy.erase and single_erase()Masahiro Yamada
2019-02-05mtd: rawnand: Annotate implicit fall through in nand_scan_tailMathieu Malaterre