aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-stm32.c
AgeCommit message (Expand)AuthorFilesLines
2025-07-07treewide: Remove redundantMark Brown1-2/+0
2025-07-05spi: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-2/+0
2025-07-01spi: stm32: delete stray tabs in stm32h7_spi_data_idleness()Dan Carpenter1-2/+2
2025-06-30spi: stm32: fix pointer-to-pointer variables usageAntonio Quartulli1-10/+12
2025-06-30spi: stm32: fix sram pool free in probe error pathClément Le Goffic1-1/+3
2025-06-24spi: stm32: deprecate `st,spi-midi-ns` propertyClément Le Goffic1-4/+19
2025-06-24spi: stm32: use STM32 DMA with STM32 MDMA to enhance DDR useClément Le Goffic1-24/+229
2025-06-24spi: stm32: Check for cfg availability in stm32_spi_probeClément Le Goffic1-1/+7
2025-06-24spi: stm32: Add SPI_READY mode to spi controllerClément Le Goffic1-4/+24
2024-10-10spi: stm32: fix missing device mode capability in stm32mp25Alain Volmat1-0/+1
2024-09-30spi: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-05-29spi: stm32: Don't warn about spurious interruptsUwe Kleine-König1-1/+1
2024-05-23spi: stm32: Revert change that enabled controller before asserting CSUwe Kleine-König1-2/+12
2024-05-03spi: stm32: enable controller before asserting CSBen Wolsieffer1-12/+2
2024-02-26spi: stm32: move splitting transfers to optimize_messageDavid Lechner1-12/+16
2024-02-07spi: drop gpf arg from __spi_split_transfer_maxsize()David Lechner1-3/+1
2023-12-21spi: stm32: add st,stm32mp25-spi compatible supporting STM32MP25 socValentin Caron1-12/+120
2023-12-21spi: stm32: use dma_get_slave_caps prior to configuring dma channelAlain Volmat1-2/+11
2023-12-11spi: stm32: switch to use modern nameYang Yingliang1-20/+20
2023-11-13spi: stm32: add STM32F7 supportBen Wolsieffer1-0/+149
2023-11-13spi: stm32: use callbacks for read_rx and write_txBen Wolsieffer1-4/+12
2023-11-13spi: stm32: rename stm32f4_* to stm32fx_*Ben Wolsieffer1-145/+145
2023-10-30spi: Merge up fixMark Brown1-0/+8
2023-10-17spi: stm32: Explicitly include correct DT includesRob Herring1-1/+2
2023-09-11spi: stm32: add a delay before SPI disableValentin Caron1-0/+8
2023-08-29Merge tag 'spi-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-6/+12
2023-08-21spi: stm32: fix accidential revert to byte-sized transfer splittingLeonard Göhrs1-3/+3
2023-07-27spi: stm32: Remove redundant dev_err_probe()Ruan Jinjie1-2/+1
2023-07-12spi: Header and core clean up and refactoringMark Brown1-1/+1
2023-07-11spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko1-1/+1
2023-07-09spi: stm32: disable device mode with st,stm32f4-spi compatibleValentin Caron1-3/+10
2023-06-15spi: stm32: introduction of stm32h7 SPI device mode supportValentin Caron1-34/+78
2023-06-15spi: stm32: use dmaengine_terminate_{a}sync instead of _allAlain Volmat1-5/+5
2023-06-15spi: stm32: renaming of spi_master into spi_controllerAlain Volmat1-77/+77
2023-04-04spi: stm32: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-03-16spi: stm32: split large transfers based on word size instead of bytesLeonard Göhrs1-3/+3
2023-03-06spi: stm32: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2022-11-03spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every runSean Nyekjaer1-1/+1
2022-10-24spi: stm32: Print summary 'callbacks suppressed' messageMarek Vasut1-0/+1
2022-04-25spi: stm32: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-2/+1
2022-02-22spi: stm32: ignore Rx queue not empty in stm32f4 Tx only modeAhmad Fatoum1-1/+1
2022-01-19spi: stm32: make SPI_MASTER_MUST_TX flags only specific to STM32F4Alain Volmat1-1/+4
2022-01-19spi: stm32: remove inexistant variables in struct stm32_spi_cfg commentAlain Volmat1-2/+0
2021-08-20spi: stm32: fix excluded_middle.cocci warningskernel test robot1-2/+1
2021-07-11spi: stm32: finalize message either on dma callback or EOTAlain Volmat1-37/+20
2021-07-11spi: stm32h7: don't wait for EOT and flush fifo on disableAlain Volmat1-22/+2
2021-07-11spi: stm32h7: rework rx fifo read functionAmelie Delaunay1-17/+13
2021-07-11spi: stm32: Revert "properly handle 0 byte transfer"Alain Volmat1-4/+0
2021-07-11spi: stm32: enable pm_runtime autosuspendAlain Volmat1-0/+11
2021-07-07spi: stm32: fixes pm_runtime calls in probe/removeAlain Volmat1-1/+8