summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/core.h
AgeCommit message (Expand)Author
2022-05-09mtd: spi-nor: expose internal parameters via debugfsMichael Walle
2022-05-09mtd: spi-nor: export spi_nor_hwcaps_pp2cmd()Michael Walle
2022-05-02mtd: spi-nor: move spi_nor_write_ear() to winbond moduleMichael Walle
2022-04-29mtd: spi-nor: amend the rdsr dummy cycles documentationMichael Walle
2022-04-27mtd: spi-nor: Introduce templates for SPI NOR operationsTudor Ambarus
2022-04-27mtd: spi-nor: core: Add helpers to read/write any registerTudor Ambarus
2022-04-27mtd: spi-nor: core: Introduce method for RDID opTudor Ambarus
2022-02-25mtd: spi-nor: renumber flagsMichael Walle
2022-02-25mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flagMichael Walle
2022-02-25mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flagMichael Walle
2022-02-25mtd: spi-nor: move all xilinx specifics into xilinx.cMichael Walle
2022-02-25mtd: spi-nor: guard _page_size parameter in S3AN_INFO()Michael Walle
2022-02-25mtd: spi-nor: export more functions to be used in vendor modulesMichael Walle
2022-02-25mtd: spi-nor: allow a flash to define its own ready() functionMichael Walle
2022-02-25mtd: spi-nor: slightly refactor the spi_nor_setup()Michael Walle
2021-12-07mtd: spi-nor: Rework the flash_info flagsTudor Ambarus
2021-12-07mtd: spi-nor: core: Introduce flash_info mfr_flagsTudor Ambarus
2021-12-07mtd: spi-nor: Introduce spi_nor_set_mtd_info()Tudor Ambarus
2021-11-17mtd: spi-nor: core: Introduce the late_init() hookTudor Ambarus
2021-11-17mtd: spi-nor: core: Use container_of to get the pointer to struct spi_norTudor Ambarus
2021-11-17mtd: spi-nor: core: Fix spi_nor_flash_parameter otp descriptionTudor Ambarus
2021-06-15mtd: spi-nor: add initial sysfs supportMichael Walle
2021-06-15mtd: spi-nor: sfdp: save a copy of the SFDP dataMichael Walle
2021-06-09mtd: spi-nor: otp: implement erase for Winbond and similar flashesMichael Walle
2021-04-16mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus
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: Get rid of duplicated argument in spi_nor_parse_sfdp()Tudor Ambarus
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
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: core: Allow flashes to specify MTD writesizePratyush Yadav
2020-11-09mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPTPratyush 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: sfdp: parse xSPI Profile 1.0 tablePratyush Yadav
2020-11-09mtd: spi-nor: add support for DTR protocolPratyush Yadav
2020-09-14Revert "mtd: spi-nor: Add capability to disable flash quad mode"Yicong Yang
2020-07-13mtd: spi-nor: Add capability to disable flash quad modeYicong Yang
2020-03-24mtd: spi-nor: Add SR 4bit block protection supportJungseung Lee
2020-03-17mtd: spi-nor: Trim what is exposed in spi-nor.hTudor Ambarus
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