summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2025-03-18spi: sg2044-nor: fix a couple static checker bugsMark Brown1-3/+2
2025-03-18spi: stm32-ospi: Include "gpio/consumer.h"Peng Fan1-1/+1
2025-03-18spi: Merge up fixesMark Brown2-27/+19
2025-03-17spi: sg2044-nor: A couple of cleanupsMark Brown1-18/+7
2025-03-16spi: spi-qpic-snand: avoid memleak in qcom_spi_ecc_init_ctx_pipelined()Gabor Juhos1-1/+3
2025-03-16spi: spi-mux: Fix coverity issue, unchecked return valueSergio Perez Gonzalez1-3/+1
2025-03-16spi: sophgo: fix incorrect type for ret in sg2044_spifmc_write()Qasim Ijaz1-1/+1
2025-03-16spi: sg2044-nor: fix uninitialized variable in probeDan Carpenter1-3/+2
2025-03-16spi: sg2044-nor: fix signedness bug in sg2044_spifmc_write()Dan Carpenter1-1/+1
2025-03-16spi: sg2044-nor: Convert to dev_err_probe()Andy Shevchenko1-7/+3
2025-03-16spi: sg2044-nor: Fully convert to device managed resourcesAndy Shevchenko1-11/+4
2025-03-13spi: spidev: Add an entry for the gocontroll moduline module slotMaud Spierings1-0/+2
2025-03-13spi: Use inclusive languageAndy Shevchenko1-49/+47
2025-03-12spi: cadence-qspi: Improve spi memory performanceMiquel Raynal1-1/+1
2025-03-12spi: cadence-qspi: Fix probe on AM62A LP SKMiquel Raynal1-0/+6
2025-03-11spi: sophgo: add Sophgo SPI NOR controller driverMark Brown3-0/+510
2025-03-11spi: spi-qpic-snand: Fix ECC_CFG_ECC_DISABLE shift in qcom_spi_read_last_cw()Dan Carpenter1-1/+1
2025-03-11spi: mt65xx: add PM QoS supportLeilk Liu1-0/+17
2025-03-11spi: sophgo: add SG2044 SPI NOR controller driverLongbin Li3-0/+510
2025-03-06spi: stm32: Remove unnecessary print function dev_err()Jiapeng Chong1-3/+1
2025-03-06spi: stm32-ospi: Fix an IS_ERR() vs NULL bug in stm32_ospi_get_resources()Dan Carpenter1-2/+2
2025-03-04Add STM32MP25 SPI NOR supportMark Brown6-3/+1082
2025-03-03spi: spi-qpic: add driver for QCOM SPI NAND flash InterfaceMd Sadre Alam3-0/+1641
2025-03-03spi: stm32: Add OSPI driverPatrice Chotard3-0/+1076
2025-03-03spi: microchip-core: prevent RX overflows when transmit size > FIFO sizeConor Dooley1-23/+18
2025-02-26spi: spi-imx: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-02-26spi: spi-fsl-lpspi: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-02-19spi: s3c64xx: extend description of compatible's fifo_depthTudor Ambarus1-1/+3
2025-02-16spi: atmel-quadspi: remove references to runtime PM on error pathClaudiu Beznea1-4/+1
2025-02-12spi: offload: fix use after freeDavid Lechner1-5/+8
2025-02-11spi: spi-offload-trigger-pwm: add extra headersDavid Lechner1-1/+8
2025-02-10spi: axi-spi-engine: add offload supportMark Brown6-7/+965
2025-02-07spi: axi-spi-engine: implement offload supportDavid Lechner2-7/+309
2025-02-07spi: add offload TX/RX streaming APIsDavid Lechner2-0/+80
2025-02-07spi: offload-trigger: add PWM trigger driverDavid Lechner3-0/+177
2025-02-07spi: offload: add support for hardware triggersDavid Lechner1-0/+281
2025-02-07spi: add basic support for SPI offloadingDavid Lechner3-0/+118
2025-02-06spi: gpio: Enable a single always-selected deviceMark Brown1-38/+7
2025-02-06spi: sn-f-ospi: Fix division by zeroKunihiko Hayashi1-0/+3
2025-02-05spi: Replace custom fsleep() implementationAndy Shevchenko1-4/+1
2025-02-05spi: gpio: Support a single always-selected deviceAndy Shevchenko1-6/+5
2025-02-05spi: gpio: Remove stale documentation partAndy Shevchenko1-32/+2
2025-02-04spi: pxa2xx: Fix regression when toggling chip select on LPSS devicesMark Lord1-1/+1
2025-02-03spi: fsi: Batch TX operationsEddie James1-0/+13
2025-02-03spi: atmel-quadspi: Fix warning in doc-commentBence Csókás1-2/+2
2025-02-03spi: zynqmp-gqspi: Clean up the driver a bitMark Brown1-92/+77
2025-02-03spi: realtek-rtl-snand: Drop unneeded assignment for cache_typeAndy Shevchenko1-1/+0
2025-02-03spi: zynqmp-gqspi: Always acknowledge interruptsSean Anderson1-12/+8
2025-02-03spi: zynqmp-gqspi: Clean up fillgenfifoSean Anderson1-50/+28
2025-02-03spi: zynqmp-gqspi: Add helpers for enabling/disabling DMASean Anderson1-27/+34