summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-091-1/+1
|\
| * ubifs: fix snprintf() checkingDan Carpenter2021-06-181-1/+1
* | Merge tag 'mtd/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2021-07-0559-506/+3550
|\ \
| * \ Merge tag 'spi-nor/for-5.14' into mtd/nextMiquel Raynal2021-06-3010-23/+337
| |\ \
| | * | mtd: spi-nor: remove redundant continue statementColin Ian King2021-06-211-3/+1
| | * | mtd: spi-nor: add initial sysfs supportMichael Walle2021-06-154-1/+97
| | * | mtd: spi-nor: sfdp: save a copy of the SFDP dataMichael Walle2021-06-152-0/+68
| | * | mtd: spi-nor: otp: implement erase for Winbond and similar flashesMichael Walle2021-06-094-1/+92
| | * | mtd: spi-nor: otp: return -EROFS if region is read-onlyMichael Walle2021-06-091-3/+38
| | * | mtd: spi-nor: otp: use more consistent wordingMichael Walle2021-06-091-8/+19
| | * | mtd: spi-nor: otp: fix access to security registers in 4 byte modeMichael Walle2021-06-091-2/+0
| | * | mtd: spi-nor: enable locking support for MX25L12805DDavid Bauer2021-05-271-1/+2
| | * | mtd: spi-nor: macronix: Fix name for mx66l51235fTudor Ambarus2021-05-271-1/+1
| | * | mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-M SPI serial flashMika Westerberg2021-05-271-0/+1
| | * | mtd: spi-nor: otp: fix kerneldoc typosMichael Walle2021-05-261-2/+2
| | * | mtd: spi-nor: Add documentation for spi_nor_soft_reset()Pratyush Yadav2021-05-261-0/+15
| | * | mtd: spi-nor: nxp-spifi: Use SPI_MODE_X_MASKAndy Shevchenko2021-05-261-1/+1
| * | | Merge tag 'nand/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger2021-06-2922-307/+2516
| |\ \ \
| | * | | mtd: rawnand: omap: Add larger page NAND chips supportMiquel Raynal2021-06-182-69/+116
| | * | | mtd: rawnand: omap: Various style fixesMiquel Raynal2021-06-181-5/+7
| | * | | mtd: rawnand: omap: Check return valuesMiquel Raynal2021-06-181-9/+21
| | * | | mtd: rawnand: omap: Rename a macroMiquel Raynal2021-06-181-8/+8
| | * | | mtd: rawnand: omap: Aggregate the HW configuration of the ELMMiquel Raynal2021-06-181-19/+11
| | * | | mtd: rawnand: pl353: Add support for the ARM PL353 SMC NAND controllerMiquel Raynal2021-06-183-0/+1203
| | * | | mtd: rawnand: qcom: avoid writing to obsolete registerMd Sadre Alam2021-06-181-6/+12
| | * | | mtd: rawnand: marvell: Minor documentation correctionSouptick Joarder2021-06-181-1/+1
| | * | | mtd: rawnand: r852: use DEVICE_ATTR_RO() helper macroZhen Lei2021-06-181-4/+3
| | * | | mtd: spinand: add SPI-NAND MTD resume handlerPatrice Chotard2021-06-181-0/+17
| | * | | mtd: spinand: Add spinand_init_flash() helperPatrice Chotard2021-06-181-29/+45
| | * | | mtd: spinand: add spinand_read_cfg() helperPatrice Chotard2021-06-181-9/+20
| | * | | mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvel...Yang Yingliang2021-06-181-1/+3
| | * | | mtd: rawnand: arasan: Finer grain NV-DDR configurationMiquel Raynal2021-06-181-2/+54
| | * | | mtd: rawnand: arasan: Rename the data interface registerMiquel Raynal2021-06-181-7/+7
| | * | | mtd: rawnand: onfi: Fix endianness when reading NV-DDR valuesMiquel Raynal2021-06-181-3/+3
| | * | | mtd: rawnand: arasan: Use the right DMA maskMiquel Raynal2021-06-181-0/+4
| | * | | mtd: spinand: Fix double counting of ECC statsMiquel Raynal2021-06-111-6/+11
| | * | | mtd: spinand: macronix: Add support for serial NAND flashJaime Liao2021-05-261-0/+112
| | * | | mtd: rawnand: qcom: Delete an unneeded bool conversionZhen Lei2021-05-261-2/+1
| | * | | mtd: rawnand: arasan: Leverage additional GPIO CSMiquel Raynal2021-05-261-23/+125
| | * | | mtd: rawnand: arasan: Ensure proper configuration for the asserted targetMiquel Raynal2021-05-261-33/+57
| | * | | mtd: rawnand: Add a helper to parse the gpio-cs DT propertyMiquel Raynal2021-05-261-0/+39
| | * | | mtd: rawnand: arasan: Support NV-DDR interfaceMiquel Raynal2021-05-261-7/+20
| | * | | mtd: rawnand: arasan: Workaround a misbehaving prog type with NV-DDRMiquel Raynal2021-05-261-1/+18
| | * | | mtd: rawnand: arasan: Fix a macro parameterMiquel Raynal2021-05-261-1/+1
| | * | | mtd: rawnand: Choose the best timings, NV-DDR includedMiquel Raynal2021-05-262-1/+78
| | * | | mtd: rawnand: Allow SDR timings to be nackedMiquel Raynal2021-05-261-4/+4
| | * | | mtd: rawnand: Support enabling NV-DDR through SET_FEATURESMiquel Raynal2021-05-261-5/+13
| | * | | mtd: rawnand: Add a helper to find the closest ONFI NV-DDR modeMiquel Raynal2021-05-262-0/+44
| | * | | mtd: rawnand: Handle the double bytes in NV-DDR modeMiquel Raynal2021-05-261-8/+85
| | * | | mtd: rawnand: Access SDR and NV-DDR timings through a common macroMiquel Raynal2021-05-261-60/+71