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