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