summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/spi-nor.c
AgeCommit message (Expand)Author
2020-03-16mtd: spi-nor: Prepare core / manufacturer code splitBoris Brezillon
2020-03-16mtd: spi-nor: Emphasise which is the generic set_4byte_addr_mode() methodTudor Ambarus
2020-03-16mtd: spi-nor: Stop prefixing generic functions with a manufacturer nameBoris Brezillon
2020-02-27mtd: spi-nor: Refactor spi_nor_read_id()Jonathan Neuschäfer
2020-02-19mtd: spi-nor: use spi-mem dirmap APISergei Shtylyov
2020-02-19mtd: spi-nor: split spi_nor_spimem_xfer_data()Sergei Shtylyov
2020-02-17mtd: spi-nor: introduce SR_BP_SHIFT defineJungseung Lee
2020-02-17mtd: spi-nor: use le32_to_cpu_array()Sergei Shtylyov
2020-01-30Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2020-01-27Merge tag 'nand/for-5.6' into mtd/nextMiquel Raynal
2020-01-19mtd: spi-nor: Add support for at25sl321Michael Walle
2020-01-19mtd: spi-nor: Add support for w25q32jwmMichael Walle
2020-01-17mtd: spi-nor: Fix quad enable for Spansion like flashesMichael Walle
2020-01-17mtd: spi-nor: Fix selection of 4-byte addressing opcodes on SpansionVignesh Raghavendra
2020-01-14mtd: spi-nor: remove unused enum spi_nor_opsMichael Walle
2020-01-10mtd: spi-nor: Add support for sst26vf016bJoseph Kust
2020-01-09mtd: spi-nor: Fix the writing of the Status Register on micron flashesTudor Ambarus
2019-12-23mtd: spi-nor: Add support for mx25r3235fDavid Bauer
2019-12-23mtd: spi-nor: Add USE_FSR flag for n25q* entriesVignesh Raghavendra
2019-12-23mtd: spi-nor: Add entries for mt25q variantsVignesh Raghavendra
2019-12-23mtd: spi-nor: Split mt25qu512a (n25q512a) entry into twoVignesh Raghavendra
2019-12-23mtd: spi-nor: add Gigadevice gd25lq128d supportJerome Brunet
2019-12-23mtd: spi-nor: Fix wrong TB selection of GD25Q256Jungseung Lee
2019-12-23mtd: spi-nor: Support TB selection using SR bit 6Jungseung Lee
2019-12-23mtd: spi-nor: Rename SR_TB to indicate the bit usedJungseung Lee
2019-12-23mtd: spi-nor: fix typo of "JESB216" in commentJungseung Lee
2019-12-23mtd: spi-nor: Add 4B_OPCODES flag to w25q256Robert Marko
2019-11-11mtd: spi-nor: Set default Quad Enable method for ISSI flashesSagar Shrikant Kadam
2019-11-11mtd: spi-nor: Add support for is25wp256Sagar Shrikant Kadam
2019-11-11mtd: spi-nor: Add support for w25q256jwManivannan Sadhasivam
2019-11-11mtd: spi-nor: Move condition to avoid a NULL checkTudor Ambarus
2019-11-11mtd: spi-nor: Make sure nor->spimem and nor->controller_ops are mutually excl...Tudor Ambarus
2019-11-11mtd: spi-nor: Rename Quad Enable methodsTudor Ambarus
2019-11-11mtd: spi-nor: Merge spansion Quad Enable methodsTudor Ambarus
2019-11-11mtd: spi-nor: Rename CR_QUAD_EN_SPAN to SR2_QUAD_EN_BIT1Tudor Ambarus
2019-11-11mtd: spi-nor: Extend the SR Read Back testTudor Ambarus
2019-11-11mtd: spi-nor: Rework the disabling of block write protectionTudor Ambarus
2019-11-11mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()Tudor Ambarus
2019-11-07mtd: spi-nor: Print debug message when the read back test failsTudor Ambarus
2019-11-07mtd: spi-nor: Check all the bits written, not just the BP onesTudor Ambarus
2019-11-07mtd: spi-nor: Fix errno on Quad Enable methodsTudor Ambarus
2019-11-07mtd: spi-nor: Drop spansion_quad_enable()Tudor Ambarus
2019-11-07mtd: spi-nor: Describe all the Reg OpsTudor Ambarus
2019-11-07mtd: spi-nor: Merge spi_nor_write_sr() and spi_nor_write_sr_cr()Tudor Ambarus
2019-11-07mtd: spi-nor: Move the WE and wait calls inside Write SR methodsTudor Ambarus
2019-11-07mtd: spi-nor: Void return type for spi_nor_clear_sr/fsr()Tudor Ambarus
2019-11-07mtd: spi-nor: Rename label as it is no longer genericTudor Ambarus
2019-11-07mtd: spi-nor: Check for errors after each Register OperationTudor Ambarus
2019-11-07mtd: spi-nor: Print debug info inside Reg Ops methodsTudor Ambarus
2019-11-07mtd: spi-nor: Use dev_dbg insted of dev_err for low level infoTudor Ambarus