summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2025-04-04Merge tag 'spi-fix-v6.15-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-22/+39
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-04-02spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absentFlorian Fainelli1-1/+14
2025-04-02spi: bcm2835: Do not call gpiod_put() on invalid descriptorFlorian Fainelli1-1/+2
2025-04-01spi: cadence-qspi: revert "Improve spi memory performance"Miquel Raynal1-1/+1
2025-03-31spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock()Josh Poimboeuf1-1/+1
2025-03-27spi: fsl-qspi: use devm function instead of driver removeHan Xu1-14/+17
2025-03-26spi: SPI_QPIC_SNAND should be tristate and depend on MTDGeert Uytterhoeven2-3/+3
2025-03-26spi-rockchip: Fix register out of bounds accessLuis de Arquer1-1/+1
2025-03-25Merge tag 'spi-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds26-226/+4378
2025-03-25objtool, spi: amd: Fix out-of-bounds stack access in amd_set_spi_freq()Josh Poimboeuf1-1/+1
2025-03-20spi: spi-mem: Introduce a default ->exec_op() debug logMiquel Raynal7-28/+11
2025-03-19spi: Fix reference count leak in slave_show()Miaoqian Lin1-1/+5
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