aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/ttyLinus Torvalds2-1/+1
2019-12-02Merge tag 'upstream-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifsLinus Torvalds6-44/+43
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-33/+3
2019-11-18{tty: serial, nand: onenand}: samsung: rename to fix build warningSudip Mukherjee2-1/+1
2019-11-17ubi: Fix producing anchor PEBsSascha Hauer5-43/+41
2019-11-17ubi: Fix warning static is not at beginning of declarationRishi Gupta1-1/+1
2019-11-17ubi: Print skip_check in ubi_dump_vol_info()Stefan Roese1-0/+1
2019-11-17Merge tag 'nand/for-5.5' into mtd/nextMiquel Raynal8-60/+3072
2019-11-17Merge tag 'spi-nor/for-5.5' into mtd/nextMiquel Raynal9-715/+993
2019-11-17Merge CFI/Hyperbus tag 'for-v5.5-rc1' into mtd/nextMiquel Raynal4-44/+55
2019-11-14mtd: devices: fix mchp23k256 read and writeAngelo Dureghello1-8/+12
2019-11-14mtd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-114/+51
2019-11-11mtd: spi-nor: Set default Quad Enable method for ISSI flashesSagar Shrikant Kadam1-0/+9
2019-11-11mtd: spi-nor: Add support for is25wp256Sagar Shrikant Kadam1-0/+4
2019-11-11mtd: spi-nor: Add support for w25q256jwManivannan Sadhasivam1-0/+2
2019-11-11mtd: spi-nor: Move condition to avoid a NULL checkTudor Ambarus1-3/+2
2019-11-11mtd: spi-nor: Make sure nor->spimem and nor->controller_ops are mutually exclusiveTudor Ambarus1-0/+6
2019-11-11mtd: spi-nor: Rename Quad Enable methodsTudor Ambarus1-13/+12
2019-11-11mtd: spi-nor: Merge spansion Quad Enable methodsTudor Ambarus1-95/+66
2019-11-11mtd: spi-nor: Rename CR_QUAD_EN_SPAN to SR2_QUAD_EN_BIT1Tudor Ambarus1-4/+4
2019-11-11mtd: spi-nor: Extend the SR Read Back testTudor Ambarus1-19/+39
2019-11-11mtd: spi-nor: Rework the disabling of block write protectionTudor Ambarus1-90/+50
2019-11-11mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()Tudor Ambarus1-5/+115
2019-11-09mtd: cfi_cmdset_0002: fix delayed error detection on HyperFlashSergei Shtylyov1-25/+33
2019-11-09mtd: cfi_cmdset_0002: only check errors when ready in cfi_check_err_status()Sergei Shtylyov1-0/+4
2019-11-09mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of cfi_amdstd_setup()Hou Tao1-1/+0
2019-11-09mtd: cfi_cmdset_*: kill useless 'ret' variable initializersSergei Shtylyov3-18/+18
2019-11-09mtd: cfi_util: use DIV_ROUND_UP() in cfi_udelay()Sergei Shtylyov1-1/+1
2019-11-07mtd: spi-nor: Print debug message when the read back test failsTudor Ambarus1-1/+6
2019-11-07mtd: spi-nor: Check all the bits written, not just the BP onesTudor Ambarus1-5/+4
2019-11-07mtd: spi-nor: Fix errno on Quad Enable methodsTudor Ambarus1-3/+3
2019-11-07mtd: spi-nor: Drop spansion_quad_enable()Tudor Ambarus1-53/+5
2019-11-07mtd: spi-nor: Describe all the Reg OpsTudor Ambarus1-11/+127
2019-11-07mtd: spi-nor: Merge spi_nor_write_sr() and spi_nor_write_sr_cr()Tudor Ambarus1-51/+23
2019-11-07mtd: spi-nor: Move the WE and wait calls inside Write SR methodsTudor Ambarus1-64/+44
2019-11-07mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr()Tudor Ambarus1-6/+2
2019-11-07mtd: spi-nor: Rename label as it is no longer genericTudor Ambarus1-11/+11