summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi-nor: winbond: Fix 4-byte opcode support for w25q256Mantas Pucka2020-05-313-6/+33
* mtd: spi-nor: sfdp: add/use local variable in spi_nor_parse_bfpt()Sergei Shtylyov2020-05-311-11/+11
* mtd: spi-nor: sfdp: prepare BFPT parsing for JESD216 rev DPratyush Yadav2020-05-302-3/+9
* mtd: spi-nor: sfdp: default to addr_width of 3 for configurable widthsPratyush Yadav2020-05-301-0/+1
* mtd: spi-nor: Add support for Cypress cy15x104qSascha Hauer2020-05-281-0/+2
* mtd: spi-nor: Fix SPI NOR acronymTudor Ambarus2020-05-286-9/+9
* mtd: spi-nor: spansion: Differentiate between s25fl256s and s25fs256sTudor Ambarus2020-05-281-6/+12
* mtd: spi-nor: Add support for s25fs128s1Yicong Yang2020-05-281-0/+3
* mtd: spi-nor: spansion: fix writes on S25FS512SSergei Shtylyov2020-05-281-2/+23
* mtd: spi-nor: Fix description of the sr_ready() return valueTudor Ambarus2020-04-291-4/+4
* mtd: spi-nor: Uniformize the return value in spi_nor_*_ready()Tudor Ambarus2020-04-291-1/+1
* mtd: spi-nor: micron-st: Enable locking for n25q00Jungseung Lee2020-04-291-0/+2
* mtd: spi-nor: macronix: Add support for mx25u51245gMason Yang2020-04-281-0/+3
* mtd: spi-nor: macronix: Add support for mx25l51245gMason Yang2020-04-281-0/+3
* mtd: spi-nor: core: fix kernel-doc typo for spi_nor_[{info|sfdp}_]init_params()Sergei Shtylyov2020-04-281-3/+3
* mtd: spi-nor: core: fix kernel-doc typo for spi_nor_manufacturer_init_params()Sergei Shtylyov2020-04-281-1/+1
* mtd: spi-nor: Enable locking for n25q128a11Xiang Chen2020-04-211-1/+3
* mtd: spi-nor: spansion: Enable dual and quad read for s25fl256s0Takahiro Kuwano2020-04-201-1/+3
* mtd: spi-nor: Compile files in controllers/ directoryGuenter Roeck2020-04-091-0/+2
* mtd: Convert fallthrough comments into statementsMiquel Raynal2020-03-302-2/+1
* mtd: spi-nor: Enable locking for n25q512ax3/n25q512aJungseung Lee2020-03-241-2/+6
* mtd: spi-nor: Add SR 4bit block protection supportJungseung Lee2020-03-242-18/+58
* mtd: spi-nor: Add generic formula for SR block protection handlingJungseung Lee2020-03-241-31/+41
* mtd: spi-nor: Set all BP bits to one when lock_len == mtd->sizeTudor Ambarus2020-03-241-7/+13
* mtd: spi-nor: controllers: aspeed-smc: Replace zero-length array with flexibl...Gustavo A. R. Silva2020-03-231-1/+1
* mtd: spi-nor: Clear WEL bit when erase or program errors occurTudor Ambarus2020-03-231-0/+22
* mtd: spi-nor: Trim what is exposed in spi-nor.hTudor Ambarus2020-03-1710-42/+288
* mtd: spi-nor: Drop the MFR definitionsTudor Ambarus2020-03-171-2/+0
* mtd: spi-nor: Get rid of the now empty spi_nor_ids[] tableBoris Brezillon2020-03-171-25/+0
* mtd: spi-nor: Move XMC bits out of core.cBoris Brezillon2020-03-174-3/+26
* mtd: spi-nor: Move Xilinx bits out of core.cBoris Brezillon2020-03-174-86/+98
* mtd: spi-nor: Move Catalyst bits out of core.cBoris Brezillon2020-03-174-7/+32
* mtd: spi-nor: Move Winbond bits out of core.cBoris Brezillon2020-03-174-114/+115
* mtd: spi-nor: Move SST bits out of core.cBoris Brezillon2020-03-174-120/+156
* mtd: spi-nor: Move Spansion bits out of core.cBoris Brezillon2020-03-174-58/+98
* mtd: spi-nor: Move Micron/ST bits out of core.cBoris Brezillon2020-03-174-120/+158
* mtd: spi-nor: Move Macronix bits out of core.cBoris Brezillon2020-03-174-68/+101
* mtd: spi-nor: Move ISSI bits out of core.cBoris Brezillon2020-03-174-65/+86
* mtd: spi-nor: Move Intel bits out of core.cBoris Brezillon2020-03-174-14/+35
* mtd: spi-nor: Move GigaDevice bits out of core.cBoris Brezillon2020-03-174-59/+62
* mtd: spi-nor: Move Fujitsu bits out of core.cBoris Brezillon2020-03-174-3/+23
* mtd: spi-nor: Move Everspin bits out of core.cBoris Brezillon2020-03-174-6/+30
* mtd: spi-nor: Move ESMT bits out of core.cBoris Brezillon2020-03-174-5/+28
* mtd: spi-nor: Move Eon bits out of core.cBoris Brezillon2020-03-174-17/+37
* mtd: spi-nor: Move Atmel bits out of core.cBoris Brezillon2020-03-174-29/+53
* mtd: spi-nor: Add the concept of SPI NOR manufacturer driverBoris Brezillon2020-03-172-11/+81
* mtd: spi-nor: Expose stuctures and functions to manufacturer driversBoris Brezillon2020-03-172-158/+169
* mtd: spi-nor: Move SFDP logic out of the coreTudor Ambarus2020-03-165-1297/+1349
* mtd: spi-nor: Prepare core / manufacturer code splitBoris Brezillon2020-03-1613-81/+86
* mtd: spi-nor: Emphasise which is the generic set_4byte_addr_mode() methodTudor Ambarus2020-03-161-16/+18