aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-17Merge tag 'spi-nor/for-5.5' into mtd/nextMiquel Raynal8-712/+991
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-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
2019-11-07mtd: spi-nor: Check for errors after each Register OperationTudor Ambarus1-21/+60
2019-11-07mtd: spi-nor: Print debug info inside Reg Ops methodsTudor Ambarus1-42/+127
2019-11-07mtd: spi-nor: Use dev_dbg insted of dev_err for low level infoTudor Ambarus1-21/+21
2019-11-02mtd: spi-nor: fix silent truncation in spi_nor_read_raw()Sergei Shtylyov1-1/+1
2019-11-02mtd: spi-nor: fix silent truncation in spi_nor_read()Sergei Shtylyov1-1/+1
2019-11-02mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flashMika Westerberg1-0/+1
2019-11-02mtd: spi-nor: Print device info in case of errorTudor Ambarus1-2/+2
2019-11-01mtd: spi-nor: Constify data to write to the Status RegisterTudor Ambarus1-2/+2
2019-11-01mtd: spi-nor: Fix retlen handling in sst_write()Tudor Ambarus1-4/+5
2019-11-01mtd: spi-nor: Drop redundant error reports in Reg Ops callersTudor Ambarus1-40/+10
2019-11-01mtd: spi-nor: Pointer parameter for CR in spi_nor_read_cr()Tudor Ambarus1-25/+30
2019-11-01mtd: spi-nor: Pointer parameter for FSR in spi_nor_read_fsr()Tudor Ambarus1-18/+20
2019-11-01mtd: spi-nor: Pointer parameter for SR in spi_nor_read_sr()Tudor Ambarus1-53/+64
2019-11-01mtd: spi-nor: Don't overwrite errno from Reg OpsTudor Ambarus1-7/+6
2019-11-01mtd: spi-nor: Drop explicit cast to int to already int valueTudor Ambarus1-9/+6
2019-11-01mtd: spi-nor: Stop compare with negative in Reg Ops methodsTudor Ambarus1-10/+13
2019-11-01mtd: spi-nor: Group all Reg Ops to avoid forward declarationsTudor Ambarus1-213/+213
2019-11-01mtd: spi-nor: Drop duplicated new lineTudor Ambarus1-1/+0
2019-11-01mtd: spi-nor: Prepend spi_nor_ to all Reg Ops methodsTudor Ambarus1-54/+56
2019-10-23mtd: spi-nor: cadence-quadspi: Fix cqspi_command_read() definitionTudor Ambarus1-8/+7
2019-10-23mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'Tudor Ambarus7-96/+136
2019-10-23mtd: spi-nor: hisi-sfc: Drop nor->erase NULL assignmentTudor Ambarus1-1/+0
2019-10-23mtd: spi-nor: add support for en25qh16DENG Qingfang1-0/+2
2019-10-23mtd: spi-nor: intel-spi: add support for Intel Cannon Lake SPI flashJethro Beekman2-0/+16
2019-10-23mtd: spi-nor: intel-spi: support chips without software sequencerJethro Beekman1-7/+16
2019-10-08mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-10-04mtd: spi-nor: Fix direction of the write_sr() transferTudor Ambarus1-1/+1
2019-08-30mtd: spi-nor: Rename "n25q512a" to "mt25qu512a (n25q512a)"Ashish Kumar1-1/+4
2019-08-30mtd: spi-nor: Add support for mt35xu02gAshish Kumar1-0/+3