summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2021-12-07mtd: spi-nor: Introduce spi_nor_set_mtd_info()Tudor Ambarus4-29/+35
2021-12-07mtd: spi-nor: core: Don't use mtd_info in the NOR's probe sequence of callsTudor Ambarus2-5/+4
2021-12-07mtd: spi-nor: Fix mtd size for s3an flashesTudor Ambarus1-1/+2
2021-12-03mtd: rawnand: mpc5121: Remove unused variable in ads5121_select_chip()Geert Uytterhoeven1-1/+0
2021-12-03mtd: dataflash: Add device-tree SPI IDsJon Hunter1-0/+8
2021-12-03mtd: rawnand: fsmc: Fix timing computationHerve Codina1-8/+24
2021-12-03mtd: rawnand: fsmc: Take instruction delay into accountHerve Codina1-0/+4
2021-12-03mtd: rawnand: Fix nand_choose_best_timings() on unsupported interfaceHerve Codina1-2/+2
2021-12-03mtd: rawnand: Fix nand_erase_op delayHerve Codina1-1/+1
2021-12-03mtd: rawnand: denali: Add the dependency on HAS_IOMEMCai Huoqing1-1/+1
2021-12-03mtd: core: clear out unregistered devices a bit moreZev Weiss1-1/+6
2021-12-03mtd: sst25l: Warn about failure to unregister mtd deviceUwe Kleine-König1-1/+3
2021-12-03mtd: mchp48l640: Warn about failure to unregister mtd deviceUwe Kleine-König1-1/+3
2021-12-03mtd: mchp23k256: Warn about failure to unregister mtd deviceUwe Kleine-König1-1/+3
2021-12-03mtd: dataflash: Warn about failure to unregister mtd deviceUwe Kleine-König1-5/+5
2021-12-03mtd: core: provide unique name for nvmem deviceMichael Walle1-2/+2
2021-12-03mtd: Fixed breaking list in __mtd_del_partition.Andreas Oetken1-1/+1
2021-11-29mtd_blkdevs: remove the sector out of range check in do_blktrans_requestChristoph Hellwig1-8/+2
2021-11-29block: remove GENHD_FL_EXT_DEVTChristoph Hellwig1-0/+1
2021-11-29block: remove rq_flush_dcache_pagesChristoph Hellwig2-3/+13
2021-11-21mtd: hyperbus: rpc-if: fix bug in rpcif_hb_removeGeorge G. Davis1-2/+2
2021-11-19mtd: rawnand: gpmi: Add ERR007117 protection for nfc_apply_timingsChristian Eggers1-3/+25
2021-11-19mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6Stefan Riedmueller1-9/+0
2021-11-19mtd: rawnand: ingenic: JZ4740 needs 'oob_first' read page functionPaul Cercueil1-0/+5
2021-11-19mtd: rawnand: Export nand_read_page_hwecc_oob_first()Paul Cercueil2-68/+68
2021-11-19mtd: rawnand: davinci: Rewrite function descriptionPaul Cercueil1-6/+4
2021-11-19mtd: rawnand: davinci: Avoid duplicated page readPaul Cercueil1-1/+2
2021-11-19mtd: rawnand: davinci: Don't calculate ECC when reading pagePaul Cercueil1-3/+0
2021-11-17mtd: spi-nor: spansion: Use manufacturer late_init()Tudor Ambarus1-2/+2
2021-11-17mtd: spi-nor: sst: Use manufacturer late_init() to set _write()Tudor Ambarus1-2/+2
2021-11-17mtd: spi-nor: xilinx: Use manufacturer late_init() to set setup methodTudor Ambarus1-2/+2
2021-11-17mtd: spi-nor: winbond: Use manufacturer late_init() for OTP opsTudor Ambarus1-0/+5
2021-11-17mtd: spi-nor: sst: Use flash late_init() for lockingTudor Ambarus1-2/+2
2021-11-17mtd: spi-nor: atmel: Use flash late_init() for lockingTudor Ambarus1-4/+4
2021-11-17mtd: spi-nor: core: Introduce the late_init() hookTudor Ambarus2-4/+17
2021-11-17mtd: spi-nor: Get rid of nor->page_sizeTudor Ambarus2-17/+19
2021-11-17mtd: spi-nor: core: Use container_of to get the pointer to struct spi_norTudor Ambarus2-3/+2
2021-11-17mtd: spi-nor: core: Fix spi_nor_flash_parameter otp descriptionTudor Ambarus1-2/+1
2021-11-16memory: renesas-rpc-if: Add support for RZ/G2LLad Prabhakar1-1/+3
2021-11-15mtd: hyperbus: rpc-if: Check return value of rpcif_sw_init()Lad Prabhakar1-1/+3
2021-11-09Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+7
2021-11-08Merge tag 'mtd/for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds42-171/+194
2021-11-07Merge tag 'spi-nor/for-5.16' into mtd/nextMiquel Raynal3-12/+7
2021-11-07Merge tag 'nand/for-5.16' into mtd/nextMiquel Raynal34-147/+161
2021-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-11-06mtd: call bdi_unregister explicitlyChristoph Hellwig1-0/+1
2021-11-04mtd/ubi/block: add error handling support for add_disk()Luis Chamberlain1-1/+7
2021-10-21mtd: add add_disk() error handlingLuis Chamberlain1-1/+5
2021-10-18mm: don't include <linux/blkdev.h> in <linux/backing-dev.h>Christoph Hellwig1-0/+1
2021-10-15mtd: core: don't remove debugfs directory if device is in useZev Weiss1-2/+2