summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: gpmi: Restore nfc timing setup after suspend/resumeEsben Haabendal2020-01-171-0/+4
* mtd: rawnand: gpmi: Fix suspend/resume problemEsben Haabendal2020-01-171-1/+6
* mtd: spi-nor: Fix quad enable for Spansion like flashesMichael Walle2020-01-171-0/+2
* mtd: spi-nor: Fix selection of 4-byte addressing opcodes on SpansionVignesh Raghavendra2020-01-171-3/+1
* mtd: spi-nor: Fix the writing of the Status Register on micron flashesTudor Ambarus2020-01-091-0/+1
* mtd: sm_ftl: fix NULL pointer warningArnd Bergmann2020-01-091-1/+2
* mtd: onenand: omap2: Pass correct flags for prep_dma_memcpyPeter Ujfalusi2020-01-091-1/+2
* mtd: onenand: samsung: Fix iomem access with regular memcpyKrzysztof Kozlowski2020-01-091-4/+4
* mtd: onenand: omap2: Fix errors in styleAmir Mahdi Ghorbanian2020-01-092-12/+13
* mtd: cadence: Fix cast to pointer from integer of different size warningVasyl Gomonovych2020-01-091-7/+6
* mtd: rawnand: stm32_fmc2: avoid to lock the CPU busChristophe Kerello2020-01-091-2/+36
* Merge tag 'tty-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-12-032-1/+1
|\
| * {tty: serial, nand: onenand}: samsung: rename to fix build warningSudip Mukherjee2019-11-182-1/+1
* | Merge tag 'upstream-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-026-44/+43
|\ \
| * | ubi: Fix producing anchor PEBsSascha Hauer2019-11-175-43/+41
| * | ubi: Fix warning static is not at beginning of declarationRishi Gupta2019-11-171-1/+1
| * | ubi: Print skip_check in ubi_dump_vol_info()Stefan Roese2019-11-171-0/+1
| |/
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-33/+3
|\ \
| * | compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-33/+3
* | | Merge tag 'nand/for-5.5' into mtd/nextMiquel Raynal2019-11-178-60/+3072
|\ \ \
| * | | mtd: rawnand: remove unecessary checking if dmac is NULLPiotr Sroka2019-10-301-2/+2
| * | | mtd: rawnand: cadence: Remove dev_err() on platform_get_irq() failureYueHaibing2019-10-291-3/+2
| * | | mtd: rawnand: mxic: Remove dev_err() on platform_get_irq() failureYueHaibing2019-10-291-3/+1
| * | | mtd: rawnand: brcmnand: Fix NULL pointer assignmentFlorian Fainelli2019-10-291-1/+1
| * | | mtd: rawnand: denali: remove the old unified controller/chip DT supportMasahiro Yamada2019-10-291-51/+4
| * | | mtd: rawnand: Add new Cadence NAND driver to MTD subsystemPiotr Sroka2019-10-043-0/+3039
| * | | mtd: rawnand: Change calculating of position page containing BBMPiotr Sroka2019-10-042-3/+9
| * | | mtd: nand: brcmnand: Add support for flash-dma v0Kamal Dasu2019-10-041-2/+19
| |/ /
* | | Merge tag 'spi-nor/for-5.5' into mtd/nextMiquel Raynal2019-11-179-715/+993
|\ \ \
| * | | mtd: spi-nor: Set default Quad Enable method for ISSI flashesSagar Shrikant Kadam2019-11-111-0/+9
| * | | mtd: spi-nor: Add support for is25wp256Sagar Shrikant Kadam2019-11-111-0/+4
| * | | mtd: spi-nor: Add support for w25q256jwManivannan Sadhasivam2019-11-111-0/+2
| * | | mtd: spi-nor: Move condition to avoid a NULL checkTudor Ambarus2019-11-111-3/+2
| * | | mtd: spi-nor: Make sure nor->spimem and nor->controller_ops are mutually excl...Tudor Ambarus2019-11-111-0/+6
| * | | mtd: spi-nor: Rename Quad Enable methodsTudor Ambarus2019-11-111-13/+12
| * | | mtd: spi-nor: Merge spansion Quad Enable methodsTudor Ambarus2019-11-111-95/+66
| * | | mtd: spi-nor: Rename CR_QUAD_EN_SPAN to SR2_QUAD_EN_BIT1Tudor Ambarus2019-11-111-4/+4
| * | | mtd: spi-nor: Extend the SR Read Back testTudor Ambarus2019-11-111-19/+39
| * | | mtd: spi-nor: Rework the disabling of block write protectionTudor Ambarus2019-11-111-90/+50
| * | | mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()Tudor Ambarus2019-11-111-5/+115
| * | | mtd: spi-nor: Print debug message when the read back test failsTudor Ambarus2019-11-071-1/+6
| * | | mtd: spi-nor: Check all the bits written, not just the BP onesTudor Ambarus2019-11-071-5/+4
| * | | mtd: spi-nor: Fix errno on Quad Enable methodsTudor Ambarus2019-11-071-3/+3
| * | | mtd: spi-nor: Drop spansion_quad_enable()Tudor Ambarus2019-11-071-53/+5
| * | | mtd: spi-nor: Describe all the Reg OpsTudor Ambarus2019-11-071-11/+127
| * | | mtd: spi-nor: Merge spi_nor_write_sr() and spi_nor_write_sr_cr()Tudor Ambarus2019-11-071-51/+23
| * | | mtd: spi-nor: Move the WE and wait calls inside Write SR methodsTudor Ambarus2019-11-071-64/+44
| * | | mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr()Tudor Ambarus2019-11-071-6/+2
| * | | mtd: spi-nor: Rename label as it is no longer genericTudor Ambarus2019-11-071-11/+11
| * | | mtd: spi-nor: Check for errors after each Register OperationTudor Ambarus2019-11-071-21/+60