aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2025-04-10spi: fsl-spi: Remove redundant probe error messageKevin Hao1-1/+0
2025-04-10spi: fsl-qspi: Fix double cleanup in probe error pathKevin Hao1-5/+2
2025-04-09spi: spi_amd: Fix an IS_ERR() vs NULL check in probeDan Carpenter1-2/+2
2025-04-08spi: spi-stm32-ospi: dt-bindings fixesMark Brown1-1/+1
2025-04-08spi: xcomm: use new GPIO line value setter callbacksBartosz Golaszewski1-4/+4
2025-04-06spi: spi_amd: Add PCI-based driver for AMD HID2 SPI controllerRaju Rangoju4-49/+145
2025-04-06spi: spi-qpic-snand: use kmalloc() for OOB buffer allocationGabor Juhos1-1/+1
2025-04-06spi: Simplify conditionals in spi_set_cs()Andy Shevchenko1-6/+4
2025-04-06spi: spi-stm32-ospi: Make "resets" a required propertyPatrice Chotard1-1/+1
2025-04-04Merge tag 'spi-fix-v6.15-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds7-22/+39
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/broonie/spiLinus Torvalds26-225/+4377
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