summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-14spi: Fix error code checking in spi_mem_exec_op()Florian Fainelli
2024-03-12spi: Restore delays for non-GPIO chip selectJanne Grunau
2024-03-12spi: lpspi: Avoid potential use-after-free in probe()Alexander Sverdlin
2024-03-07spi: Introduce SPI_INVALID_CS and is_valid_cs()Andy Shevchenko
2024-03-07spi: Fix types of the last chip select storage variablesAndy Shevchenko
2024-03-07spi: Consistently use BIT for cs_index_maskAndy Shevchenko
2024-03-06spi: Exctract spi_dev_check_cs() helperAndy Shevchenko
2024-03-06spi: Exctract spi_set_all_cs_unused() helperAndy Shevchenko
2024-03-05spi: s3c64xx: switch exynos850 to new port config dataTudor Ambarus
2024-03-05spi: s3c64xx: switch gs101 to new port config dataTudor Ambarus
2024-03-05spi: s3c64xx: deprecate fifo_lvl_mask, rx_lvl_offset and port_idTudor Ambarus
2024-03-05spi: s3c64xx: get rid of the OF alias ID dependencyTudor Ambarus
2024-03-05spi: s3c64xx: introduce s3c64xx_spi_set_port_id()Tudor Ambarus
2024-03-05spi: s3c64xx: let the SPI core determine the bus numberTudor Ambarus
2024-03-05spi: s3c64xx: allow FIFO depth to be determined from the compatibleTudor Ambarus
2024-03-05spi: s3c64xx: retrieve the FIFO depth from the device treeTudor Ambarus
2024-03-05spi: s3c64xx: determine the fifo depth only onceTudor Ambarus
2024-03-05spi: s3c64xx: allow full FIFO masksTudor Ambarus
2024-03-05spi: s3c64xx: define a magic valueTudor Ambarus
2024-03-05spi: dt-bindings: introduce FIFO depth propertiesTudor Ambarus
2024-03-04spi: axi-spi-engine: small cleanupsMark Brown
2024-03-04spi: axi-spi-engine: use struct_size() macroDavid Lechner
2024-03-04spi: axi-spi-engine: use __counted_by() attributeDavid Lechner
2024-03-04spi: axi-spi-engine: remove p from struct spi_engine_message_stateDavid Lechner
2024-03-04spi: dt-bindings: samsung: make dma properties not requiredTudor Ambarus
2024-02-29spi: stm32-qspi: Replace of_gpio.h by proper oneAndy Shevchenko
2024-02-29spi: pic32: Replace of_gpio.h by proper oneAndy Shevchenko
2024-02-28spi: dt-bindings: atmel,at91rm9200-spi: remove 9x60 compatible from listVarshini Rajendran
2024-02-27spi: ppc4xx: Fix fallout from rename in struct spi_bitbangUwe Kleine-König
2024-02-26spi: add support for pre-cooking messagesMark Brown
2024-02-26spi: spi-mem: add statistics support to ->exec_op() callsThéo Lebrun
2024-02-26spi: axi-spi-engine: move message compile to optimize_messageDavid Lechner
2024-02-26spi: stm32: move splitting transfers to optimize_messageDavid Lechner
2024-02-26spi: move splitting transfers to spi_optimize_message()David Lechner
2024-02-26spi: add spi_optimize_message() APIsDavid Lechner
2024-02-21spi: cadence-qspi: report correct number of chip-selectThéo Lebrun
2024-02-21spi: cadence-qspi: set maximum chip-select to 4Théo Lebrun
2024-02-21spi: cadence-qspi: assert each subnode flash CS is validThéo Lebrun
2024-02-19spi: spi-summary.rst: fix underline lengthRandy Dunlap
2024-02-15spi: Update the "master/slave" terminology in documentationDhruva Gole
2024-02-15spi: dw: remove redundant assignment to variable lenColin Ian King
2024-02-13spi: mchp-pci1xxxx: release resources on error in probe()Dan Carpenter
2024-02-09spi: gpio: Follow renaming of SPI "master" to "controller"Andy Shevchenko
2024-02-08spi: pxa2xx: Use typedef for dma_filter_fnKrzysztof Kozlowski
2024-02-08spi: pl022: Add missing dma_filter field kerneldocKrzysztof Kozlowski
2024-02-08spi: pl022: Use typedef for dma_filter_fnKrzysztof Kozlowski
2024-02-08spi: s3c64xx: straightforward cleanupMark Brown
2024-02-08spi: get rid of some legacy macrosMark Brown
2024-02-08spi: s3c64xx: add support for google,gs101-spiMark Brown
2024-02-08spi: mchp-pci1xxxx: DMA support for copying data to and from SPI BufThangaraj Samynathan