summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mtd: spi-nor: expose internal parameters via debugfsMichael Walle2022-05-094-0/+259
* | mtd: spi-nor: export spi_nor_hwcaps_pp2cmd()Michael Walle2022-05-092-1/+2
* | mtd: spi-nor: move spi_nor_write_ear() to winbond moduleMichael Walle2022-05-023-38/+41
* | mtd: spi-nor: amend the rdsr dummy cycles documentationMichael Walle2022-04-291-2/+3
* | mtd: spi-nor: micron-st: Remove status polling on volatile registers writeTudor Ambarus2022-04-271-3/+0
* | mtd: spi-nor: spansion: Remove status polling on volatile registers writeTudor Ambarus2022-04-271-4/+0
* | mtd: spi-nor: Introduce templates for SPI NOR operationsTudor Ambarus2022-04-275-107/+158
* | mtd: spi-nor: spansion: Rework spi_nor_cypress_octal_dtr_enable()Tudor Ambarus2022-04-271-59/+69
* | mtd: spi-nor: micron-st: Rework spi_nor_micron_octal_dtr_enable()Tudor Ambarus2022-04-271-51/+60
* | mtd: spi-nor: core: Add helpers to read/write any registerTudor Ambarus2022-04-272-0/+50
* | mtd: spi-nor: manufacturers: Use spi_nor_read_id() core methodTudor Ambarus2022-04-272-20/+6
* | mtd: spi-nor: core: Introduce method for RDID opTudor Ambarus2022-04-272-15/+44
* | mtd: spi-nor: core: Use auto-detection only onceTudor Ambarus2022-04-271-3/+1
* | mtd: spi-nor: Introduce spi_nor_match_id()Tudor Ambarus2022-04-271-21/+19
* | mtd: spi-nor: Rename method, s/spi_nor_match_id/spi_nor_match_nameTudor Ambarus2022-04-271-3/+3
* | mtd: spi-nor: core: Check written SR value in spi_nor_write_16bit_sr_and_check()Chen-Tsung Hsieh2022-04-271-0/+9
|/
* Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-2519-509/+594
|\
| * Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal2022-03-1818-507/+581
| |\
| | * mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is setTudor Ambarus2022-03-081-1/+2
| | * mtd: spi-nor: renumber flagsMichael Walle2022-02-251-14/+14
| | * mtd: spi-nor: slightly change code style in spi_nor_sr_ready()Michael Walle2022-02-251-1/+2
| | * mtd: spi-nor: spansion: rename vendor specific functions and definesMichael Walle2022-02-251-7/+7
| | * mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flagMichael Walle2022-02-253-27/+34
| | * mtd: spi-nor: move all spansion specifics into spansion.cMichael Walle2022-02-252-49/+70
| | * mtd: spi-nor: spansion: slightly rework control flow in late_init()Michael Walle2022-02-251-7/+6
| | * mtd: spi-nor: micron-st: rename vendor specific functions and definesMichael Walle2022-02-251-9/+9
| | * mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flagMichael Walle2022-02-253-39/+60
| | * mtd: spi-nor: move all micron-st specifics into micron-st.cMichael Walle2022-02-252-122/+135
| | * mtd: spi-nor: xilinx: correct the debug messageMichael Walle2022-02-251-1/+1
| | * mtd: spi-nor: xilinx: rename vendor specific functions and definesMichael Walle2022-02-251-15/+15
| | * mtd: spi-nor: move all xilinx specifics into xilinx.cMichael Walle2022-02-253-81/+74
| | * mtd: spi-nor: guard _page_size parameter in S3AN_INFO()Michael Walle2022-02-251-2/+2
| | * mtd: spi-nor: export more functions to be used in vendor modulesMichael Walle2022-02-252-5/+11
| | * mtd: spi-nor: allow a flash to define its own ready() functionMichael Walle2022-02-252-0/+8
| | * mtd: spi-nor: slightly refactor the spi_nor_setup()Michael Walle2022-02-252-9/+9
| | * mtd: spi-nor: xmc: unify function namesMichael Walle2022-02-251-3/+3
| | * mtd: spi-nor: xilinx: unify function namesMichael Walle2022-02-251-9/+9
| | * mtd: spi-nor: winbond: unify function namesMichael Walle2022-02-251-14/+15
| | * mtd: spi-nor: sst: unify function namesMichael Walle2022-02-251-22/+22
| | * mtd: spi-nor: spansion: unify function namesMichael Walle2022-02-251-17/+17
| | * mtd: spi-nor: micron-st: unify function namesMichael Walle2022-02-251-17/+17
| | * mtd: spi-nor: macronix: unify function namesMichael Walle2022-02-251-7/+7
| | * mtd: spi-nor: issi: unify function namesMichael Walle2022-02-251-5/+5
| | * mtd: spi-nor: intel: unify function namesMichael Walle2022-02-251-3/+3
| | * mtd: spi-nor: gigadevice: unify function namesMichael Walle2022-02-251-3/+3