summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-hisi-sfc-v3xx.c
Commit message (Expand)AuthorAgeFilesLines
* spi: hisi-sfc-v3xx: drop unnecessary ACPI_PTR and related ifendif protectionYicong Yang2021-04-121-4/+2
* spi: hisi-sfc-v3xx: fix potential irq race conditionYicong Yang2021-04-121-0/+1
* spi: hisi-sfc-v3xx: add address mode checkYicong Yang2021-01-271-1/+24
* spi: hisi-sfc-v3xx: extend version checking compatibilityYicong Yang2021-01-131-6/+2
* spi: hisi-sfc-v3xx: fix spelling mistake "occured" -> "occurred"Colin Ian King2020-09-281-1/+1
* spi: hisi-sfc-v3xx: add support for IRQ modeYicong Yang2020-09-251-22/+109
* spi: hisi-sfc-v3xx: factor out the bit definition of interrupt registerYicong Yang2020-09-251-6/+10
* spi: hisi-sfc-v3xx: factor out bus config and transfer functionsYicong Yang2020-09-251-9/+24
* spi: hisi-sfc-v3xx: factor out IO modes configurationYicong Yang2020-09-251-42/+55
* spi: hisi-sfc-v3xx: add error check after per operationYicong Yang2020-04-171-1/+25
* spi: HiSilicon v3xx: Use DMI quirk to set controller buswidth override bitsJohn Garry2020-02-281-1/+55
* spi: HiSilicon v3xx: Properly set CMD_CONFIG for Dual/Quad modesJohn Garry2020-02-281-0/+43
* spi: Add HiSilicon v3xx SPI NOR flash controller driverJohn Garry2020-01-101-0/+284