summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi-nor: Sort headers alphabeticallyTudor Ambarus2023-02-063-9/+8
* mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_typeLouis Rannou2023-02-063-2/+12
* mtd: spi-nor: Create macros to define chip IDs and geometriesMiquel Raynal2023-01-261-23/+20
* mtd: spi-nor: spansion: Make CFRx reg fields genericTudor Ambarus2023-01-261-11/+11
* mtd: spi-nor: spansion: Consider reserved bits in CFR5 registerTudor Ambarus2023-01-261-2/+7
* mtd: spi-nor: core: fix implicit declaration warningZeng Heng2023-01-261-0/+1
* mtd: spi-nor: sfdp: Use SFDP_DWORD() macro for optional parameter tablesTakahiro Kuwano2022-12-261-12/+16
* mtd: spi-nor: sfdp: Rename BFPT_DWORD() macro to SFDP_DWORD()Takahiro Kuwano2022-12-264-29/+28
* mtd: spi-nor: sfdp: Fix index value for SCCR dwordsTakahiro Kuwano2022-12-261-1/+1
* Merge tag 'spi-nor/for-6.2' into mtd/nextMiquel Raynal2022-12-0511-45/+211
|\
| * mtd: spi-nor: add SFDP fixups for Quad Page ProgramSudip Mukherjee2022-11-223-0/+9
| * mtd: spi-nor: issi: is25wp256: Init flash based on SFDPSudip Mukherjee2022-11-221-2/+2
| * mtd: spi-nor: winbond: add support for W25Q512NW-IQJae Hyun Yoo2022-11-211-0/+3
| * mtd: spi-nor: micron-st: Enable locking for mt25qu256aEliav Farber2022-11-211-0/+2
| * mtd: spi-nor: Fix the number of bytes for the dummy cyclesAllen-KH Cheng2022-11-211-1/+2
| * mtd: spi-nor: gigadevice: gd25q256: replace gd25q256_default_init with gd25q2...Yaliang Wang2022-11-211-7/+17
| * mtd: spi-nor: Fix formatting in spi_nor_read_raw() kerneldoc commentJonathan Neuschäfer2022-11-211-2/+1
| * mtd: spi-nor: sysfs: print JEDEC ID for generic flash driverMichael Walle2022-11-211-2/+4
| * mtd: spi-nor: add generic flash driverMichael Walle2022-11-213-2/+52
| * mtd: spi-nor: fix select_uniform_erase to skip 0 erase sizeMichael Walle2022-11-211-0/+4
| * mtd: spi-nor: move function declaration out of sfdp.hMichael Walle2022-11-212-2/+2
| * mtd: spi-nor: remember full JEDEC flash IDMichael Walle2022-11-212-1/+6
| * mtd: spi-nor: sysfs: hide manufacturer if it is not setMichael Walle2022-11-211-0/+2
| * mtd: spi-nor: hide jedec_id sysfs attribute if not presentMichael Walle2022-11-211-0/+14
| * mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()Alexander Sverdlin2022-11-211-0/+2
| * mtd: spi-nor: core: Add an error message when failing to exit the 4-byte addr...Tudor Ambarus2022-10-251-2/+12
| * mtd: spi-nor: micron-st.c: Replace hardcoded values for addr_nbytes/addr_mode...Tudor Ambarus2022-10-251-3/+7
| * mtd: spi-nor: spansion: Replace hardcoded values for addr_nbytes/addr_mode_nb...Tudor Ambarus2022-10-251-5/+11
| * mtd: spi-nor: spansion: Add s28hl512t, s28hl01gt, and s28hs01gt infoTakahiro Kuwano2022-10-251-0/+12
| * mtd: spi-nor: spansion: Rename s28hs512t prefixTakahiro Kuwano2022-10-251-10/+10
| * mtd: spi-nor: spansion: Remove NO_SFDP_FLAGS from s28hs512t infoTakahiro Kuwano2022-10-251-9/+8
| * mtd: spi-nor: sfdp: Update params->hwcaps.mask at xSPI profile 1.0 table parseTakahiro Kuwano2022-10-251-0/+7
| * mtd: spi-nor: Add support for flash resetSai Krishna Potthuri2022-10-251-0/+25
* | mtd: spi-nor: core: Ignore -ENOTSUPP in spi_nor_init()Mika Westerberg2022-10-181-1/+3
|/
* mtd: spi-nor: fix spi_nor_spimem_setup_op() call in spi_nor_erase_{sector,chi...Patrice Chotard2022-07-281-3/+3
* mtd: spi-nor: spansion: Add s25hl-t/s25hs-t IDs and fixupsTakahiro Kuwano2022-07-281-0/+132
* mtd: spi-nor: spansion: Add local function to discover page sizeTakahiro Kuwano2022-07-281-22/+31
* mtd: spi-nor: core: Track flash's internal address modeTudor Ambarus2022-07-282-1/+8
* mtd: spi-nor: core: Return error code from set_4byte_addr_mode()Takahiro Kuwano2022-07-281-1/+1
* mtd: spi-nor: Do not change nor->addr_nbytes at SFDP parsing timeTudor Ambarus2022-07-284-8/+9
* 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-289-66/+66
* mtd: spi-nor: esmt: Use correct name of f25l32qaSungbo Eo2022-07-191-1/+1
* mtd: spi-nor: micron-st: Skip FSR reading if SPI controller does not support itMika Westerberg2022-07-191-2/+10
* mtd: spi-nor: move SECT_4K_PMC special handlingMichael Walle2022-06-273-10/+22
* Merge tag 'spi-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-05-243-932/+0
|\
| * spi: spi-mem: Convert Aspeed SMC driver to spi-memCédric Le Goater2022-05-163-932/+0
* | mtd: spi-nor: debugfs: fix format specifierMichael Walle2022-05-121-1/+1
* | mtd: spi-nor: support eon en25qh256a variantLeon M. George2022-05-091-1/+2
* | mtd: spi-nor: winbond: add support for W25Q512NW-IMShaik Sajida Bhanu2022-05-091-0/+3