summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/core.c
AgeCommit message (Expand)Author
2021-02-05mtd: spi-nor: sst: Add support for Global Unlock on sst26vfTudor Ambarus
2021-02-05mtd: spi-nor: Add Global Block Unlock commandTudor Ambarus
2021-02-05mtd: spi-nor: core: Add erase size check for erase command initializationTakahiro Kuwano
2021-02-05mtd: spi-nor: core: Fix erase type discovery for overlaid regionTakahiro Kuwano
2020-12-07mtd: spi-nor: keep lock bits if they are non-volatileMichael Walle
2020-12-07mtd: spi-nor: atmel: fix unlock_all() for AT25FS010/040Michael Walle
2020-12-07mtd: spi-nor: ignore errors in spi_nor_unlock_all()Michael Walle
2020-12-07mtd: spi-nor: core: Allow flashes to specify MTD writesizePratyush Yadav
2020-12-07mtd: spi-nor: Fix multiple typosJonathan Neuschäfer
2020-11-09mtd: spi-nor: core: disable Octal DTR mode on suspend.Pratyush Yadav
2020-11-09mtd: spi-nor: core: perform a Soft Reset on shutdownPratyush Yadav
2020-11-09mtd: spi-nor: core: enable octal DTR mode when possiblePratyush Yadav
2020-11-09mtd: spi-nor: Introduce SNOR_F_IO_MODE_EN_VOLATILETudor Ambarus
2020-11-09mtd: spi-nor: core: do 2 byte reads for SR and FSR in DTR modePratyush Yadav
2020-11-09mtd: spi-nor: core: use dummy cycle and address width info from SFDPPratyush Yadav
2020-11-09mtd: spi-nor: sfdp: parse xSPI Profile 1.0 tablePratyush Yadav
2020-11-09mtd: spi-nor: add support for DTR protocolPratyush Yadav
2020-11-09mtd: spi-nor: add spi_nor_controller_ops_{read_reg, write_reg, erase}()Pratyush Yadav
2020-11-09mtd: spi-nor: core: use EOPNOTSUPP instead of ENOTSUPPPratyush Yadav
2020-10-28mtd: spi-nor: Fix address width on flash chips > 16MBBert Vermeulen
2020-10-28mtd: spi-nor: Don't copy self-pointing struct aroundAlexander Sverdlin
2020-09-14Revert "mtd: spi-nor: Add capability to disable flash quad mode"Yicong Yang
2020-09-14Revert "mtd: spi-nor: Disable the flash quad mode in spi_nor_restore()"Yicong Yang
2020-07-13mtd: spi-nor: Disable the flash quad mode in spi_nor_restore()Yicong Yang
2020-07-13mtd: spi-nor: Add capability to disable flash quad modeYicong Yang
2020-05-28mtd: spi-nor: Fix SPI NOR acronymTudor Ambarus
2020-04-29mtd: spi-nor: Fix description of the sr_ready() return valueTudor Ambarus
2020-04-29mtd: spi-nor: Uniformize the return value in spi_nor_*_ready()Tudor Ambarus
2020-04-28mtd: spi-nor: core: fix kernel-doc typo for spi_nor_[{info|sfdp}_]init_params()Sergei Shtylyov
2020-04-28mtd: spi-nor: core: fix kernel-doc typo for spi_nor_manufacturer_init_params()Sergei Shtylyov
2020-03-24mtd: spi-nor: Add SR 4bit block protection supportJungseung Lee
2020-03-24mtd: spi-nor: Add generic formula for SR block protection handlingJungseung Lee
2020-03-24mtd: spi-nor: Set all BP bits to one when lock_len == mtd->sizeTudor Ambarus
2020-03-23mtd: spi-nor: Clear WEL bit when erase or program errors occurTudor Ambarus
2020-03-17mtd: spi-nor: Trim what is exposed in spi-nor.hTudor Ambarus
2020-03-17mtd: spi-nor: Drop the MFR definitionsTudor Ambarus
2020-03-17mtd: spi-nor: Get rid of the now empty spi_nor_ids[] tableBoris Brezillon
2020-03-17mtd: spi-nor: Move XMC bits out of core.cBoris Brezillon
2020-03-17mtd: spi-nor: Move Xilinx bits out of core.cBoris Brezillon
2020-03-17mtd: spi-nor: Move Catalyst bits out of core.cBoris Brezillon
2020-03-17mtd: spi-nor: Move Winbond bits out of core.cBoris Brezillon
2020-03-17mtd: spi-nor: Move SST bits out of core.cBoris Brezillon
2020-03-17mtd: spi-nor: Move Spansion bits out of core.cBoris Brezillon
2020-03-17mtd: spi-nor: Move Micron/ST bits out of core.cBoris Brezillon
2020-03-17mtd: spi-nor: Move Macronix bits out of core.cBoris Brezillon
2020-03-17mtd: spi-nor: Move ISSI bits out of core.cBoris Brezillon
2020-03-17mtd: spi-nor: Move Intel bits out of core.cBoris Brezillon
2020-03-17mtd: spi-nor: Move GigaDevice bits out of core.cBoris Brezillon
2020-03-17mtd: spi-nor: Move Fujitsu bits out of core.cBoris Brezillon
2020-03-17mtd: spi-nor: Move Everspin bits out of core.cBoris Brezillon