summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorLines
2019-11-11mtd: spi-nor: Extend the SR Read Back testTudor Ambarus-19/+39
2019-11-11mtd: spi-nor: Rework the disabling of block write protectionTudor Ambarus-90/+50
2019-11-11mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()Tudor Ambarus-5/+115
2019-11-09mtd: cfi_cmdset_0002: fix delayed error detection on HyperFlashSergei Shtylyov-25/+33
2019-11-09mtd: cfi_cmdset_0002: only check errors when ready in cfi_check_err_status()Sergei Shtylyov-0/+4
2019-11-09mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of cfi_amdstd_setup()Hou Tao-1/+0
2019-11-09mtd: cfi_cmdset_*: kill useless 'ret' variable initializersSergei Shtylyov-18/+18
2019-11-09mtd: cfi_util: use DIV_ROUND_UP() in cfi_udelay()Sergei Shtylyov-1/+1
2019-11-07mtd: spi-nor: Print debug message when the read back test failsTudor Ambarus-1/+6
2019-11-07mtd: spi-nor: Check all the bits written, not just the BP onesTudor Ambarus-5/+4
2019-11-07mtd: spi-nor: Fix errno on Quad Enable methodsTudor Ambarus-3/+3
2019-11-07mtd: spi-nor: Drop spansion_quad_enable()Tudor Ambarus-53/+5
2019-11-07mtd: spi-nor: Describe all the Reg OpsTudor Ambarus-11/+127
2019-11-07mtd: spi-nor: Merge spi_nor_write_sr() and spi_nor_write_sr_cr()Tudor Ambarus-51/+23
2019-11-07mtd: spi-nor: Move the WE and wait calls inside Write SR methodsTudor Ambarus-64/+44
2019-11-07mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr()Tudor Ambarus-6/+2
2019-11-07mtd: spi-nor: Rename label as it is no longer genericTudor Ambarus-11/+11
2019-11-07mtd: spi-nor: Check for errors after each Register OperationTudor Ambarus-21/+60
2019-11-07mtd: spi-nor: Print debug info inside Reg Ops methodsTudor Ambarus-42/+127
2019-11-07mtd: spi-nor: Use dev_dbg insted of dev_err for low level infoTudor Ambarus-21/+21
2019-11-02mtd: spi-nor: fix silent truncation in spi_nor_read_raw()Sergei Shtylyov-1/+1
2019-11-02mtd: spi-nor: fix silent truncation in spi_nor_read()Sergei Shtylyov-1/+1
2019-11-02mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flashMika Westerberg-0/+1
2019-11-02mtd: spi-nor: Print device info in case of errorTudor Ambarus-2/+2
2019-11-01mtd: spi-nor: Constify data to write to the Status RegisterTudor Ambarus-2/+2
2019-11-01mtd: spi-nor: Fix retlen handling in sst_write()Tudor Ambarus-4/+5
2019-11-01mtd: spi-nor: Drop redundant error reports in Reg Ops callersTudor Ambarus-40/+10
2019-11-01mtd: spi-nor: Pointer parameter for CR in spi_nor_read_cr()Tudor Ambarus-25/+30
2019-11-01mtd: spi-nor: Pointer parameter for FSR in spi_nor_read_fsr()Tudor Ambarus-18/+20
2019-11-01mtd: spi-nor: Pointer parameter for SR in spi_nor_read_sr()Tudor Ambarus-53/+64
2019-11-01mtd: spi-nor: Don't overwrite errno from Reg OpsTudor Ambarus-7/+6
2019-11-01mtd: spi-nor: Drop explicit cast to int to already int valueTudor Ambarus-9/+6
2019-11-01mtd: spi-nor: Stop compare with negative in Reg Ops methodsTudor Ambarus-10/+13
2019-11-01mtd: spi-nor: Group all Reg Ops to avoid forward declarationsTudor Ambarus-213/+213
2019-11-01mtd: spi-nor: Drop duplicated new lineTudor Ambarus-1/+0
2019-11-01mtd: spi-nor: Prepend spi_nor_ to all Reg Ops methodsTudor Ambarus-54/+56
2019-10-30mtd: rawnand: remove unecessary checking if dmac is NULLPiotr Sroka-2/+2
2019-10-29mtd: rawnand: cadence: Remove dev_err() on platform_get_irq() failureYueHaibing-3/+2
2019-10-29mtd: rawnand: mxic: Remove dev_err() on platform_get_irq() failureYueHaibing-3/+1
2019-10-29mtd: rawnand: brcmnand: Fix NULL pointer assignmentFlorian Fainelli-1/+1
2019-10-29mtd: rawnand: denali: remove the old unified controller/chip DT supportMasahiro Yamada-51/+4
2019-10-29mtd: spear_smi: Fix Write Burst modeMiquel Raynal-1/+37
2019-10-29mtd: physmap_of: add a hook for Intel IXP4xx flash probingLinus Walleij-0/+166
2019-10-29mtd: maps: l440gx: Avoid printing address to dmesgFuqian Huang-1/+1
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann-33/+3
2019-10-23mtd: spi-nor: cadence-quadspi: Fix cqspi_command_read() definitionTudor Ambarus-8/+7
2019-10-23mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'Tudor Ambarus-96/+136
2019-10-23mtd: spi-nor: hisi-sfc: Drop nor->erase NULL assignmentTudor Ambarus-1/+0
2019-10-23mtd: spi-nor: add support for en25qh16DENG Qingfang-0/+2
2019-10-23mtd: spi-nor: intel-spi: add support for Intel Cannon Lake SPI flashJethro Beekman-0/+16