aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mtd/spi-nor (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-09mtd: spi-nor: Compile files in controllers/ directoryGuenter Roeck1-0/+2
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal2-2/+1
2020-03-24mtd: spi-nor: Enable locking for n25q512ax3/n25q512aJungseung Lee1-2/+6
2020-03-24mtd: spi-nor: Add SR 4bit block protection supportJungseung Lee2-18/+58
2020-03-24mtd: spi-nor: Add generic formula for SR block protection handlingJungseung Lee1-31/+41
2020-03-24mtd: spi-nor: Set all BP bits to one when lock_len == mtd->sizeTudor Ambarus1-7/+13
2020-03-23mtd: spi-nor: controllers: aspeed-smc: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-23mtd: spi-nor: Clear WEL bit when erase or program errors occurTudor Ambarus1-0/+22
2020-03-17mtd: spi-nor: Trim what is exposed in spi-nor.hTudor Ambarus10-42/+288
2020-03-17mtd: spi-nor: Drop the MFR definitionsTudor Ambarus1-2/+0
2020-03-17mtd: spi-nor: Get rid of the now empty spi_nor_ids[] tableBoris Brezillon1-25/+0
2020-03-17mtd: spi-nor: Move XMC bits out of core.cBoris Brezillon4-3/+26
2020-03-17mtd: spi-nor: Move Xilinx bits out of core.cBoris Brezillon4-86/+98
2020-03-17mtd: spi-nor: Move Catalyst bits out of core.cBoris Brezillon4-7/+32
2020-03-17mtd: spi-nor: Move Winbond bits out of core.cBoris Brezillon4-114/+115
2020-03-17mtd: spi-nor: Move SST bits out of core.cBoris Brezillon4-120/+156
2020-03-17mtd: spi-nor: Move Spansion bits out of core.cBoris Brezillon4-58/+98
2020-03-17mtd: spi-nor: Move Micron/ST bits out of core.cBoris Brezillon4-120/+158
2020-03-17mtd: spi-nor: Move Macronix bits out of core.cBoris Brezillon4-68/+101
2020-03-17mtd: spi-nor: Move ISSI bits out of core.cBoris Brezillon4-65/+86
2020-03-17mtd: spi-nor: Move Intel bits out of core.cBoris Brezillon4-14/+35
2020-03-17mtd: spi-nor: Move GigaDevice bits out of core.cBoris Brezillon4-59/+62
2020-03-17mtd: spi-nor: Move Fujitsu bits out of core.cBoris Brezillon4-3/+23
2020-03-17mtd: spi-nor: Move Everspin bits out of core.cBoris Brezillon4-6/+30
2020-03-17mtd: spi-nor: Move ESMT bits out of core.cBoris Brezillon4-5/+28
2020-03-17mtd: spi-nor: Move Eon bits out of core.cBoris Brezillon4-17/+37
2020-03-17mtd: spi-nor: Move Atmel bits out of core.cBoris Brezillon4-29/+53
2020-03-17mtd: spi-nor: Add the concept of SPI NOR manufacturer driverBoris Brezillon2-11/+81
2020-03-17mtd: spi-nor: Expose stuctures and functions to manufacturer driversBoris Brezillon2-158/+169
2020-03-16mtd: spi-nor: Move SFDP logic out of the coreTudor Ambarus5-1297/+1349
2020-03-16mtd: spi-nor: Prepare core / manufacturer code splitBoris Brezillon13-81/+86
2020-03-16mtd: spi-nor: Emphasise which is the generic set_4byte_addr_mode() methodTudor Ambarus1-16/+18
2020-03-16mtd: spi-nor: Stop prefixing generic functions with a manufacturer nameBoris Brezillon1-35/+35
2020-03-13Merge tag 'mtk-mtd-spi-move' into spi-nor/nextTudor Ambarus3-574/+0
2020-03-11mtd: spi-nor: remove mtk-quadspi driverChuanhong Guo3-574/+0
2020-02-27mtd: spi-nor: Refactor spi_nor_read_id()Jonathan Neuschäfer1-14/+12
2020-02-19mtd: spi-nor: use spi-mem dirmap APISergei Shtylyov1-10/+84
2020-02-19mtd: spi-nor: split spi_nor_spimem_xfer_data()Sergei Shtylyov1-39/+48
2020-02-17mtd: spi-nor: introduce SR_BP_SHIFT defineJungseung Lee1-6/+5
2020-02-17mtd: spi-nor: use le32_to_cpu_array()Sergei Shtylyov1-7/+4
2020-01-30Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds6-45/+102
2020-01-27Merge tag 'nand/for-5.6' into mtd/nextMiquel Raynal1-0/+1
2020-01-19mtd: spi-nor: Add support for at25sl321Michael Walle1-0/+3
2020-01-19mtd: spi-nor: Add support for w25q32jwmMichael Walle1-0/+5
2020-01-17mtd: spi-nor: Fix quad enable for Spansion like flashesMichael Walle1-0/+2
2020-01-17mtd: spi-nor: Fix selection of 4-byte addressing opcodes on SpansionVignesh Raghavendra1-3/+1
2020-01-14mtd: spi-nor: remove unused enum spi_nor_opsMichael Walle4-24/+24
2020-01-13mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-V SPI serial flashMika Westerberg1-0/+1
2020-01-10mtd: spi-nor: hisi-sfc: Try to provide some clarity on which SFC we areJohn Garry2-3/+3
2020-01-10mtd: spi-nor: Add support for sst26vf016bJoseph Kust1-0/+2