summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | mtd: spi-nor: Print debug info inside Reg Ops methodsTudor Ambarus2019-11-071-42/+127
| * | | mtd: spi-nor: Use dev_dbg insted of dev_err for low level infoTudor Ambarus2019-11-071-21/+21
| * | | mtd: spi-nor: fix silent truncation in spi_nor_read_raw()Sergei Shtylyov2019-11-021-1/+1
| * | | mtd: spi-nor: fix silent truncation in spi_nor_read()Sergei Shtylyov2019-11-021-1/+1
| * | | mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flashMika Westerberg2019-11-021-0/+1
| * | | mtd: spi-nor: Print device info in case of errorTudor Ambarus2019-11-021-2/+2
| * | | mtd: spi-nor: Constify data to write to the Status RegisterTudor Ambarus2019-11-011-2/+2
| * | | mtd: spi-nor: Fix retlen handling in sst_write()Tudor Ambarus2019-11-011-4/+5
| * | | mtd: spi-nor: Drop redundant error reports in Reg Ops callersTudor Ambarus2019-11-011-40/+10
| * | | mtd: spi-nor: Pointer parameter for CR in spi_nor_read_cr()Tudor Ambarus2019-11-011-25/+30
| * | | mtd: spi-nor: Pointer parameter for FSR in spi_nor_read_fsr()Tudor Ambarus2019-11-011-18/+20