summaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2022-01-1143-1264/+2985
|\
| * Merge tag 'nand/for-5.17' into mtd/nextMiquel Raynal2021-12-3111-394/+1767
| |\
| | * Merge tag 'memory-controller-drv-omap-5.17' into nand/nextMiquel Raynal2021-12-312-5/+2
| | |\
| | | * mtd: rawnand: omap2: Select GPMC device driver for ARCH_K3Roger Quadros2021-12-221-0/+1
| | | * memory: omap-gpmc: Use a compatible match table when checking for NAND contro...Roger Quadros2021-12-221-4/+1
| | * | mtd: rawnand: gpmi: Use platform_get_irq_byname() to get the interruptLad Prabhakar2021-12-221-7/+4
| | * | mtd: rawnand: omap_elm: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-221-9/+7
| | * | mtd: rawnand: renesas: Add new NAND controller driverMiquel Raynal2021-12-213-0/+1432
| | * | mtd: rawnand: gpmi: remove unneeded variableMinghao Chi2021-12-171-4/+1
| | * | mtd: rawnand: omap2: drop unused variableRoger Quadros2021-12-171-4/+0
| | * | mtd: rawnand: omap2: fix force_8bit flag behaviour for DMA modeRoger Quadros2021-12-171-0/+10
| | * | mtd: rawnand: omap2: Add compatible for AM64 SoCRoger Quadros2021-12-171-0/+1
| | * | mtd: rawnand: omap2: move to exec_op interfaceRoger Quadros2021-12-171-279/+211
| | * | mtd: rawnand: omap2: Allow build on K3 platformsRoger Quadros2021-12-171-1/+1
| | * | mtd: onenand: remove redundant variable ooblenColin Ian King2021-12-091-2/+2
| | * | mtd: rawnand: mpc5121: Remove unused variable in ads5121_select_chip()Geert Uytterhoeven2021-12-031-1/+0
| | * | mtd: rawnand: gpmi: Add ERR007117 protection for nfc_apply_timingsChristian Eggers2021-11-191-3/+25
| | * | mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6Stefan Riedmueller2021-11-191-9/+0
| | * | mtd: rawnand: ingenic: JZ4740 needs 'oob_first' read page functionPaul Cercueil2021-11-191-0/+5
| | * | mtd: rawnand: Export nand_read_page_hwecc_oob_first()Paul Cercueil2021-11-192-68/+68
| | * | mtd: rawnand: davinci: Rewrite function descriptionPaul Cercueil2021-11-191-6/+4
| | * | mtd: rawnand: davinci: Avoid duplicated page readPaul Cercueil2021-11-191-1/+2
| | * | mtd: rawnand: davinci: Don't calculate ECC when reading pagePaul Cercueil2021-11-191-3/+0
| | |/
| * | Merge tag 'spi-nor/for-5.17' into mtd/nextMiquel Raynal2021-12-3121-827/+1080
| |\ \
| | * | mtd: spi-nor: Remove debugfs entries that duplicate sysfs entriesTudor Ambarus2021-12-291-12/+0
| | * | mtd: spi-nor: micron-st: write 2 bytes when disabling Octal DTR modePratyush Yadav2021-12-231-5/+17
| | * | mtd: spi-nor: spansion: write 2 bytes when disabling Octal DTR modePratyush Yadav2021-12-231-5/+13
| | * | mtd: spi-nor: core: use 2 data bytes for template opsPratyush Yadav2021-12-231-2/+2
| | * | mtd: spi-nor: Constify part specific fixup hooksTudor Ambarus2021-12-236-7/+7
| | * | mtd: spi-nor: core: Remove reference to spi-nor.cFlavio Suligoi2021-12-231-2/+2
| | * | mtd: spi-nor: issi: is25lp256: Init flash based on SFDPTudor Ambarus2021-12-071-1/+1
| | * | mtd: spi-nor: gigadevice: gd25q256: Init flash based on SFDPTudor Ambarus2021-12-071-1/+1
| | * | mtd: spi-nor: spansion: s25fl256s0: Skip SFDP parsingTudor Ambarus2021-12-071-1/+2
| | * | mtd: spi-nor: winbond: w25q256jvm: Init flash based on SFDPTudor Ambarus2021-12-071-2/+1
| | * | mtd: spi-nor: core: Move spi_nor_set_addr_width() in spi_nor_setup()Tudor Ambarus2021-12-071-50/+52
| | * | mtd: spi-nor: core: Init all flash parameters based on SFDP where possibleTudor Ambarus2021-12-071-78/+119
| | * | mtd: spi-nor: Introduce spi_nor_init_fixup_flags()Tudor Ambarus2021-12-071-8/+20
| | * | mtd: spi-nor: Introduce spi_nor_init_flags()Tudor Ambarus2021-12-071-38/+51
| | * | 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