summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | mtd: spi-nor: Rework the flash_info flagsTudor Ambarus2021-12-0717-566/+695
| | * | | mtd: spi-nor: core: Introduce flash_info mfr_flagsTudor Ambarus2021-12-072-11/+40
| | * | | mtd: spi-nor: core: Call spi_nor_post_sfdp_fixups() only when SFDP is definedTudor Ambarus2021-12-072-29/+24
| | * | | mtd: spi-nor: Introduce spi_nor_set_mtd_info()Tudor Ambarus2021-12-074-29/+35
| | * | | mtd: spi-nor: core: Don't use mtd_info in the NOR's probe sequence of callsTudor Ambarus2021-12-072-5/+4
| | * | | mtd: spi-nor: Fix mtd size for s3an flashesTudor Ambarus2021-12-071-1/+2
| | * | | mtd: spi-nor: spansion: Use manufacturer late_init()Tudor Ambarus2021-11-171-2/+2
| | * | | mtd: spi-nor: sst: Use manufacturer late_init() to set _write()Tudor Ambarus2021-11-171-2/+2
| | * | | mtd: spi-nor: xilinx: Use manufacturer late_init() to set setup methodTudor Ambarus2021-11-171-2/+2
| | * | | mtd: spi-nor: winbond: Use manufacturer late_init() for OTP opsTudor Ambarus2021-11-171-0/+5
| | * | | mtd: spi-nor: sst: Use flash late_init() for lockingTudor Ambarus2021-11-171-2/+2
| | * | | mtd: spi-nor: atmel: Use flash late_init() for lockingTudor Ambarus2021-11-171-4/+4
| | * | | mtd: spi-nor: core: Introduce the late_init() hookTudor Ambarus2021-11-172-4/+17
| | * | | mtd: spi-nor: Get rid of nor->page_sizeTudor Ambarus2021-11-172-17/+19
| | * | | mtd: spi-nor: core: Use container_of to get the pointer to struct spi_norTudor Ambarus2021-11-172-3/+2
| | * | | mtd: spi-nor: core: Fix spi_nor_flash_parameter otp descriptionTudor Ambarus2021-11-171-2/+1
| | |/ /
| * | | Merge tag 'cfi/for-5.17' into mtd/nextMiquel Raynal2021-12-311-3/+5
| |\ \ \
| | * | | mtd: hyperbus: rpc-if: fix bug in rpcif_hb_removeGeorge G. Davis2021-11-211-2/+2
| | * | | mtd: hyperbus: rpc-if: Check return value of rpcif_sw_init()Lad Prabhakar2021-11-151-1/+3
| | |/ /
| * | | mtdchar: prevent unbounded allocation in MEMWRITE ioctlMichał Kępień2021-12-091-23/+87
| * | | mtd: gen_probe: Use bitmap_zalloc() when applicableChristophe JAILLET2021-12-091-5/+4
| * | | mtd: Introduce an expert mode for forensics and debugging purposesMiquel Raynal2021-12-094-0/+19
| * | | mtd: core: clear out unregistered devices a bit moreZev Weiss2021-12-031-1/+6
| * | | mtd: sst25l: Warn about failure to unregister mtd deviceUwe Kleine-König2021-12-031-1/+3
| * | | mtd: mchp48l640: Warn about failure to unregister mtd deviceUwe Kleine-König2021-12-031-1/+3
| * | | mtd: mchp23k256: Warn about failure to unregister mtd deviceUwe Kleine-König2021-12-031-1/+3
| * | | mtd: dataflash: Warn about failure to unregister mtd deviceUwe Kleine-König2021-12-031-5/+5
| * | | mtd: core: provide unique name for nvmem deviceMichael Walle2021-12-031-2/+2
| * | | mtd: Fixed breaking list in __mtd_del_partition.Andreas Oetken2021-12-031-1/+1
| |/ /
* | | Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2022-01-102-9/+53
|\ \ \ | |_|/ |/| |
| * | Merge tag 'tegra-for-5.17-drivers' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2021-12-201-8/+50
| |\ \
| | * | mtd: rawnand: tegra: Add runtime PM and OPP supportDmitry Osipenko2021-12-161-8/+50
| | |/
| * / memory: renesas-rpc-if: Add support for RZ/G2LLad Prabhakar2021-11-161-1/+3
| |/
* | mtd: dataflash: Add device-tree SPI IDsJon Hunter2021-12-031-0/+8
* | mtd: rawnand: fsmc: Fix timing computationHerve Codina2021-12-031-8/+24
* | mtd: rawnand: fsmc: Take instruction delay into accountHerve Codina2021-12-031-0/+4
* | mtd: rawnand: Fix nand_choose_best_timings() on unsupported interfaceHerve Codina2021-12-031-2/+2
* | mtd: rawnand: Fix nand_erase_op delayHerve Codina2021-12-031-1/+1
* | mtd: rawnand: denali: Add the dependency on HAS_IOMEMCai Huoqing2021-12-031-1/+1
|/
* Merge tag 'for-5.16/drivers-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-1/+7
|\
| * mtd/ubi/block: add error handling support for add_disk()Luis Chamberlain2021-11-041-1/+7
* | Merge tag 'mtd/for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2021-11-0842-171/+194
|\ \
| * \ Merge tag 'spi-nor/for-5.16' into mtd/nextMiquel Raynal2021-11-073-12/+7
| |\ \
| | * | mtd: spi-nor: nxp-spifi: Make use of the helper function devm_platform_iorema...Cai Huoqing2021-10-151-5/+2
| | * | mtd: spi-nor: hisi-sfc: Make use of the helper function devm_platform_ioremap...Cai Huoqing2021-10-151-5/+2
| | * | mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare()Evgeny Novikov2021-10-151-1/+0
| | * | mtd: spi-nor: Enable locking for n25q128a13Jonathan Lemon2021-10-151-1/+3
| * | | Merge tag 'nand/for-5.16' into mtd/nextMiquel Raynal2021-11-0734-147/+161
| |\ \ \
| | * | | mtd: rawnand: arasan: Prevent an unsupported configurationMiquel Raynal2021-10-151-0/+15
| | * | | mtd: rawnand: hynix: Add support for H27UCG8T2ETR-BC MLC NANDChris Morgan2021-10-152-0/+18