aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nand_timings.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-26mtd: rawnand: Add a helper to find the closest ONFI NV-DDR modeMiquel Raynal1-0/+42
2021-05-26mtd: rawnand: Add onfi_fill_nvddr_interface_config() helperMiquel Raynal1-0/+41
2021-05-26mtd: rawnand: Add an indirection on onfi_fill_interface_config()Miquel Raynal1-10/+22
2021-05-26mtd: rawnand: Add NV-DDR timingsMiquel Raynal1-0/+255
2020-06-26mtd: rawnand: Allocate the interface configurations dynamicallyMiquel Raynal1-0/+6
2020-06-26mtd: rawnand: timings: Make onfi_fill_interface_config() a void helperMiquel Raynal1-10/+8
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal1-8/+9
2020-06-26mtd: rawnand: timings: Use default values for tPROG_max and tBERS_maxMiquel Raynal1-12/+19
2020-06-26mtd: rawnand: timings: Avoid redefining tR_max and tCCS_minMiquel Raynal1-3/+0
2020-06-26mtd: rawnand: timings: Add a helper to find the closest ONFI modeMiquel Raynal1-0/+47
2020-06-26mtd: rawnand: timings: onfi_fill_data_interface timing mode is unsignedMiquel Raynal1-2/+2
2020-06-26mtd: rawnand: timings: Provide onfi_fill_data_interface() with a data interfaceMiquel Raynal1-1/+2
2020-06-26mtd: rawnand: timings: Update onfi_fill_data_interface() kernel docMiquel Raynal1-3/+4
2020-05-11mtd: rawnand: timings: Fix default tR_max and tCCS_min timingsMiquel Raynal1-3/+2
2020-05-11mtd: rawnand: timings: Add mode information to the timings structureMiquel Raynal1-0/+6
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-10-03mtd: rawnand: Keep all internal stuff privateBoris Brezillon1-2/+2
2018-10-03mtd: rawnand: Get rid of a few unused definitionsBoris Brezillon1-14/+0
2018-08-01mtd: rawnand: allocate dynamically ONFI parameters during detectionMiquel Raynal1-6/+6
2018-07-19mtd: rawnand: add default values for dynamic timingsMiquel Raynal1-1/+19
2018-03-20mtd: rawnand: prepare the removal of the ONFI parameter pageMiquel Raynal1-6/+6
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon1-0/+324