summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/internals.h
AgeCommit message (Expand)AuthorFilesLines
2021-05-26mtd: rawnand: Choose the best timings, NV-DDR includedMiquel Raynal1-0/+3
2021-05-26mtd: rawnand: Add a helper to find the closest ONFI NV-DDR modeMiquel Raynal1-0/+2
2020-06-26mtd: rawnand: Allocate the interface configurations dynamicallyMiquel Raynal1-0/+1
2020-06-26mtd: rawnand: Introduce nand_choose_best_sdr_timings()Miquel Raynal1-0/+3
2020-06-26mtd: rawnand: timings: Make onfi_fill_interface_config() a void helperMiquel Raynal1-4/+4
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal1-6/+6
2020-06-26mtd: rawnand: timings: Add a helper to find the closest ONFI modeMiquel Raynal1-0/+2
2020-06-26mtd: rawnand: timings: onfi_fill_data_interface timing mode is unsignedMiquel Raynal1-1/+1
2020-06-26mtd: rawnand: timings: Provide onfi_fill_data_interface() with a data interfaceMiquel Raynal1-0/+1
2020-06-26mtd: rawnand: Rename nand_has_setup_data_iface()Miquel Raynal1-1/+1
2020-06-26mtd: rawnand: Rename the manufacturer structureMiquel Raynal1-3/+3
2020-05-11mtd: rawnand: Add a helper to check supported operationsMiquel Raynal1-0/+9
2020-05-11mtd: rawnand: Define the "distance 3" MLC pairing schemeBoris Brezillon1-0/+3
2020-03-09mtd: spinand: toshiba: Add comment about Kioxia IDYoshio Furuyama1-0/+1
2019-04-18mtd: rawnand: Support bad block markers in first, second or last pageFrieder Schrempf1-0/+1
2019-04-08mtd: rawnand: Get rid of chip->numchipsBoris Brezillon1-1/+1
2018-12-07mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon1-0/+12
2018-12-07mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon1-2/+11
2018-12-07mtd: rawnand: Pass the CS line to be selected in struct nand_operationBoris Brezillon1-0/+3
2018-12-07mtd: rawnand: Move nand_exec_op() to internal.hBoris Brezillon1-0/+9
2018-10-03mtd: rawnand: ESMT: retrieve ECC requirements from 5th id byteMarcel Ziswiler1-0/+1
2018-10-03mtd: rawnand: reorder NAND manufacturer IDsMarcel Ziswiler1-14/+14
2018-10-03mtd: rawnand: Move JEDEC code to nand_jedec.cBoris Brezillon1-0/+3
2018-10-03mtd: rawnand: Move ONFI code to nand_onfi.cBoris Brezillon1-0/+7
2018-10-03mtd: rawnand: Move legacy code to nand_legacy.cBoris Brezillon1-0/+6
2018-10-03mtd: rawnand: Keep all internal stuff privateBoris Brezillon1-0/+98