summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/core.h
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi-nor: core: get rid of SNOR_OVERLAID_REGION flagTakahiro Kuwano2024-02-261-4/+2
* mtd: spi-nor: core: get rid of SNOR_LAST_REGION flagTakahiro Kuwano2024-02-261-6/+4
* mtd: spi-nor: core: rework struct spi_nor_erase_regionTakahiro Kuwano2024-02-261-18/+10
* mtd: spi-nor: mark the flash name as obsoleteTudor Ambarus2023-12-191-1/+1
* mtd: spi-nor: remove NO_CHIP_ERASE flagTudor Ambarus2023-12-061-5/+3
* mtd: spi-nor: add erase die (chip) capabilityTudor Ambarus2023-12-061-3/+5
* mtd: spi-nor: use kernel sized types instead of c99 typesTudor Ambarus2023-11-151-3/+3
* mtd: spi-nor: core: get rid of the INFOx() macrosMichael Walle2023-09-191-65/+0
* mtd: spi-nor: add SNOR_ID() and SNOR_OTP()Michael Walle2023-09-191-0/+14
* mtd: spi-nor: rename .otp_org to .otp and make it a pointerMichael Walle2023-09-191-2/+2
* mtd: spi-nor: move the .id and .id_len into an own structureMichael Walle2023-09-191-9/+26
* mtd: spi-nor: introduce (temporary) INFO0()Michael Walle2023-09-191-0/+3
* mtd: spi-nor: drop .parse_sfdpMichael Walle2023-09-191-7/+16
* mtd: spi-nor: make sector_size optionalMichael Walle2023-09-191-3/+5
* mtd: spi-nor: default .n_banks to 1Michael Walle2023-09-191-4/+4
* mtd: spi-nor: store .n_banks in struct spi_nor_flash_parameterMichael Walle2023-09-191-0/+2
* mtd: spi-nor: default page_size to 256 bytesMichael Walle2023-09-191-2/+6
* mtd: spi-nor: convert .n_sectors to .sizeMichael Walle2023-09-191-4/+4
* mtd: spi-nor: remove Fujitsu MB85RS1MT supportMichael Walle2023-09-191-1/+0
* mtd: spi-nor: remove catalyst 'flashes'Michael Walle2023-09-191-1/+0
* 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: Avoid setting SRWD bit in SR if WP# signal not connectedAmit Kumar Mahapatra2023-07-131-0/+1
* Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-04-251-7/+29
|\
| * mtd: spi-nor: Extract volatile register offset from SCCR mapTakahiro Kuwano2023-04-081-0/+4
| * mtd: spi-nor: Allow post_sfdp hook to return errorsTudor Ambarus2023-04-081-1/+1
| * mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER f...Takahiro Kuwano2023-04-081-0/+1
| * mtd: spi-nor: core: Introduce spi_nor_set_4byte_addr_mode()Tudor Ambarus2023-04-041-0/+1
| * mtd: spi-nor: core: Make spi_nor_set_4byte_addr_mode_brwr publicTudor Ambarus2023-04-041-0/+1
| * mtd: spi-nor: core: Update name and description of spi_nor_set_4byte_addr_modeTudor Ambarus2023-04-041-1/+1
| * mtd: spi-nor: core: Update name and description of micron_st_nor_set_4byte_ad...Tudor Ambarus2023-04-041-1/+2
| * mtd: spi-nor: core: Move generic method to core - micron_st_nor_set_4byte_add...Tudor Ambarus2023-04-041-0/+1
| * mtd: spi-nor: Add a RWW flagMiquel Raynal2023-03-291-0/+3
| * mtd: spi-nor: Reorder the preparation vs. locking stepsMiquel Raynal2023-03-291-1/+1
| * mtd: spi-nor: Add a macro to define more banksMiquel Raynal2023-03-291-0/+4
| * mtd: spi-nor: Introduce the concept of bankMiquel Raynal2023-03-291-5/+11
* | mtd: spi-nor: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman2023-03-061-0/+2
|/
* mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_typeLouis Rannou2023-02-061-0/+1
* mtd: spi-nor: Create macros to define chip IDs and geometriesMiquel Raynal2023-01-261-23/+20
* mtd: spi-nor: add SFDP fixups for Quad Page ProgramSudip Mukherjee2022-11-221-0/+2
* mtd: spi-nor: add generic flash driverMichael Walle2022-11-211-0/+1
* mtd: spi-nor: move function declaration out of sfdp.hMichael Walle2022-11-211-0/+2
* mtd: spi-nor: core: Track flash's internal address modeTudor Ambarus2022-07-281-0/+5
* mtd: spi-nor: Do not change nor->addr_nbytes at SFDP parsing timeTudor Ambarus2022-07-281-0/+2
* mtd: spi-nor: core: Shrink the storage size of the flash_info's addr_nbytesTudor Ambarus2022-07-281-1/+1
* mtd: spi-nor: s/addr_width/addr_nbytesTudor Ambarus2022-07-281-6/+6
* mtd: spi-nor: move SECT_4K_PMC special handlingMichael Walle2022-06-271-2/+0
* mtd: spi-nor: expose internal parameters via debugfsMichael Walle2022-05-091-0/+7
* mtd: spi-nor: export spi_nor_hwcaps_pp2cmd()Michael Walle2022-05-091-0/+1
* mtd: spi-nor: move spi_nor_write_ear() to winbond moduleMichael Walle2022-05-021-7/+0