summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-05spi: s3c64xx: switch gs101 to new port config dataTudor Ambarus1-6/+6
2024-03-05spi: s3c64xx: deprecate fifo_lvl_mask, rx_lvl_offset and port_idTudor Ambarus1-3/+23
2024-03-05spi: s3c64xx: get rid of the OF alias ID dependencyTudor Ambarus1-0/+4
2024-03-05spi: s3c64xx: introduce s3c64xx_spi_set_port_id()Tudor Ambarus1-12/+25
2024-03-05spi: s3c64xx: let the SPI core determine the bus numberTudor Ambarus1-2/+2
2024-03-05spi: s3c64xx: allow FIFO depth to be determined from the compatibleTudor Ambarus1-2/+6
2024-03-05spi: s3c64xx: retrieve the FIFO depth from the device treeTudor Ambarus1-1/+3
2024-03-05spi: s3c64xx: determine the fifo depth only onceTudor Ambarus1-5/+9
2024-03-05spi: s3c64xx: allow full FIFO masksTudor Ambarus1-4/+36
2024-03-05spi: s3c64xx: define a magic valueTudor Ambarus1-1/+3
2024-03-05spi: dt-bindings: introduce FIFO depth propertiesTudor Ambarus1-0/+27
2024-03-04spi: axi-spi-engine: small cleanupsMark Brown1-9/+6
2024-03-04spi: axi-spi-engine: use struct_size() macroDavid Lechner1-3/+2
2024-03-04spi: axi-spi-engine: use __counted_by() attributeDavid Lechner1-3/+4
2024-03-04spi: axi-spi-engine: remove p from struct spi_engine_message_stateDavid Lechner1-3/+0
2024-03-04spi: dt-bindings: samsung: make dma properties not requiredTudor Ambarus1-2/+0
2024-02-29spi: stm32-qspi: Replace of_gpio.h by proper oneAndy Shevchenko1-1/+1
2024-02-29spi: pic32: Replace of_gpio.h by proper oneAndy Shevchenko1-1/+1
2024-02-28spi: dt-bindings: atmel,at91rm9200-spi: remove 9x60 compatible from listVarshini Rajendran1-1/+0
2024-02-27spi: ppc4xx: Fix fallout from rename in struct spi_bitbangUwe Kleine-König1-7/+7
2024-02-26spi: add support for pre-cooking messagesMark Brown4-80/+267
2024-02-26spi: spi-mem: add statistics support to ->exec_op() callsThéo Lebrun1-1/+48
2024-02-26spi: axi-spi-engine: move message compile to optimize_messageDavid Lechner1-23/+17
2024-02-26spi: stm32: move splitting transfers to optimize_messageDavid Lechner1-12/+16
2024-02-26spi: move splitting transfers to spi_optimize_message()David Lechner1-42/+68
2024-02-26spi: add spi_optimize_message() APIsDavid Lechner2-4/+167
2024-02-21spi: cadence-qspi: report correct number of chip-selectThéo Lebrun1-2/+6
2024-02-21spi: cadence-qspi: set maximum chip-select to 4Théo Lebrun1-1/+3
2024-02-21spi: cadence-qspi: assert each subnode flash CS is validThéo Lebrun1-1/+1
2024-02-19spi: spi-summary.rst: fix underline lengthRandy Dunlap1-1/+1
2024-02-15spi: Update the "master/slave" terminology in documentationDhruva Gole1-20/+20
2024-02-15spi: dw: remove redundant assignment to variable lenColin Ian King1-1/+1
2024-02-13spi: mchp-pci1xxxx: release resources on error in probe()Dan Carpenter1-1/+1
2024-02-09spi: gpio: Follow renaming of SPI "master" to "controller"Andy Shevchenko1-2/+2
2024-02-09spi: pxa2xx: Use typedef for dma_filter_fnKrzysztof Kozlowski1-1/+2
2024-02-09spi: pl022: Add missing dma_filter field kerneldocKrzysztof Kozlowski1-0/+1
2024-02-09spi: pl022: Use typedef for dma_filter_fnKrzysztof Kozlowski1-1/+2
2024-02-08spi: s3c64xx: straightforward cleanupMark Brown1-40/+41
2024-02-08spi: get rid of some legacy macrosMark Brown872-5669/+9505
2024-02-08spi: s3c64xx: add support for google,gs101-spiMark Brown2-15/+71
2024-02-08spi: mchp-pci1xxxx: DMA support for copying data to and from SPI BufThangaraj Samynathan1-27/+338
2024-02-08spi: mchp-pci1xxxx: Add support for DMA in SPIThangaraj Samynathan1-0/+145
2024-02-08spi: s3c64xx: add support for google,gs101-spiTudor Ambarus1-1/+17
2024-02-08spi: s3c64xx: add s3c64xx_iowrite{8,16}_32_rep accessorsTudor Ambarus1-2/+34
2024-02-08spi: s3c64xx: prepare for a different flavor of iowrite repTudor Ambarus1-14/+21
2024-02-08spi: dt-bindings: samsung: add google,gs101-spi compatibleTudor Ambarus1-0/+1
2024-02-08spi: s3c64xx: drop a superfluous bitwise NOT operationTudor Ambarus1-1/+0
2024-02-08spi: s3c64xx: remove duplicated definitionTudor Ambarus1-3/+1
2024-02-08spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt propsTudor Ambarus1-2/+2
2024-02-08spi: s3c64xx: drop blank line between declarationsTudor Ambarus1-1/+2