summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
6 daysspi: bcm63xx: Fix missing pm_runtime_disable()Jinjie Ruan1-4/+4
6 daysspi: bcm63xx: Fix module autoloadingJinjie Ruan1-0/+1
6 daysspi: s3c64xx: fix timeout counters in flush_fifoBen Dooks1-2/+2
6 daysspi: spi-imx: Fix pm_runtime_set_suspended() with runtime pm enabledJinjie Ruan1-1/+1
6 daysspi: spi-fsl-lpspi: Undo runtime PM changes at driver exit timeJinjie Ruan1-0/+1
6 daysspi: atmel-quadspi: Undo runtime PM changes at driver exit timeJinjie Ruan1-0/+1
6 daysspi: ppc4xx: Avoid returning 0 when failed to parse and map IRQAndy Shevchenko1-3/+3
6 daysspi: ppc4xx: handle irq_of_parse_and_map() errorsMa Ke1-0/+3
2024-09-30spi: spidev: Add missing spi_device_id for jg10309-01Geert Uytterhoeven1-0/+1
2024-09-30spi: bcm63xx: Enable module autoloadingLiao Chen1-0/+1
2024-09-30spi: spidev: Add an entry for elgin,jg10309-01Fabio Estevam1-0/+1
2024-09-18spi: geni-qcom: Fix incorrect free_irq() sequenceJinjie Ruan1-2/+2
2024-09-18spi: geni-qcom: Undo runtime PM changes at driver exit timeJinjie Ruan1-7/+6
2024-09-18spi: geni-qcom: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2024-09-18spi: nxp-fspi: fix the KASAN report out-of-bounds bugHan Xu1-2/+3
2024-09-12spi: rockchip: Resolve unbalanced runtime PM / system PM handlingBrian Norris1-16/+7
2024-08-14spi: spi-fsl-lpspi: Fix scldiv calculationStefan Wahren1-2/+4
2024-08-14spi: spidev: Add missing spi_device_id for bh2228fvGeert Uytterhoeven1-0/+1
2024-08-03spi: spidev: add correct compatible for Rohm BH2228FVConor Dooley1-0/+1
2024-08-03spi: spidev: order compatibles alphabeticallyKrzysztof Kozlowski1-4/+4
2024-08-03spidev: Add Silicon Labs EM3581 device compatibleVincent Tremblay1-0/+2
2024-08-03spi: microchip-core: fix init function not setting the master and motorola modesSteve Wilkins1-8/+9
2024-08-03spi: microchip-core: switch to use modern nameYang Yingliang1-37/+37
2024-08-03spi: microchip-core: only disable SPI controller when register value change r...Steve Wilkins1-38/+41
2024-08-03spi: microchip-core: fix the issues in the isrNaga Sureshkumar Relli1-10/+8
2024-08-03spi: atmel-quadspi: Add missing check for clk_prepareChen Ni1-2/+9
2024-08-03spi: spi-microchip-core: Fix the number of chip selects supportedPrajna Rajendra Kumar1-1/+1
2024-07-25spi: mux: set ctlr->bits_per_word_maskDavid Lechner1-0/+1
2024-07-25spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devicesUwe Kleine-König1-1/+1
2024-07-11spi: cadence: Ensure data lines set to low during dummy-cycle periodWitold Sadowski1-5/+15
2024-06-27spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4Patrice Chotard1-1/+1
2024-06-27spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup()Patrice Chotard1-6/+4
2024-06-12spi: stm32: Don't warn about spurious interruptsUwe Kleine-König1-1/+1
2024-06-12spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko1-0/+4
2024-05-17spi: microchip-core-qspi: fix setting spi bus clock rateConor Dooley1-0/+1
2024-05-17spi: fix null pointer dereference within spi_syncMans Rullgard1-0/+1
2024-05-17spi: hisi-kunpeng: Delete the dump interface of data registers in debugfsDevyn Liu1-2/+0
2024-05-17spi: axi-spi-engine: fix version format stringDavid Lechner1-1/+1
2024-05-17spi: axi-spi-engine: use common AXI macrosDavid Lechner1-11/+6
2024-05-17spi: axi-spi-engine: move msg state to new structDavid Lechner1-54/+96
2024-05-17spi: axi-spi-engine: use devm_spi_alloc_host()David Lechner1-21/+10
2024-05-17spi: axi-spi-engine: simplify driver data allocationDavid Lechner1-6/+2
2024-05-17spi: spi-axi-spi-engine: Use helper function devm_clk_get_enabled()Li Zetao1-20/+5
2024-05-17spi: spi-axi-spi-engine: switch to use modern nameYang Yingliang1-29/+29
2024-05-17spi: axi-spi-engine: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-17spi: introduce new helpers with using modern namingYang Yingliang1-0/+11
2024-03-27spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao1-10/+12
2024-03-01spi: sh-msiof: avoid integer overflow in constantsWolfram Sang1-8/+8
2024-03-01spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were detectedDevyn Liu1-0/+5
2024-02-23spi: ppc4xx: Drop write-only variableUwe Kleine-König1-5/+0