summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/spi-nor.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi-nor: Prepare core / manufacturer code splitBoris Brezillon2020-03-161-5513/+0
* mtd: spi-nor: Emphasise which is the generic set_4byte_addr_mode() methodTudor Ambarus2020-03-161-16/+18
* mtd: spi-nor: Stop prefixing generic functions with a manufacturer nameBoris Brezillon2020-03-161-35/+35
* mtd: spi-nor: Refactor spi_nor_read_id()Jonathan Neuschäfer2020-02-271-14/+12
* mtd: spi-nor: use spi-mem dirmap APISergei Shtylyov2020-02-191-10/+84
* mtd: spi-nor: split spi_nor_spimem_xfer_data()Sergei Shtylyov2020-02-191-39/+48
* mtd: spi-nor: introduce SR_BP_SHIFT defineJungseung Lee2020-02-171-6/+5
* mtd: spi-nor: use le32_to_cpu_array()Sergei Shtylyov2020-02-171-7/+4
* Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2020-01-301-36/+91
|\
| * Merge tag 'nand/for-5.6' into mtd/nextMiquel Raynal2020-01-271-0/+1
| |\
| * | mtd: spi-nor: Add support for at25sl321Michael Walle2020-01-191-0/+3
| * | mtd: spi-nor: Add support for w25q32jwmMichael Walle2020-01-191-0/+5
| * | mtd: spi-nor: remove unused enum spi_nor_opsMichael Walle2020-01-141-18/+18
| * | mtd: spi-nor: Add support for sst26vf016bJoseph Kust2020-01-101-0/+2
| * | mtd: spi-nor: Add support for mx25r3235fDavid Bauer2019-12-231-0/+2
| * | mtd: spi-nor: Add USE_FSR flag for n25q* entriesVignesh Raghavendra2019-12-231-5/+10
| * | mtd: spi-nor: Add entries for mt25q variantsVignesh Raghavendra2019-12-231-0/+9
| * | mtd: spi-nor: Split mt25qu512a (n25q512a) entry into twoVignesh Raghavendra2019-12-231-4/+5
| * | mtd: spi-nor: add Gigadevice gd25lq128d supportJerome Brunet2019-12-231-0/+5
| * | mtd: spi-nor: Fix wrong TB selection of GD25Q256Jungseung Lee2019-12-231-1/+2
| * | mtd: spi-nor: Support TB selection using SR bit 6Jungseung Lee2019-12-231-7/+27
| * | mtd: spi-nor: Rename SR_TB to indicate the bit usedJungseung Lee2019-12-231-5/+5
| * | mtd: spi-nor: fix typo of "JESB216" in commentJungseung Lee2019-12-231-1/+1
| * | mtd: spi-nor: Add 4B_OPCODES flag to w25q256Robert Marko2019-12-231-1/+3
* | | 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: 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