summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor
AgeCommit message (Expand)Author
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: Add a macro to define more banksMiquel Raynal
2023-03-29mtd: spi-nor: Introduce the concept of bankMiquel Raynal
2023-03-22mtd: Use of_property_read_bool() for boolean propertiesRob Herring
2023-03-17mtd: spi-nor: spansion: Add support for Infineon S25FS256TTakahiro Kuwano
2023-03-17mtd: spi-nor: spansion: Make RD_ANY_REG_OP macro take number of dummy bytesTakahiro Kuwano
2023-03-06mtd: spi-nor: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman
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: Create macros to define chip IDs and geometriesMiquel Raynal
2023-01-26mtd: spi-nor: spansion: Make CFRx reg fields genericTudor Ambarus
2023-01-26mtd: spi-nor: spansion: Consider reserved bits in CFR5 registerTudor Ambarus
2023-01-26mtd: spi-nor: core: fix implicit declaration warningZeng Heng
2022-12-26mtd: spi-nor: sfdp: Use SFDP_DWORD() macro for optional parameter tablesTakahiro Kuwano
2022-12-26mtd: spi-nor: sfdp: Rename BFPT_DWORD() macro to SFDP_DWORD()Takahiro Kuwano
2022-12-26mtd: spi-nor: sfdp: Fix index value for SCCR dwordsTakahiro Kuwano
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-22mtd: spi-nor: issi: is25wp256: Init flash based on SFDPSudip Mukherjee
2022-11-21mtd: spi-nor: winbond: add support for W25Q512NW-IQJae Hyun Yoo
2022-11-21mtd: spi-nor: micron-st: Enable locking for mt25qu256aEliav Farber
2022-11-21mtd: spi-nor: Fix the number of bytes for the dummy cyclesAllen-KH Cheng
2022-11-21mtd: spi-nor: gigadevice: gd25q256: replace gd25q256_default_init with gd25q2...Yaliang Wang
2022-11-21mtd: spi-nor: Fix formatting in spi_nor_read_raw() kerneldoc commentJonathan Neuschäfer
2022-11-21mtd: spi-nor: sysfs: print JEDEC ID for generic flash driverMichael Walle
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: move function declaration out of sfdp.hMichael Walle
2022-11-21mtd: spi-nor: remember full JEDEC flash IDMichael Walle
2022-11-21mtd: spi-nor: sysfs: hide manufacturer if it is not setMichael Walle
2022-11-21mtd: spi-nor: hide jedec_id sysfs attribute if not presentMichael 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: micron-st.c: Replace hardcoded values for addr_nbytes/addr_mode...Tudor Ambarus
2022-10-25mtd: spi-nor: spansion: Replace hardcoded values for addr_nbytes/addr_mode_nb...Tudor Ambarus
2022-10-25mtd: spi-nor: spansion: Add s28hl512t, s28hl01gt, and s28hs01gt infoTakahiro Kuwano
2022-10-25mtd: spi-nor: spansion: Rename s28hs512t prefixTakahiro Kuwano
2022-10-25mtd: spi-nor: spansion: Remove NO_SFDP_FLAGS from s28hs512t infoTakahiro Kuwano
2022-10-25mtd: spi-nor: sfdp: Update params->hwcaps.mask at xSPI profile 1.0 table parseTakahiro Kuwano
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: spansion: Add s25hl-t/s25hs-t IDs and fixupsTakahiro Kuwano
2022-07-28mtd: spi-nor: spansion: Add local function to discover page sizeTakahiro Kuwano
2022-07-28mtd: spi-nor: core: Track flash's internal address modeTudor Ambarus
2022-07-28mtd: spi-nor: core: Return error code from set_4byte_addr_mode()Takahiro Kuwano