summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw
AgeCommit message (Expand)Author
2020-06-26mtd: rawnand: Introduce nand_choose_best_sdr_timings()Miquel Raynal
2020-06-26mtd: rawnand: timings: Make onfi_fill_interface_config() a void helperMiquel Raynal
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal
2020-06-26mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal
2020-06-26mtd: rawnand: timings: Use default values for tPROG_max and tBERS_maxMiquel Raynal
2020-06-26mtd: rawnand: timings: Avoid redefining tR_max and tCCS_minMiquel Raynal
2020-06-26mtd: rawnand: timings: Add a helper to find the closest ONFI modeMiquel Raynal
2020-06-26mtd: rawnand: timings: onfi_fill_data_interface timing mode is unsignedMiquel Raynal
2020-06-26mtd: rawnand: timings: Provide onfi_fill_data_interface() with a data interfaceMiquel Raynal
2020-06-26mtd: rawnand: timings: Update onfi_fill_data_interface() kernel docMiquel Raynal
2020-06-26mtd: rawnand: Rename nand_init_data_interface()Miquel Raynal
2020-06-26mtd: rawnand: Fix nand_setup_data_interface() descriptionMiquel Raynal
2020-06-26mtd: rawnand: Rename nand_has_setup_data_iface()Miquel Raynal
2020-06-26mtd: rawnand: Use the data interface mode entry when relevantMiquel Raynal
2020-06-26mtd: rawnand: Compare the actual timing valuesMiquel Raynal
2020-06-26mtd: rawnand: Rename the manufacturer structureMiquel Raynal
2020-06-26mtd: rawnand: Create a nand_chip operations structureMiquel Raynal
2020-06-26mtd: nand: Drop useless 'depends on' in KconfigMiquel Raynal
2020-06-26mtd: rawnand: tango: Convert the driver to exec_op()Boris Brezillon
2020-06-15mtd: rawnand: mtk: Convert the driver to exec_op()Boris Brezillon
2020-06-01Merge tag 'nand/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger
2020-05-31mtd: rawnand: Add an invalid ECC mode to discriminate with valid onesMiquel Raynal
2020-05-31mtd: rawnand: Return an enum from of_get_nand_ecc_algo()Miquel Raynal
2020-05-31mtd: rawnand: Drop OOB_FIRST placement schemeMiquel Raynal
2020-05-31mtd: rawnand: Avoid a typedefMiquel Raynal
2020-05-31mtd: rawnand: Stop using nand_release()Miquel Raynal
2020-05-31mtd: rawnand: nandsim: Reorganize ns_cleanup_module()Miquel Raynal
2020-05-31mtd: rawnand: nandsim: Rename a label in ns_init_module()Miquel Raynal
2020-05-31mtd: rawnand: nandsim: Manage lists on error in ns_init_module()Miquel Raynal
2020-05-31mtd: rawnand: nandsim: Fix the label pointing on nand_cleanup()Miquel Raynal
2020-05-31mtd: rawnand: nandsim: Free erase_block_wear on errorMiquel Raynal
2020-05-31mtd: rawnand: nandsim: Use an additional label when freeing the nandsim objectMiquel Raynal
2020-05-31mtd: rawnand: nandsim: Stop using nand_release()Miquel Raynal
2020-05-31mtd: rawnand: nandsim: Free the partition names in ns_free()Miquel Raynal
2020-05-31mtd: rawnand: nandsim: Free the allocated device on error in ns_init()Miquel Raynal
2020-05-31mtd: rawnand: nandsim: Free partition names on error in ns_init()Miquel Raynal
2020-05-31mtd: rawnand: nandsim: Fix the two ns_alloc_device() error pathsMiquel Raynal
2020-05-31mtd: rawnand: nandsim: Remove debugfs entries at unload timeMiquel Raynal
2020-05-31mtd: rawnand: nandsim: Keep track of the created debugfs entriesMiquel Raynal
2020-05-31mtd: rawnand: nandsim: Clean error handlingMiquel Raynal
2020-05-31mtd: rawnand: nandsim: Use a consistent ns_ prefix for all functionsMiquel Raynal
2020-05-31mtd: rawnand: nandsim: Use octal permissionsMiquel Raynal
2020-05-31mtd: rawnand: nandsim: Consistent use of 'ns' instead of 'dev'Miquel Raynal
2020-05-31mtd: rawnand: brcmnand: support v2.1-v2.2 controllersÁlvaro Fernández Rojas
2020-05-31mtd: rawnand: brcmnand: rename page sizesÁlvaro Fernández Rojas
2020-05-31mtd: rawnand: brcmnand: fix CS0 layoutÁlvaro Fernández Rojas
2020-05-31mtd: rawnand: brcmnand: rename v4 registersÁlvaro Fernández Rojas
2020-05-31mtd: rawnand: gpmi: Use nand_extract_bits()Miquel Raynal
2020-05-31mtd: rawnand: omap_elm: Fix runtime PM imbalance on errorDinghao Liu
2020-05-31mtd: rawnand: gpmi: Fix runtime PM imbalance in gpmi_nand_probeDinghao Liu