summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/core.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi-nor: Add SR 4bit block protection supportJungseung Lee2020-03-241-18/+48
* 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: 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-171-32/+54
* 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-171-3/+1
* mtd: spi-nor: Move Xilinx bits out of core.cBoris Brezillon2020-03-171-75/+1
* mtd: spi-nor: Move Catalyst bits out of core.cBoris Brezillon2020-03-171-7/+1
* mtd: spi-nor: Move Winbond bits out of core.cBoris Brezillon2020-03-171-114/+1
* mtd: spi-nor: Move SST bits out of core.cBoris Brezillon2020-03-171-120/+3
* mtd: spi-nor: Move Spansion bits out of core.cBoris Brezillon2020-03-171-58/+1
* mtd: spi-nor: Move Micron/ST bits out of core.cBoris Brezillon2020-03-171-120/+2
* mtd: spi-nor: Move Macronix bits out of core.cBoris Brezillon2020-03-171-68/+1
* mtd: spi-nor: Move ISSI bits out of core.cBoris Brezillon2020-03-171-65/+1
* mtd: spi-nor: Move Intel bits out of core.cBoris Brezillon2020-03-171-14/+1
* mtd: spi-nor: Move GigaDevice bits out of core.cBoris Brezillon2020-03-171-59/+1
* mtd: spi-nor: Move Fujitsu bits out of core.cBoris Brezillon2020-03-171-3/+1
* mtd: spi-nor: Move Everspin bits out of core.cBoris Brezillon2020-03-171-6/+1
* mtd: spi-nor: Move ESMT bits out of core.cBoris Brezillon2020-03-171-5/+1
* mtd: spi-nor: Move Eon bits out of core.cBoris Brezillon2020-03-171-17/+1
* mtd: spi-nor: Move Atmel bits out of core.cBoris Brezillon2020-03-171-29/+3
* mtd: spi-nor: Add the concept of SPI NOR manufacturer driverBoris Brezillon2020-03-171-11/+67
* mtd: spi-nor: Expose stuctures and functions to manufacturer driversBoris Brezillon2020-03-171-158/+11
* mtd: spi-nor: Move SFDP logic out of the coreTudor Ambarus2020-03-161-1296/+19
* mtd: spi-nor: Prepare core / manufacturer code splitBoris Brezillon2020-03-161-0/+5513