aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2020-01-17mtd: rawnand: gpmi: Restore nfc timing setup after suspend/resumeEsben Haabendal
2020-01-17mtd: rawnand: gpmi: Fix suspend/resume problemEsben Haabendal
2020-01-17mtd: spi-nor: Fix quad enable for Spansion like flashesMichael Walle
2020-01-17mtd: spi-nor: Fix selection of 4-byte addressing opcodes on SpansionVignesh Raghavendra
2020-01-09mtd: spi-nor: Fix the writing of the Status Register on micron flashesTudor Ambarus
2020-01-09mtd: sm_ftl: fix NULL pointer warningArnd Bergmann
2020-01-09mtd: onenand: omap2: Pass correct flags for prep_dma_memcpyPeter Ujfalusi
2020-01-09mtd: onenand: samsung: Fix iomem access with regular memcpyKrzysztof Kozlowski
2020-01-09mtd: onenand: omap2: Fix errors in styleAmir Mahdi Ghorbanian
2020-01-09mtd: cadence: Fix cast to pointer from integer of different size warningVasyl Gomonovych
2020-01-09mtd: rawnand: stm32_fmc2: avoid to lock the CPU busChristophe Kerello
2019-12-03Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-12-02Merge tag 'upstream-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-18{tty: serial, nand: onenand}: samsung: rename to fix build warningSudip Mukherjee
2019-11-17ubi: Fix producing anchor PEBsSascha Hauer
2019-11-17ubi: Fix warning static is not at beginning of declarationRishi Gupta
2019-11-17ubi: Print skip_check in ubi_dump_vol_info()Stefan Roese
2019-11-17Merge tag 'nand/for-5.5' into mtd/nextMiquel Raynal
2019-11-17Merge tag 'spi-nor/for-5.5' into mtd/nextMiquel Raynal
2019-11-17Merge CFI/Hyperbus tag 'for-v5.5-rc1' into mtd/nextMiquel Raynal
2019-11-14mtd: devices: fix mchp23k256 read and writeAngelo Dureghello
2019-11-14mtd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-11-11mtd: spi-nor: Set default Quad Enable method for ISSI flashesSagar Shrikant Kadam
2019-11-11mtd: spi-nor: Add support for is25wp256Sagar Shrikant Kadam
2019-11-11mtd: spi-nor: Add support for w25q256jwManivannan Sadhasivam
2019-11-11mtd: spi-nor: Move condition to avoid a NULL checkTudor Ambarus
2019-11-11mtd: spi-nor: Make sure nor->spimem and nor->controller_ops are mutually excl...Tudor Ambarus
2019-11-11mtd: spi-nor: Rename Quad Enable methodsTudor Ambarus
2019-11-11mtd: spi-nor: Merge spansion Quad Enable methodsTudor Ambarus
2019-11-11mtd: spi-nor: Rename CR_QUAD_EN_SPAN to SR2_QUAD_EN_BIT1Tudor Ambarus
2019-11-11mtd: spi-nor: Extend the SR Read Back testTudor Ambarus
2019-11-11mtd: spi-nor: Rework the disabling of block write protectionTudor Ambarus
2019-11-11mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()Tudor Ambarus
2019-11-09mtd: cfi_cmdset_0002: fix delayed error detection on HyperFlashSergei Shtylyov
2019-11-09mtd: cfi_cmdset_0002: only check errors when ready in cfi_check_err_status()Sergei Shtylyov
2019-11-09mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of cfi_amdstd_setup()Hou Tao
2019-11-09mtd: cfi_cmdset_*: kill useless 'ret' variable initializersSergei Shtylyov
2019-11-09mtd: cfi_util: use DIV_ROUND_UP() in cfi_udelay()Sergei Shtylyov
2019-11-07mtd: spi-nor: Print debug message when the read back test failsTudor Ambarus
2019-11-07mtd: spi-nor: Check all the bits written, not just the BP onesTudor Ambarus
2019-11-07mtd: spi-nor: Fix errno on Quad Enable methodsTudor Ambarus
2019-11-07mtd: spi-nor: Drop spansion_quad_enable()Tudor Ambarus
2019-11-07mtd: spi-nor: Describe all the Reg OpsTudor Ambarus
2019-11-07mtd: spi-nor: Merge spi_nor_write_sr() and spi_nor_write_sr_cr()Tudor Ambarus
2019-11-07mtd: spi-nor: Move the WE and wait calls inside Write SR methodsTudor Ambarus
2019-11-07mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr()Tudor Ambarus
2019-11-07mtd: spi-nor: Rename label as it is no longer genericTudor Ambarus
2019-11-07mtd: spi-nor: Check for errors after each Register OperationTudor Ambarus
2019-11-07mtd: spi-nor: Print debug info inside Reg Ops methodsTudor Ambarus