summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2020-01-21mtd: sharpslpart: Fix unsigned comparison to zeroYueHaibing1-2/+2
2020-01-21mtd: onenand: Enable compile testing of OMAP and Samsung driversKrzysztof Kozlowski1-2/+2
2020-01-21mtd: onenand: samsung: Fix printing format for size_t on 64-bitKrzysztof Kozlowski1-1/+1
2020-01-21mtd: onenand: samsung: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bitKrzysztof Kozlowski1-2/+2
2020-01-21mtd: rawnand: denali: remove hard-coded DENALI_DEFAULT_OOB_SKIP_BYTESMasahiro Yamada1-14/+7
2020-01-21mtd: rawnand: denali_dt: add reset controllingMasahiro Yamada1-1/+39
2020-01-21mtd: rawnand: denali_dt: Add support for configuring SPARE_AREA_SKIP_BYTESMarek Vasut2-3/+15
2020-01-21mtd: rawnand: denali_dt: error out if platform has no associated dataMasahiro Yamada1-5/+6
2020-01-21mtd: rawnand: brcmnand: Set appropriate DMA maskFlorian Fainelli1-0/+10
2020-01-21mtd: onenand_base: Adjust indentation in onenand_read_ops_nolockNathan Chancellor1-41/+41
2020-01-21mtd: rawnand: mpc5121: Remove unneeded semicolonzhengbin1-1/+1
2020-01-21mtd: onenand: samsung: remove set but not used variableChen Wandun1-2/+1
2020-01-21mtd: onenand: Fix Kconfig indentationKrzysztof Kozlowski1-6/+6
2020-01-19ubi: Fix an error pointer dereference in error handling codeDan Carpenter1-9/+12
2020-01-19mtd: spi-nor: Add support for at25sl321Michael Walle1-0/+3
2020-01-19mtd: spi-nor: Add support for w25q32jwmMichael Walle1-0/+5
2020-01-17mtd: rawnand: gpmi: Restore nfc timing setup after suspend/resumeEsben Haabendal1-0/+4
2020-01-17mtd: rawnand: gpmi: Fix suspend/resume problemEsben Haabendal1-1/+6
2020-01-17mtd: spi-nor: Fix quad enable for Spansion like flashesMichael Walle1-0/+2
2020-01-17mtd: spi-nor: Fix selection of 4-byte addressing opcodes on SpansionVignesh Raghavendra1-3/+1
2020-01-16ubi: Free the normal volumes in error paths of ubi_attach_mtd_dev()Hou Tao4-14/+30
2020-01-16ubi: Check the presence of volume before call ubi_fastmap_destroy_checkmap()Hou Tao1-0/+2
2020-01-16ubi: wl: Remove set but not used variable 'prev_e'YueHaibing1-2/+1
2020-01-16ubi: fastmap: Fix inverted logic in seen selfcheckSascha Hauer1-1/+1
2020-01-14mtd: spi-nor: remove unused enum spi_nor_opsMichael Walle4-24/+24
2020-01-13mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-V SPI serial flashMika Westerberg1-0/+1
2020-01-10mtd: spi-nor: hisi-sfc: Try to provide some clarity on which SFC we areJohn Garry2-3/+3
2020-01-10mtd: spi-nor: Add support for sst26vf016bJoseph Kust1-0/+2
2020-01-09mtd: spi-nor: Fix the writing of the Status Register on micron flashesTudor Ambarus1-0/+1
2020-01-09mtd: sm_ftl: fix NULL pointer warningArnd Bergmann1-1/+2
2020-01-09mtd: onenand: omap2: Pass correct flags for prep_dma_memcpyPeter Ujfalusi1-1/+2
2020-01-09mtd: onenand: samsung: Fix iomem access with regular memcpyKrzysztof Kozlowski1-4/+4
2020-01-09mtd: onenand: omap2: Fix errors in styleAmir Mahdi Ghorbanian2-12/+13
2020-01-09mtd: cadence: Fix cast to pointer from integer of different size warningVasyl Gomonovych1-7/+6
2020-01-09mtd: rawnand: stm32_fmc2: avoid to lock the CPU busChristophe Kerello1-2/+36
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig16-28/+28
2019-12-23mtd: spi-nor: Add support for mx25r3235fDavid Bauer1-0/+2
2019-12-23mtd: spi-nor: intel-spi: Add support for Intel Jasper Lake SPI serial flashMika Westerberg1-0/+1
2019-12-23mtd: spi-nor: Add USE_FSR flag for n25q* entriesVignesh Raghavendra1-5/+10
2019-12-23mtd: spi-nor: Add entries for mt25q variantsVignesh Raghavendra1-0/+9
2019-12-23mtd: spi-nor: Split mt25qu512a (n25q512a) entry into twoVignesh Raghavendra1-4/+5
2019-12-23mtd: spi-nor: add Gigadevice gd25lq128d supportJerome Brunet1-0/+5
2019-12-23mtd: spi-nor: Fix wrong TB selection of GD25Q256Jungseung Lee1-1/+2
2019-12-23mtd: spi-nor: Support TB selection using SR bit 6Jungseung Lee1-7/+27
2019-12-23mtd: spi-nor: Rename SR_TB to indicate the bit usedJungseung Lee1-5/+5
2019-12-23mtd: spi-nor: fix typo of "JESB216" in commentJungseung Lee1-1/+1
2019-12-23mtd: spi-nor: Add 4B_OPCODES flag to w25q256Robert Marko1-1/+3
2019-12-03Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-1/+1
2019-12-02Merge tag 'upstream-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-44/+43
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-33/+3