summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-09-0313-184/+293
|\
| * Merge tag 'spi-nor/for-6.6' into mtd/nextMiquel Raynal2023-08-1813-183/+293
| |\
| | * mtd: spi-nor: nxp-spifi: Use helper function devm_clk_get_enabled()Li Zetao2023-08-181-27/+6
| | * mtd: spi-nor: Add support for sst26vf032b flashMiquel Raynal2023-08-181-0/+4
| | * mtd: spi-nor: Check bus width while setting QE bitHsin-Yi Wang2023-08-181-9/+10
| | * mtd: spi-nor: spansion: switch cypress_nor_get_page_size() to use vreg_offsetTudor Ambarus2023-07-261-65/+48
| | * mtd: spi-nor: spansion: switch s25hx_t to use vreg_offset for quad_enable()Tudor Ambarus2023-07-261-11/+7
| | * mtd: spi-nor: spansion: let SFDP determine the flash and sector sizeTudor Ambarus2023-07-261-8/+8
| | * mtd: spi-nor: spansion: add support for S28HS02GTTakahiro Kuwano2023-07-261-5/+15
| | * mtd: spi-nor: spansion: add octal DTR support in RD_ANY_REG_OPTakahiro Kuwano2023-07-261-1/+7
| | * mtd: spi-nor: spansion: add MCP support in set_octal_dtr()Takahiro Kuwano2023-07-261-14/+19
| | * mtd: spi-nor: spansion: switch h28hx's ready() to use vreg_offsetTakahiro Kuwano2023-07-261-0/+1
| | * mtd: spi-nor: spansion: switch set_octal_dtr method to use vreg_offsetTakahiro Kuwano2023-07-261-6/+19
| | * mtd: spi-nor: spansion: prepare octal dtr methods for multi chip supportTakahiro Kuwano2023-07-261-13/+37
| | * mtd: spi-nor: spansion: preserve CFR2V[7] when writing MEMLATTakahiro Kuwano2023-07-261-1/+13
| | * mtd: spi-nor: spansion: use CLPEF as an alternative to CLSRTakahiro Kuwano2023-07-2610-32/+103
| | * mtd: spi-nor: spansion: return method directlyTudor Ambarus2023-07-221-7/+1
| | * mtd: spi-nor: rename method for enabling or disabling octal DTRTudor Ambarus2023-07-184-13/+13
| | * mtd: spi-nor: Correct flags for Winbond w25q128Linus Walleij2023-07-181-2/+3
| | * mtd: spi-nor: Avoid setting SRWD bit in SR if WP# signal not connectedAmit Kumar Mahapatra2023-07-134-2/+12
| * | mtd: Explicitly include correct DT includesRob Herring2023-07-271-1/+0
| |/
* / mtd: spi-nor: avoid holes in struct spi_mem_opArnd Bergmann2023-07-271-2/+2
|/
* mtd: spi-nor: Fix divide by zero for spi-nor-generic flashesTudor Ambarus2023-05-261-1/+4
* mtd: spi-nor: spansion: make sure local struct does not contain garbageTudor Ambarus2023-05-261-2/+2
* Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-04-2514-156/+1070
|\
| * Merge tag 'spi-nor/for-6.4' into mtd/nextMiquel Raynal2023-04-1913-154/+1068
| |\
| | * mtd: spi-nor: spansion: Add support for s25hl02gt and s25hs02gtTakahiro Kuwano2023-04-081-0/+12
| | * mtd: spi-nor: spansion: Add a new ->ready() hook for multi-chip deviceTakahiro Kuwano2023-04-081-24/+85
| | * mtd: spi-nor: spansion: Rework cypress_nor_quad_enable_volatile() for multi-c...Takahiro Kuwano2023-04-081-21/+39
| | * mtd: spi-nor: spansion: Rework cypress_nor_get_page_size() for multi-chip dev...Takahiro Kuwano2023-04-081-20/+69
| | * 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-082-0/+17
| | * mtd: spi-nor: Allow post_sfdp hook to return errorsTudor Ambarus2023-04-084-10/+25
| | * mtd: spi-nor: spansion: Rename method to cypress_nor_get_page_sizeTudor Ambarus2023-04-081-6/+5
| | * mtd: spi-nor: spansion: Enable JFFS2 write buffer for S25FS256TTakahiro Kuwano2023-04-081-7/+1
| | * mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s25hx SEMPER f...Takahiro Kuwano2023-04-081-5/+2
| | * mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER f...Takahiro Kuwano2023-04-084-1/+17
| | * mtd: spi-nor: spansion: Determine current address modeTakahiro Kuwano2023-04-041-3/+128
| | * mtd: spi-nor: core: Introduce spi_nor_set_4byte_addr_mode()Tudor Ambarus2023-04-042-5/+31
| | * mtd: spi-nor: core: Update flash's current address mode when changing address...Tudor Ambarus2023-04-041-1/+3
| | * mtd: spi-nor: Stop exporting spi_nor_restore()Tudor Ambarus2023-04-041-2/+1
| | * mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP dataTudor Ambarus2023-04-046-12/+71
| | * mtd: spi-nor: core: Make spi_nor_set_4byte_addr_mode_brwr publicTudor Ambarus2023-04-042-1/+2
| | * mtd: spi-nor: core: Update name and description of spi_nor_set_4byte_addr_modeTudor Ambarus2023-04-044-6/+8
| | * mtd: spi-nor: core: Update name and description of spansion_set_4byte_addr_modeTudor Ambarus2023-04-041-4/+9
| | * mtd: spi-nor: core: Update name and description of micron_st_nor_set_4byte_ad...Tudor Ambarus2023-04-043-5/+7
| | * mtd: spi-nor: core: Move generic method to core - micron_st_nor_set_4byte_add...Tudor Ambarus2023-04-043-24/+25
| | * mtd: spi-nor: macronix: Add support for mx25uw51245g with RWWMiquel Raynal2023-04-041-0/+3
| | * mtd: spi-nor: Delay the initialization of bank_sizeMiquel Raynal2023-04-041-1/+2
| | * mtd: spi-nor: Fix a trivial typoMiquel Raynal2023-04-041-1/+1