summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/micron-st.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi-nor: spansion: use CLPEF as an alternative to CLSRTakahiro Kuwano2023-07-261-1/+3
* mtd: spi-nor: rename method for enabling or disabling octal DTRTudor Ambarus2023-07-181-2/+2
* mtd: spi-nor: Allow post_sfdp hook to return errorsTudor Ambarus2023-04-081-1/+3
* mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP dataTudor Ambarus2023-04-041-2/+6
* mtd: spi-nor: core: Update name and description of micron_st_nor_set_4byte_ad...Tudor Ambarus2023-04-041-1/+1
* mtd: spi-nor: core: Move generic method to core - micron_st_nor_set_4byte_add...Tudor Ambarus2023-04-041-24/+0
* mtd: spi-nor: micron-st: Enable locking for mt25qu256aEliav Farber2022-11-211-0/+2
* mtd: spi-nor: micron-st.c: Replace hardcoded values for addr_nbytes/addr_mode...Tudor Ambarus2022-10-251-3/+7
* mtd: spi-nor: micron-st: Skip FSR reading if SPI controller does not support itMika Westerberg2022-07-191-2/+10
* mtd: spi-nor: micron-st: Remove status polling on volatile registers writeTudor Ambarus2022-04-271-3/+0
* mtd: spi-nor: Introduce templates for SPI NOR operationsTudor Ambarus2022-04-271-10/+14
* mtd: spi-nor: micron-st: Rework spi_nor_micron_octal_dtr_enable()Tudor Ambarus2022-04-271-51/+60
* mtd: spi-nor: manufacturers: Use spi_nor_read_id() core methodTudor Ambarus2022-04-271-10/+3
* mtd: spi-nor: micron-st: rename vendor specific functions and definesMichael Walle2022-02-251-9/+9
* mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flagMichael Walle2022-02-251-33/+60
* mtd: spi-nor: move all micron-st specifics into micron-st.cMichael Walle2022-02-251-0/+134
* mtd: spi-nor: micron-st: unify function namesMichael Walle2022-02-251-17/+17
* mtd: spi-nor: micron-st: write 2 bytes when disabling Octal DTR modePratyush Yadav2021-12-231-5/+17
* mtd: spi-nor: Constify part specific fixup hooksTudor Ambarus2021-12-231-1/+1
* mtd: spi-nor: Rework the flash_info flagsTudor Ambarus2021-12-071-99/+111
* mtd: spi-nor: Enable locking for n25q128a13Jonathan Lemon2021-10-151-1/+3
* mtd: spi-nor: micron-st: allow using MT35XU512ABA in Octal DTR modePratyush Yadav2020-11-091-1/+114
* mtd: spi-nor: micron: Add SPI_NOR_DUAL_READ flag on mt25qu02gDavid Clear2020-07-271-2/+2
* mtd: spi-nor: micron-st: Enable locking for n25q00Jungseung Lee2020-04-291-0/+2
* mtd: spi-nor: Enable locking for n25q128a11Xiang Chen2020-04-211-1/+3
* mtd: spi-nor: Enable locking for n25q512ax3/n25q512aJungseung Lee2020-03-241-2/+6
* mtd: spi-nor: Trim what is exposed in spi-nor.hTudor Ambarus2020-03-171-2/+2
* mtd: spi-nor: Move Micron/ST bits out of core.cBoris Brezillon2020-03-171-0/+153