summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nand_legacy.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: Avoid accessing NV-DDR timings from legacy codeMiquel Raynal2021-05-261-1/+1
* mtd: onenand: Use mtd->oops_panic_write as conditionThomas Gleixner2020-12-101-4/+5
* mtd: rawnand: s/data_interface/interface_config/Miquel Raynal2020-06-261-1/+1
* mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal2020-06-261-1/+4
* mtd: rawnand: Rename nand_has_setup_data_iface()Miquel Raynal2020-06-261-1/+1
* mtd: rawnand: Give the possibility to verify a read operation is supportedMiquel Raynal2020-05-111-3/+5
* mtd: Convert fallthrough comments into statementsMiquel Raynal2020-03-301-4/+2
* mtd: rawnand: Annotate implicit fall through in nand_command/nand_command_lpMathieu Malaterre2019-02-051-1/+2
* mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon2018-12-071-1/+1
* mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon2018-12-071-2/+2
* mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon2018-12-071-4/+5
* mtd: rawnand: legacy: Drop useless test in nand_legacy_set_defaults()Boris Brezillon2018-12-071-1/+1
* mtd: rawnand: Stop passing mtd_info objects to internal functionsBoris Brezillon2018-12-071-11/+7
* mtd: rawnand: Move legacy code to nand_legacy.cBoris Brezillon2018-10-031-0/+642