summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/core.h
AgeCommit message (Expand)Author
2023-12-19mtd: spi-nor: mark the flash name as obsoleteTudor Ambarus
2023-12-06mtd: spi-nor: remove NO_CHIP_ERASE flagTudor Ambarus
2023-12-06mtd: spi-nor: add erase die (chip) capabilityTudor Ambarus
2023-11-15mtd: spi-nor: use kernel sized types instead of c99 typesTudor Ambarus
2023-09-19mtd: spi-nor: core: get rid of the INFOx() macrosMichael Walle
2023-09-19mtd: spi-nor: add SNOR_ID() and SNOR_OTP()Michael Walle
2023-09-19mtd: spi-nor: rename .otp_org to .otp and make it a pointerMichael Walle
2023-09-19mtd: spi-nor: move the .id and .id_len into an own structureMichael Walle
2023-09-19mtd: spi-nor: introduce (temporary) INFO0()Michael Walle
2023-09-19mtd: spi-nor: drop .parse_sfdpMichael Walle
2023-09-19mtd: spi-nor: make sector_size optionalMichael Walle
2023-09-19mtd: spi-nor: default .n_banks to 1Michael Walle
2023-09-19mtd: spi-nor: store .n_banks in struct spi_nor_flash_parameterMichael Walle
2023-09-19mtd: spi-nor: default page_size to 256 bytesMichael Walle
2023-09-19mtd: spi-nor: convert .n_sectors to .sizeMichael Walle
2023-09-19mtd: spi-nor: remove Fujitsu MB85RS1MT supportMichael Walle
2023-09-19mtd: spi-nor: remove catalyst 'flashes'Michael Walle
2023-07-26mtd: spi-nor: spansion: use CLPEF as an alternative to CLSRTakahiro Kuwano
2023-07-18mtd: spi-nor: rename method for enabling or disabling octal DTRTudor Ambarus
2023-07-13mtd: spi-nor: Avoid setting SRWD bit in SR if WP# signal not connectedAmit Kumar Mahapatra
2023-04-25Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2023-04-08mtd: spi-nor: Extract volatile register offset from SCCR mapTakahiro Kuwano
2023-04-08mtd: spi-nor: Allow post_sfdp hook to return errorsTudor Ambarus
2023-04-08mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER f...Takahiro Kuwano
2023-04-04mtd: spi-nor: core: Introduce spi_nor_set_4byte_addr_mode()Tudor Ambarus
2023-04-04mtd: spi-nor: core: Make spi_nor_set_4byte_addr_mode_brwr publicTudor Ambarus
2023-04-04mtd: spi-nor: core: Update name and description of spi_nor_set_4byte_addr_modeTudor Ambarus
2023-04-04mtd: spi-nor: core: Update name and description of micron_st_nor_set_4byte_ad...Tudor Ambarus
2023-04-04mtd: spi-nor: core: Move generic method to core - micron_st_nor_set_4byte_add...Tudor Ambarus
2023-03-29mtd: spi-nor: Add a RWW flagMiquel Raynal
2023-03-29mtd: spi-nor: Reorder the preparation vs. locking stepsMiquel Raynal
2023-03-29mtd: spi-nor: Add a macro to define more banksMiquel Raynal
2023-03-29mtd: spi-nor: Introduce the concept of bankMiquel Raynal
2023-03-06mtd: spi-nor: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman
2023-02-06mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_typeLouis Rannou
2023-01-26mtd: spi-nor: Create macros to define chip IDs and geometriesMiquel Raynal
2022-11-22mtd: spi-nor: add SFDP fixups for Quad Page ProgramSudip Mukherjee
2022-11-21mtd: spi-nor: add generic flash driverMichael Walle
2022-11-21mtd: spi-nor: move function declaration out of sfdp.hMichael Walle
2022-07-28mtd: spi-nor: core: Track flash's internal address modeTudor Ambarus
2022-07-28mtd: spi-nor: Do not change nor->addr_nbytes at SFDP parsing timeTudor Ambarus
2022-07-28mtd: spi-nor: core: Shrink the storage size of the flash_info's addr_nbytesTudor Ambarus
2022-07-28mtd: spi-nor: s/addr_width/addr_nbytesTudor Ambarus
2022-06-27mtd: spi-nor: move SECT_4K_PMC special handlingMichael Walle
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