summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/core.c
AgeCommit message (Expand)Author
2021-12-29mtd: spi-nor: Remove debugfs entries that duplicate sysfs entriesTudor Ambarus
2021-12-23mtd: spi-nor: core: use 2 data bytes for template opsPratyush Yadav
2021-12-23mtd: spi-nor: core: Remove reference to spi-nor.cFlavio Suligoi
2021-12-07mtd: spi-nor: core: Move spi_nor_set_addr_width() in spi_nor_setup()Tudor Ambarus
2021-12-07mtd: spi-nor: core: Init all flash parameters based on SFDP where possibleTudor Ambarus
2021-12-07mtd: spi-nor: Introduce spi_nor_init_fixup_flags()Tudor Ambarus
2021-12-07mtd: spi-nor: Introduce spi_nor_init_flags()Tudor Ambarus
2021-12-07mtd: spi-nor: Rework the flash_info flagsTudor Ambarus
2021-12-07mtd: spi-nor: core: Call spi_nor_post_sfdp_fixups() only when SFDP is definedTudor Ambarus
2021-12-07mtd: spi-nor: Introduce spi_nor_set_mtd_info()Tudor Ambarus
2021-12-07mtd: spi-nor: core: Don't use mtd_info in the NOR's probe sequence of callsTudor Ambarus
2021-11-17mtd: spi-nor: core: Introduce the late_init() hookTudor Ambarus
2021-11-17mtd: spi-nor: Get rid of nor->page_sizeTudor Ambarus
2021-11-17mtd: spi-nor: core: Use container_of to get the pointer to struct spi_norTudor Ambarus
2021-06-21mtd: spi-nor: remove redundant continue statementColin Ian King
2021-06-15mtd: spi-nor: add initial sysfs supportMichael Walle
2021-06-09mtd: spi-nor: otp: implement erase for Winbond and similar flashesMichael Walle
2021-05-26mtd: spi-nor: Add documentation for spi_nor_soft_reset()Pratyush Yadav
2021-04-11mtd: spi-nor: core: Fix an issue of releasing resources during read/writeXiang Chen
2021-04-02mtd: spi-nor: implement OTP support for Winbond and similar flashesMichael Walle
2021-04-02mtd: spi-nor: add OTP supportMichael Walle
2021-03-31mtd: spi-nor: Move Software Write Protection logic out of the coreTudor Ambarus
2021-03-15mtd: spi-nor: core: Update comment about the default flash parametersTudor Ambarus
2021-03-15mtd: spi-nor: Get rid of duplicated argument in spi_nor_parse_sfdp()Tudor Ambarus
2021-03-15mtd: spi-nor: core: Add vdbg msg for spi_nor_erase_multi_sectors()Tudor Ambarus
2021-03-15mtd: spi-nor: core: Advance erase after the erase cmd has been completedTudor Ambarus
2021-03-08mtd: spi-nor: use is_power_of_2()Michael Walle
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