summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2021-12-07mtd: spi-nor: issi: is25lp256: Init flash based on SFDPTudor Ambarus
2021-12-07mtd: spi-nor: gigadevice: gd25q256: Init flash based on SFDPTudor Ambarus
2021-12-07mtd: spi-nor: spansion: s25fl256s0: Skip SFDP parsingTudor Ambarus
2021-12-07mtd: spi-nor: winbond: w25q256jvm: Init flash based on SFDPTudor Ambarus
2021-12-07mtd: spi-nor: core: Move spi_nor_set_addr_width() in spi_nor_setup()Tudor Ambarus
2021-12-07mtd: spi-nor: core: Init all flash parameters based on SFDP where possibleTudor Ambarus
2021-12-07mtd: spi-nor: Introduce spi_nor_init_fixup_flags()Tudor Ambarus
2021-12-07mtd: spi-nor: Introduce spi_nor_init_flags()Tudor Ambarus
2021-12-07mtd: spi-nor: Rework the flash_info flagsTudor Ambarus
2021-12-07mtd: spi-nor: core: Introduce flash_info mfr_flagsTudor Ambarus
2021-12-07mtd: spi-nor: core: Call spi_nor_post_sfdp_fixups() only when SFDP is definedTudor Ambarus
2021-12-07mtd: spi-nor: Introduce spi_nor_set_mtd_info()Tudor Ambarus
2021-12-07mtd: spi-nor: core: Don't use mtd_info in the NOR's probe sequence of callsTudor Ambarus
2021-12-07mtd: spi-nor: Fix mtd size for s3an flashesTudor Ambarus
2021-12-03mtd: rawnand: mpc5121: Remove unused variable in ads5121_select_chip()Geert Uytterhoeven
2021-12-03mtd: dataflash: Add device-tree SPI IDsJon Hunter
2021-12-03mtd: rawnand: fsmc: Fix timing computationHerve Codina
2021-12-03mtd: rawnand: fsmc: Take instruction delay into accountHerve Codina
2021-12-03mtd: rawnand: Fix nand_choose_best_timings() on unsupported interfaceHerve Codina
2021-12-03mtd: rawnand: Fix nand_erase_op delayHerve Codina
2021-12-03mtd: rawnand: denali: Add the dependency on HAS_IOMEMCai Huoqing
2021-12-03mtd: core: clear out unregistered devices a bit moreZev Weiss
2021-12-03mtd: sst25l: Warn about failure to unregister mtd deviceUwe Kleine-König
2021-12-03mtd: mchp48l640: Warn about failure to unregister mtd deviceUwe Kleine-König
2021-12-03mtd: mchp23k256: Warn about failure to unregister mtd deviceUwe Kleine-König
2021-12-03mtd: dataflash: Warn about failure to unregister mtd deviceUwe Kleine-König
2021-12-03mtd: core: provide unique name for nvmem deviceMichael Walle
2021-12-03mtd: Fixed breaking list in __mtd_del_partition.Andreas Oetken
2021-11-29mtd_blkdevs: remove the sector out of range check in do_blktrans_requestChristoph Hellwig
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig
2021-11-29block: remove rq_flush_dcache_pagesChristoph Hellwig
2021-11-21mtd: hyperbus: rpc-if: fix bug in rpcif_hb_removeGeorge G. Davis
2021-11-19mtd: rawnand: gpmi: Add ERR007117 protection for nfc_apply_timingsChristian Eggers
2021-11-19mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6Stefan Riedmueller
2021-11-19mtd: rawnand: ingenic: JZ4740 needs 'oob_first' read page functionPaul Cercueil
2021-11-19mtd: rawnand: Export nand_read_page_hwecc_oob_first()Paul Cercueil
2021-11-19mtd: rawnand: davinci: Rewrite function descriptionPaul Cercueil
2021-11-19mtd: rawnand: davinci: Avoid duplicated page readPaul Cercueil
2021-11-19mtd: rawnand: davinci: Don't calculate ECC when reading pagePaul Cercueil
2021-11-17mtd: spi-nor: spansion: Use manufacturer late_init()Tudor Ambarus
2021-11-17mtd: spi-nor: sst: Use manufacturer late_init() to set _write()Tudor Ambarus
2021-11-17mtd: spi-nor: xilinx: Use manufacturer late_init() to set setup methodTudor Ambarus
2021-11-17mtd: spi-nor: winbond: Use manufacturer late_init() for OTP opsTudor Ambarus
2021-11-17mtd: spi-nor: sst: Use flash late_init() for lockingTudor Ambarus
2021-11-17mtd: spi-nor: atmel: Use flash late_init() for lockingTudor Ambarus
2021-11-17mtd: spi-nor: core: Introduce the late_init() hookTudor Ambarus
2021-11-17mtd: spi-nor: Get rid of nor->page_sizeTudor Ambarus
2021-11-17mtd: spi-nor: core: Use container_of to get the pointer to struct spi_norTudor Ambarus
2021-11-17mtd: spi-nor: core: Fix spi_nor_flash_parameter otp descriptionTudor Ambarus
2021-11-16memory: renesas-rpc-if: Add support for RZ/G2LLad Prabhakar