summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/nand_base.c
AgeCommit message (Expand)Author
2021-08-06mtd: rawnand: Fix probe failure due to of_get_nand_secure_regions()Manivannan Sadhasivam
2021-07-16mtd: rawnand: Add a check in of_get_nand_secure_regions()Dan Carpenter
2021-05-26mtd: rawnand: Add a helper to parse the gpio-cs DT propertyMiquel Raynal
2021-05-26mtd: rawnand: Choose the best timings, NV-DDR includedMiquel Raynal
2021-05-26mtd: rawnand: Allow SDR timings to be nackedMiquel Raynal
2021-05-26mtd: rawnand: Support enabling NV-DDR through SET_FEATURESMiquel Raynal
2021-05-26mtd: rawnand: Handle the double bytes in NV-DDR modeMiquel Raynal
2021-05-26mtd: rawnand: Access SDR and NV-DDR timings through a common macroMiquel Raynal
2021-05-26mtd: rawnand: Use more recent ONFI specification wordingMiquel Raynal
2021-05-10mtd: rawnand: silence static checker warning in nand_setup_interface()Dan Carpenter
2021-04-07mtd: rawnand: Add support for secure regions in NAND memoryManivannan Sadhasivam
2021-03-11mtd: nand: fix error handling in nand_prog_page_op() #2Sascha Hauer
2021-03-11mtd: nand: fix error handling in nand_prog_page_op() #1Sascha Hauer
2021-03-11mtd: rawnand: Try not to use the ECC private structuresMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal
2020-12-10mtd: nand: ecc-bch: Create the software BCH engineMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Stop using raw NAND structuresMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Drop mtd_nand_has_bch()Miquel Raynal
2020-11-30mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Move BCH code to the generic NAND layerMiquel Raynal
2020-09-30mtd: rawnand: Don't overwrite the error code from nand_set_ecc_soft_ops()Tudor Ambarus
2020-09-30mtd: rawnand: Introduce nand_set_ecc_on_host_ops()Tudor Ambarus
2020-09-30mtd: rawnand: Use the NAND framework user_conf object for ECC flagsMiquel Raynal
2020-09-30mtd: rawnand: Use the ECC framework user input parsing bitsMiquel Raynal
2020-09-30mtd: rawnand: Use the ECC framework nand_ecc_is_strong_enough() helperMiquel Raynal
2020-09-30mtd: rawnand: Use the ECC framework OOB layoutsMiquel Raynal
2020-09-28mtd: rawnand: Make use of the ECC frameworkMiquel Raynal
2020-09-28mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal
2020-09-28mtd: rawnand: Separate the ECC engine type and the ECC byte placementMiquel Raynal
2020-08-27mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal
2020-06-26mtd: rawnand: Allocate the interface configurations dynamicallyMiquel Raynal
2020-06-26mtd: rawnand: Get rid of the default ONFI timing modeMiquel Raynal
2020-06-26mtd: rawnand: Add the ->choose_interface_config() hookMiquel Raynal
2020-06-26mtd: rawnand: Introduce nand_choose_best_sdr_timings()Miquel Raynal
2020-06-26mtd: rawnand: timings: Make onfi_fill_interface_config() a void helperMiquel Raynal
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal
2020-06-26mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal
2020-06-26mtd: rawnand: timings: Provide onfi_fill_data_interface() with a data interfaceMiquel Raynal
2020-06-26mtd: rawnand: Rename nand_init_data_interface()Miquel Raynal
2020-06-26mtd: rawnand: Fix nand_setup_data_interface() descriptionMiquel Raynal
2020-06-26mtd: rawnand: Rename nand_has_setup_data_iface()Miquel Raynal
2020-06-26mtd: rawnand: Use the data interface mode entry when relevantMiquel Raynal
2020-06-26mtd: rawnand: Compare the actual timing valuesMiquel Raynal
2020-06-26mtd: rawnand: Rename the manufacturer structureMiquel Raynal
2020-06-26mtd: rawnand: Create a nand_chip operations structureMiquel Raynal