summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nand_base.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-30mtd: rawnand: Don't overwrite the error code from nand_set_ecc_soft_ops()Tudor Ambarus1-3/+1
2020-09-30mtd: rawnand: Introduce nand_set_ecc_on_host_ops()Tudor Ambarus1-53/+61
2020-09-30mtd: rawnand: Use the NAND framework user_conf object for ECC flagsMiquel Raynal1-7/+7
2020-09-30mtd: rawnand: Use the ECC framework user input parsing bitsMiquel Raynal1-72/+70
2020-09-30mtd: rawnand: Use the ECC framework nand_ecc_is_strong_enough() helperMiquel Raynal1-38/+1
2020-09-30mtd: rawnand: Use the ECC framework OOB layoutsMiquel Raynal1-165/+9
2020-09-28mtd: rawnand: Make use of the ECC frameworkMiquel Raynal1-0/+1
2020-09-28mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal1-10/+17
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal1-30/+50
2020-09-28mtd: rawnand: Separate the ECC engine type and the ECC byte placementMiquel Raynal1-38/+51
2020-08-27mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal1-13/+13
2020-06-26mtd: rawnand: Allocate the interface configurations dynamicallyMiquel Raynal1-32/+52
2020-06-26mtd: rawnand: Get rid of the default ONFI timing modeMiquel Raynal1-15/+4
2020-06-26mtd: rawnand: Add the ->choose_interface_config() hookMiquel Raynal1-6/+11
2020-06-26mtd: rawnand: Introduce nand_choose_best_sdr_timings()Miquel Raynal1-36/+58
2020-06-26mtd: rawnand: timings: Make onfi_fill_interface_config() a void helperMiquel Raynal1-4/+2
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal1-34/+35
2020-06-26mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal1-17/+17
2020-06-26mtd: rawnand: timings: Provide onfi_fill_data_interface() with a data interfaceMiquel Raynal1-3/+4
2020-06-26mtd: rawnand: Rename nand_init_data_interface()Miquel Raynal1-4/+4
2020-06-26mtd: rawnand: Fix nand_setup_data_interface() descriptionMiquel Raynal1-5/+2
2020-06-26mtd: rawnand: Rename nand_has_setup_data_iface()Miquel Raynal1-3/+3
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-24mtd: 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