summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-stm32.c
Commit message (Expand)AuthorAgeFilesLines
* spi: stm32: Don't warn about spurious interruptsUwe Kleine-König2024-05-291-1/+1
* spi: stm32: Revert change that enabled controller before asserting CSUwe Kleine-König2024-05-231-2/+12
* spi: stm32: enable controller before asserting CSBen Wolsieffer2024-05-031-12/+2
* spi: stm32: move splitting transfers to optimize_messageDavid Lechner2024-02-261-12/+16
* spi: drop gpf arg from __spi_split_transfer_maxsize()David Lechner2024-02-071-3/+1
* spi: stm32: add st,stm32mp25-spi compatible supporting STM32MP25 socValentin Caron2023-12-211-12/+120
* spi: stm32: use dma_get_slave_caps prior to configuring dma channelAlain Volmat2023-12-211-2/+11
* spi: stm32: switch to use modern nameYang Yingliang2023-12-111-20/+20
* spi: stm32: add STM32F7 supportBen Wolsieffer2023-11-131-0/+149
* spi: stm32: use callbacks for read_rx and write_txBen Wolsieffer2023-11-131-4/+12
* spi: stm32: rename stm32f4_* to stm32fx_*Ben Wolsieffer2023-11-131-145/+145
* spi: Merge up fixMark Brown2023-10-301-0/+8
|\
| * spi: stm32: add a delay before SPI disableValentin Caron2023-09-111-0/+8
* | spi: stm32: Explicitly include correct DT includesRob Herring2023-10-171-1/+2
|/
* Merge tag 'spi-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2023-08-291-6/+12
|\
| * spi: stm32: Remove redundant dev_err_probe()Ruan Jinjie2023-07-271-2/+1
| * spi: Header and core clean up and refactoringMark Brown2023-07-121-1/+1
| |\
| | * spi: Get rid of old SPI_MASTER_MUST_TX & SPI_MASTER_MUST_RXAndy Shevchenko2023-07-111-1/+1
| * | spi: stm32: disable device mode with st,stm32f4-spi compatibleValentin Caron2023-07-091-3/+10
| |/
* / spi: stm32: fix accidential revert to byte-sized transfer splittingLeonard Göhrs2023-08-211-3/+3
|/
* spi: stm32: introduction of stm32h7 SPI device mode supportValentin Caron2023-06-151-34/+78
* spi: stm32: use dmaengine_terminate_{a}sync instead of _allAlain Volmat2023-06-151-5/+5
* spi: stm32: renaming of spi_master into spi_controllerAlain Volmat2023-06-151-77/+77
* spi: stm32: Use devm_platform_get_and_ioremap_resource()Yang Li2023-04-041-2/+1
* spi: stm32: split large transfers based on word size instead of bytesLeonard Göhrs2023-03-161-3/+3
* spi: stm32: Convert to platform remove callback returning voidUwe Kleine-König2023-03-061-4/+2
* spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every runSean Nyekjaer2022-11-031-1/+1
* spi: stm32: Print summary 'callbacks suppressed' messageMarek Vasut2022-10-241-0/+1
* spi: stm32: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-04-251-2/+1
* spi: stm32: ignore Rx queue not empty in stm32f4 Tx only modeAhmad Fatoum2022-02-221-1/+1
* spi: stm32: make SPI_MASTER_MUST_TX flags only specific to STM32F4Alain Volmat2022-01-191-1/+4
* spi: stm32: remove inexistant variables in struct stm32_spi_cfg commentAlain Volmat2022-01-191-2/+0
* spi: stm32: fix excluded_middle.cocci warningskernel test robot2021-08-201-2/+1
* spi: stm32: finalize message either on dma callback or EOTAlain Volmat2021-07-111-37/+20
* spi: stm32h7: don't wait for EOT and flush fifo on disableAlain Volmat2021-07-111-22/+2
* spi: stm32h7: rework rx fifo read functionAmelie Delaunay2021-07-111-17/+13
* spi: stm32: Revert "properly handle 0 byte transfer"Alain Volmat2021-07-111-4/+0
* spi: stm32: enable pm_runtime autosuspendAlain Volmat2021-07-111-0/+11
* spi: stm32: fixes pm_runtime calls in probe/removeAlain Volmat2021-07-071-1/+8
* spi: stm32h7: fix full duplex irq handler handlingAlain Volmat2021-06-301-6/+9
* Merge branch 'for-5.12' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-04-151-1/+2
|\
| * spi: stm32: drop devres version of spi_register_masterAntonio Borneo2021-03-121-1/+2
* | spi: stm32: Fix use-after-free on unbindAlain Volmat2021-03-191-14/+10
* | spi: stm32: avoid ifdef CONFIG_PM for pm callbacksAlain Volmat2021-03-121-8/+4
|/
* spi: stm32: make spurious and overrun interrupts visibleAlain Volmat2021-02-051-11/+4
* spi: stm32h7: replace private SPI_1HZ_NS with NSEC_PER_SECAmelie Delaunay2021-02-051-3/+1
* spi: stm32: defer probe for resetAlain Volmat2021-02-051-2/+8
* spi: stm32: driver uses reset controller only at initEtienne Carriere2021-02-051-6/+5
* spi: stm32h7: ensure message are smaller than max sizeAlain Volmat2021-02-051-0/+14
* spi: stm32: use bitfield macrosAmelie Delaunay2021-02-051-36/+18