summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/core.c
AgeCommit message (Expand)Author
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: Update flash's current address mode when changing address...Tudor Ambarus
2023-04-04mtd: spi-nor: Stop exporting spi_nor_restore()Tudor Ambarus
2023-04-04mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP dataTudor 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 spansion_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-04-04mtd: spi-nor: Delay the initialization of bank_sizeMiquel Raynal
2023-04-04mtd: spi-nor: Fix a trivial typoMiquel Raynal
2023-03-29mtd: spi-nor: Enhance locking to support reads while writesMiquel Raynal
2023-03-29mtd: spi-nor: Add a RWW flagMiquel Raynal
2023-03-29mtd: spi-nor: Prepare the introduction of a new locking mechanismMiquel Raynal
2023-03-29mtd: spi-nor: Separate preparation and lockingMiquel Raynal
2023-03-29mtd: spi-nor: Reorder the preparation vs. locking stepsMiquel Raynal
2023-03-29mtd: spi-nor: Introduce the concept of bankMiquel Raynal
2023-02-06mtd: spi-nor: Sort headers alphabeticallyTudor Ambarus
2023-02-06mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_typeLouis Rannou
2023-01-26mtd: spi-nor: core: fix implicit declaration warningZeng Heng
2022-12-05Merge tag 'spi-nor/for-6.2' into mtd/nextMiquel Raynal
2022-11-22mtd: spi-nor: add SFDP fixups for Quad Page ProgramSudip Mukherjee
2022-11-21mtd: spi-nor: Fix the number of bytes for the dummy cyclesAllen-KH Cheng
2022-11-21mtd: spi-nor: add generic flash driverMichael Walle
2022-11-21mtd: spi-nor: fix select_uniform_erase to skip 0 erase sizeMichael Walle
2022-11-21mtd: spi-nor: remember full JEDEC flash IDMichael Walle
2022-11-21mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()Alexander Sverdlin
2022-10-25mtd: spi-nor: core: Add an error message when failing to exit the 4-byte addr...Tudor Ambarus
2022-10-25mtd: spi-nor: Add support for flash resetSai Krishna Potthuri
2022-10-18mtd: spi-nor: core: Ignore -ENOTSUPP in spi_nor_init()Mika Westerberg
2022-07-28mtd: spi-nor: fix spi_nor_spimem_setup_op() call in spi_nor_erase_{sector,chi...Patrice Chotard
2022-07-28mtd: spi-nor: core: Return error code from set_4byte_addr_mode()Takahiro Kuwano
2022-07-28mtd: spi-nor: Do not change nor->addr_nbytes at SFDP parsing timeTudor 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-27mtd: spi-nor: Introduce templates for SPI NOR operationsTudor Ambarus
2022-04-27mtd: spi-nor: core: Add helpers to read/write any registerTudor Ambarus
2022-04-27mtd: spi-nor: core: Introduce method for RDID opTudor Ambarus
2022-04-27mtd: spi-nor: core: Use auto-detection only onceTudor Ambarus
2022-04-27mtd: spi-nor: Introduce spi_nor_match_id()Tudor Ambarus
2022-04-27mtd: spi-nor: Rename method, s/spi_nor_match_id/spi_nor_match_nameTudor Ambarus
2022-04-27mtd: spi-nor: core: Check written SR value in spi_nor_write_16bit_sr_and_check()Chen-Tsung Hsieh
2022-03-08mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is setTudor Ambarus
2022-02-25mtd: spi-nor: slightly change code style in spi_nor_sr_ready()Michael Walle
2022-02-25mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flagMichael Walle
2022-02-25mtd: spi-nor: move all spansion specifics into spansion.cMichael Walle