summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/core.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-28mtd: spi-nor: Fix SPI NOR acronymTudor Ambarus1-2/+2
2020-04-29mtd: spi-nor: Fix description of the sr_ready() return valueTudor Ambarus1-4/+4
2020-04-29mtd: spi-nor: Uniformize the return value in spi_nor_*_ready()Tudor Ambarus1-1/+1
2020-04-28mtd: spi-nor: core: fix kernel-doc typo for spi_nor_[{info|sfdp}_]init_params()Sergei Shtylyov1-3/+3
2020-04-28mtd: spi-nor: core: fix kernel-doc typo for spi_nor_manufacturer_init_params()Sergei Shtylyov1-1/+1
2020-03-24mtd: spi-nor: Add SR 4bit block protection supportJungseung Lee1-18/+48
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: 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 Ambarus1-32/+54
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 Brezillon1-3/+1
2020-03-17mtd: spi-nor: Move Xilinx bits out of core.cBoris Brezillon1-75/+1
2020-03-17mtd: spi-nor: Move Catalyst bits out of core.cBoris Brezillon1-7/+1
2020-03-17mtd: spi-nor: Move Winbond bits out of core.cBoris Brezillon1-114/+1
2020-03-17mtd: spi-nor: Move SST bits out of core.cBoris Brezillon1-120/+3
2020-03-17mtd: spi-nor: Move Spansion bits out of core.cBoris Brezillon1-58/+1
2020-03-17mtd: spi-nor: Move Micron/ST bits out of core.cBoris Brezillon1-120/+2
2020-03-17mtd: spi-nor: Move Macronix bits out of core.cBoris Brezillon1-68/+1
2020-03-17mtd: spi-nor: Move ISSI bits out of core.cBoris Brezillon1-65/+1
2020-03-17mtd: spi-nor: Move Intel bits out of core.cBoris Brezillon1-14/+1
2020-03-17mtd: spi-nor: Move GigaDevice bits out of core.cBoris Brezillon1-59/+1
2020-03-17mtd: spi-nor: Move Fujitsu bits out of core.cBoris Brezillon1-3/+1
2020-03-17mtd: spi-nor: Move Everspin bits out of core.cBoris Brezillon1-6/+1
2020-03-17mtd: spi-nor: Move ESMT bits out of core.cBoris Brezillon1-5/+1
2020-03-17mtd: spi-nor: Move Eon bits out of core.cBoris Brezillon1-17/+1
2020-03-17mtd: spi-nor: Move Atmel bits out of core.cBoris Brezillon1-29/+3
2020-03-17mtd: spi-nor: Add the concept of SPI NOR manufacturer driverBoris Brezillon1-11/+67
2020-03-17mtd: spi-nor: Expose stuctures and functions to manufacturer driversBoris Brezillon1-158/+11
2020-03-16mtd: spi-nor: Move SFDP logic out of the coreTudor Ambarus1-1296/+19
2020-03-16mtd: spi-nor: Prepare core / manufacturer code splitBoris Brezillon1-0/+5513