summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nand_legacy.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-26mtd: rawnand: Avoid accessing NV-DDR timings from legacy codeMiquel Raynal1-1/+1
2020-12-10mtd: onenand: Use mtd->oops_panic_write as conditionThomas Gleixner1-4/+5
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal1-1/+1
2020-06-26mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal1-1/+4
2020-06-26mtd: rawnand: Rename nand_has_setup_data_iface()Miquel Raynal1-1/+1
2020-05-11mtd: rawnand: Give the possibility to verify a read operation is supportedMiquel Raynal1-3/+5
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal1-4/+2
2019-02-05mtd: rawnand: Annotate implicit fall through in nand_command/nand_command_lpMathieu Malaterre1-1/+2
2018-12-07mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon1-1/+1
2018-12-07mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon1-2/+2
2018-12-07mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon1-4/+5
2018-12-07mtd: rawnand: legacy: Drop useless test in nand_legacy_set_defaults()Boris Brezillon1-1/+1
2018-12-07mtd: rawnand: Stop passing mtd_info objects to internal functionsBoris Brezillon1-11/+7
2018-10-03mtd: rawnand: Move legacy code to nand_legacy.cBoris Brezillon1-0/+642