summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-airoha-snfi.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-04spi: spi-mem: Transform the read operation templateMiquel Raynal1-3/+3
2026-01-19spi: Drop duplicate device_set_node() callAndy Shevchenko1-1/+0
2025-11-27spi: airoha-snfi: en7523: workaround flash damaging if UART_TXD was short to GNDMikhail Kshevetskiy1-1/+24
2025-10-17spi: airoha: buffer must be 0xff-ed before writingMikhail Kshevetskiy1-0/+4
2025-10-17spi: airoha: avoid reading flash page settings from SNFI registers during dri...Mikhail Kshevetskiy1-110/+5
2025-10-17spi: airoha: set custom sector size equal to flash page sizeMikhail Kshevetskiy1-16/+19
2025-10-17spi: airoha: reduce the number of modification of REG_SPI_NFI_CNFG and REG_SP...Mikhail Kshevetskiy1-33/+102
2025-10-17spi: airoha: avoid setting of page/oob sizes in REG_SPI_NFI_PAGEFMTMikhail Kshevetskiy1-38/+0
2025-10-17spi: airoha: support of dualio/quadio flash reading commandsMikhail Kshevetskiy1-6/+22
2025-10-17spi: airoha: unify dirmap read/write codeMikhail Kshevetskiy1-18/+32
2025-10-17spi: airoha: remove unnecessary switch to non-dma modeMikhail Kshevetskiy1-3/+0
2025-10-17spi: airoha: remove unnecessary restriction lengthMikhail Kshevetskiy1-7/+0
2025-10-16spi: airoha: fix reading/writing of flashes with more than one plane per lunMikhail Kshevetskiy1-3/+6
2025-10-16spi: airoha: switch back to non-dma mode in the case of errorMikhail Kshevetskiy1-2/+5
2025-10-16spi: airoha: add support of dual/quad wires spi modes to exec_op() handlerMikhail Kshevetskiy1-26/+82
2025-10-16spi: airoha: return an error for continuous mode dirmap creation casesMikhail Kshevetskiy1-0/+4
2024-10-07spi: Merge up v6.12Mark Brown1-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-30spi: airoha: do not keep {tx,rx} dma buffer always mappedLorenzo Bianconi1-83/+71
2024-09-20spi: airoha: remove read cache in airoha_snand_dirmap_read()Lorenzo Bianconi1-21/+0
2024-09-18spi: airoha: fix airoha_snand_{write,read}_data data_len estimationLorenzo Bianconi1-2/+2
2024-09-18spi: airoha: fix dirmap_{read,write} operationsLorenzo Bianconi1-4/+14
2024-04-30spi: airoha: add SPI-NAND Flash controller driverLorenzo Bianconi1-0/+1129