summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/sfdp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi-nor: core: get rid of SNOR_OVERLAID_REGION flagTakahiro Kuwano2024-02-261-6/+1
* mtd: spi-nor: core: get rid of SNOR_LAST_REGION flagTakahiro Kuwano2024-02-261-12/+6
* mtd: spi-nor: core: rework struct spi_nor_erase_regionTakahiro Kuwano2024-02-261-17/+13
* mtd: spi-nor: sfdp: get the 1-1-8 and 1-8-8 protocol from SFDPJaimeLiao2023-12-201-0/+29
* mtd: spi-nor: sfdp: Add support for SCCR map for multi-chip deviceTakahiro Kuwano2023-04-081-0/+66
* mtd: spi-nor: Extract volatile register offset from SCCR mapTakahiro Kuwano2023-04-081-0/+13
* mtd: spi-nor: Allow post_sfdp hook to return errorsTudor Ambarus2023-04-081-5/+12
* mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP dataTudor Ambarus2023-04-041-0/+11
* mtd: spi-nor: Sort headers alphabeticallyTudor Ambarus2023-02-061-1/+1
* mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_typeLouis Rannou2023-02-061-2/+2
* mtd: spi-nor: sfdp: Use SFDP_DWORD() macro for optional parameter tablesTakahiro Kuwano2022-12-261-12/+16
* mtd: spi-nor: sfdp: Rename BFPT_DWORD() macro to SFDP_DWORD()Takahiro Kuwano2022-12-261-22/+22
* mtd: spi-nor: sfdp: Fix index value for SCCR dwordsTakahiro Kuwano2022-12-261-1/+1
* mtd: spi-nor: Fix formatting in spi_nor_read_raw() kerneldoc commentJonathan Neuschäfer2022-11-211-2/+1
* mtd: spi-nor: add generic flash driverMichael Walle2022-11-211-0/+27
* mtd: spi-nor: sfdp: Update params->hwcaps.mask at xSPI profile 1.0 table parseTakahiro Kuwano2022-10-251-0/+7
* mtd: spi-nor: core: Track flash's internal address modeTudor Ambarus2022-07-281-1/+3
* mtd: spi-nor: Do not change nor->addr_nbytes at SFDP parsing timeTudor Ambarus2022-07-281-4/+4
* mtd: spi-nor: s/addr_width/addr_nbytesTudor Ambarus2022-07-281-16/+16
* mtd: spi-nor: core: Call spi_nor_post_sfdp_fixups() only when SFDP is definedTudor Ambarus2021-12-071-0/+20
* mtd: spi-nor: sfdp: save a copy of the SFDP dataMichael Walle2021-06-151-0/+58
* mtd: spi-nor: Get rid of duplicated argument in spi_nor_parse_sfdp()Tudor Ambarus2021-03-151-45/+27
* mtd: spi-nor: sfdp: Fix last erase region markingTakahiro Kuwano2021-02-051-2/+1
* mtd: spi-nor: sfdp: Fix wrong erase type bitmask for overlaid regionTakahiro Kuwano2021-02-051-1/+1
* mtd: spi-nor: Fix multiple typosJonathan Neuschäfer2020-12-071-1/+1
* mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPTPratyush Yadav2020-11-091-0/+4
* mtd: spi-nor: Parse SFDP SCCR MapTudor Ambarus2020-11-091-0/+48
* mtd: spi-nor: sfdp: parse xSPI Profile 1.0 tablePratyush Yadav2020-11-091-0/+91
* mtd: spi-nor: sfdp: get command opcode extension type from BFPTPratyush Yadav2020-11-091-0/+18
* mtd: spi-nor: add support for DTR protocolPratyush Yadav2020-11-091-1/+8
* mtd: spi-nor: sfdp: do not make invalid quad enable fatalPratyush Yadav2020-07-131-1/+2
* mtd: spi-nor: winbond: Fix 4-byte opcode support for w25q256Mantas Pucka2020-05-311-4/+0
* mtd: spi-nor: sfdp: add/use local variable in spi_nor_parse_bfpt()Sergei Shtylyov2020-05-311-11/+11
* mtd: spi-nor: sfdp: prepare BFPT parsing for JESD216 rev DPratyush Yadav2020-05-301-1/+6
* mtd: spi-nor: sfdp: default to addr_width of 3 for configurable widthsPratyush Yadav2020-05-301-0/+1
* mtd: Convert fallthrough comments into statementsMiquel Raynal2020-03-301-1/+0
* mtd: spi-nor: Trim what is exposed in spi-nor.hTudor Ambarus2020-03-171-0/+10
* mtd: spi-nor: Move SFDP logic out of the coreTudor Ambarus2020-03-161-0/+1195