summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/nand_base.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-26mtd: rawnand: Use the data interface mode entry when relevantMiquel Raynal1-5/+4
2020-06-26mtd: rawnand: Compare the actual timing valuesMiquel Raynal1-1/+2
2020-06-26mtd: rawnand: Rename the manufacturer structureMiquel Raynal1-7/+7
2020-06-26mtd: rawnand: Create a nand_chip operations structureMiquel Raynal1-10/+10
2020-05-31mtd: rawnand: Add an invalid ECC mode to discriminate with valid onesMiquel Raynal1-1/+1
2020-05-31mtd: rawnand: Return an enum from of_get_nand_ecc_algo()Miquel Raynal1-16/+19
2020-05-31mtd: rawnand: Drop OOB_FIRST placement schemeMiquel Raynal1-81/+0
2020-05-31mtd: rawnand: Avoid a typedefMiquel Raynal1-2/+2
2020-05-31mtd: rawnand: Stop using nand_release()Miquel Raynal1-12/+0
2020-05-24mtd: rawnand: Add nand_extract_bits()Miquel Raynal1-0/+44
2020-05-24mtd: rawnand: Ensure the number of bitflips is consistentMiquel Raynal1-5/+5
2020-05-24mtd: rawnand: Fix nand_gpio_waitrdy()Boris Brezillon1-2/+8
2020-05-24mtd: rawnand: Propage CS selection to sub operationsBoris Brezillon1-1/+2
2020-05-11mtd: rawnand: Add a NAND_NO_BBM_QUIRK flagBoris Brezillon1-0/+3
2020-05-11mtd: rawnand: Allow controllers to overload soft ECC hooksMiquel Raynal1-4/+8
2020-05-11mtd: rawnand: Expose monolithic read/write_page_raw() helpersMiquel Raynal1-0/+77
2020-05-11mtd: rawnand: Give the possibility to verify a read operation is supportedMiquel Raynal1-19/+29
2020-05-11mtd: rawnand: Avoid indirect access to ->data_buf()Miquel Raynal1-1/+1
2020-05-11mtd: rawnand: Rename the use_bufpoi variablesMiquel Raynal1-17/+17
2020-05-11mtd: rawnand: Fix comments about the use of bufpoiMiquel Raynal1-2/+8
2020-05-11mtd: rawnand: Rename a NAND chip optionMiquel Raynal1-2/+2
2020-05-11mtd: rawnand: Define the "distance 3" MLC pairing schemeBoris Brezillon1-0/+50
2020-05-11mtd: rawnand: Give more information about the ECC weaknessMiquel Raynal1-2/+4
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal1-6/+3
2020-03-25mtd: rawnand: Add support for manufacturer specific suspend/resume operationMason Yang1-4/+13
2020-03-11mtd: rawnand: Add support for manufacturer specific lock/unlock operationMason Yang1-2/+34
2020-03-09mtd: rawnand: free the nand_device objectChristophe Kerello1-0/+2
2020-03-09mtd: rawnand: Ensure nand_soft_waitrdy wait period is enoughMartin Devera1-1/+6
2019-10-04mtd: rawnand: Change calculating of position page containing BBMPiotr Sroka1-2/+6
2019-08-07mtd: rawnand: remove redundant assignment to variable retColin Ian King1-1/+1
2019-07-14Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds1-42/+38
2019-06-27mtd: rawnand: export NAND operation tracerSascha Hauer1-29/+1
2019-06-27mtd: rawnand: use longest matching patternStefan Agner1-13/+37
2019-06-24Merge tag 'mtd/fixes-for-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-05-21mtd: rawnand: initialize ntargets with maxchipsSascha Hauer1-1/+2
2019-04-18mtd: rawnand: Support bad block markers in first, second or last pageFrieder Schrempf1-20/+43
2019-04-18mtd: nand: Make flags for bad block marker position more granularFrieder Schrempf1-2/+4
2019-04-18mtd: rawnand: Always store info about bad block markers in chip structFrieder Schrempf1-6/+6
2019-04-18mtd: nand: Clarify Kconfig entry for software Hamming ECC entriesMiquel Raynal1-1/+1
2019-04-18mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal1-1/+1
2019-04-08mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon1-7/+8
2019-04-08mtd: rawnand: Get rid of chip->numchipsBoris Brezillon1-11/+4
2019-04-08mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon1-9/+8
2019-04-08mtd: rawnand: Get rid of chip->bits_per_cellBoris Brezillon1-4/+0
2019-04-08mtd: rawnand: Use nanddev_mtd_max_bad_blocks()Boris Brezillon1-37/+1
2019-04-08mtd: rawnand: Move all page cache related fields to a sub-structBoris Brezillon1-14/+14
2019-04-08mtd: rawnand: Provide a helper to get chip->data_bufBoris Brezillon1-4/+3
2019-04-08mtd: rawnand: Initialize the nand_device objectBoris Brezillon1-7/+58
2019-04-08mtd: rawnand: Fill memorg during detectionBoris Brezillon1-6/+58