summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)Author
2020-06-26mtd: rawnand: fsl_upm: Use gpio descriptorsBoris Brezillon
2020-06-26mtd: rawnand: fsl_upm: Use platform_get_resource() + devm_ioremap_resource()Boris Brezillon
2020-06-26mtd: rawnand: fsl_upm: Use devm_kasprintf() to allocate the MTD nameBoris Brezillon
2020-06-26mtd: rawnand: fsl_upm: Allocate the fsl_upm_nand object using devm_kzalloc()Boris Brezillon
2020-06-26mtd: rawnand: fsl_upm: Get rid of the unused fsl_upm_nand.parts fieldBoris Brezillon
2020-06-26mtd: rawnand: fsl_upm: Remove unused mtd varBoris Brezillon
2020-06-26mtd: rawnand: Allocate the interface configurations dynamicallyMiquel Raynal
2020-06-26mtd: rawnand: Get rid of the default ONFI timing modeMiquel Raynal
2020-06-26mtd: rawnand: toshiba: Choose the interface configuration for TH58NVG2S3HBAI4Rickard x Andersson
2020-06-26mtd: rawnand: hynix: Implement ->choose_interface_config() for H27UCG8T2ATR-BCMiquel Raynal
2020-06-26mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58NVG0S3EMiquel Raynal
2020-06-26mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58TEG5DCLTA00Miquel Raynal
2020-06-26mtd: rawnand: Add the ->choose_interface_config() hookMiquel Raynal
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: nand: Add an extra level in the Kconfig hierarchyMiquel Raynal
2020-06-26mtd: rawnand: tango: Convert the driver to exec_op()Boris Brezillon
2020-06-19spi: Move cadence-quadspi driver to drivers/spi/Ramuthevar Vadivel Murugan
2020-06-19mtd: spi-nor: Convert cadence-quadspi to use spi-mem frameworkRamuthevar Vadivel Murugan
2020-06-19mtd: spi-nor: cadence-quadspi: Drop redundant WREN in erase pathVignesh Raghavendra
2020-06-19mtd: spi-nor: cadence-quadspi: Handle probe deferral while requesting DMA cha...Vignesh Raghavendra
2020-06-19mtd: spi-nor: cadence-quadspi: Fix error path on failure to acquire reset linesVignesh Raghavendra
2020-06-19mtd: spi-nor: cadence-quadspi: Don't initialize rx_dma_complete on failureVignesh Raghavendra
2020-06-19mtd: spi-nor: cadence-quadspi: Provide a way to disable DAC modeVignesh Raghavendra
2020-06-19mtd: spi-nor: cadence-quadspi: Make driver independent of flash geometryVignesh Raghavendra
2020-06-15mtd: set master partition panic write flagKamal Dasu
2020-06-15nandsim: Fix return code testing of ns_find_operation()Richard Weinberger
2020-06-15mtd: rawnand: mtk: Convert the driver to exec_op()Boris Brezillon
2020-06-10Merge tag 'for-linus-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-10Merge tag 'mtd/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-05mtd: clear cache_state to avoid writing to bad blocks repeatedlyXiaoming Ni
2020-06-05mtd: parser: cmdline: Support MTD names containing one or more colonsBoris Brezillon
2020-06-05mtd: physmap_of_gemini: remove defined but not used symbol 'syscon_match'Jason Yan