summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | spi: Introduce spi_for_each_valid_cs() in order of deduplicationAndy Shevchenko2024-04-161-7/+9
| | * | spi: Extract spi_toggle_csgpiod() helper for better maintananceAndy Shevchenko2024-04-161-24/+25
| * | | spi: Consistently use BIT for cs_index_mask (part 2)Andy Shevchenko2024-04-161-7/+3
| |/ /
| * | spi: pxa2xx: Move number of CS pins validation out of conditionAndy Shevchenko2024-04-151-8/+7
| * | spi: altera: Drop unneeded MODULE_ALIASKrzysztof Kozlowski2024-04-151-1/+0
| * | spi: cadence-xspi: use for_each_available_child_of_node_scoped()Kousik Sanagavarapu2024-04-101-7/+1
| * | spi: cadence-qspi: minimise register accesses on each op if !DTRThéo Lebrun2024-04-081-2/+5
| * | spi: cadence-qspi: store device data pointer in private structThéo Lebrun2024-04-081-9/+6
| * | spi: cadence-qspi: allow building for MIPSThéo Lebrun2024-04-081-1/+1
| * | spi: pxa2xx: Call pxa_ssp_free() after getting the SSP typeAndy Shevchenko2024-04-021-1/+3
| * | spi: more tx_buf/rx_buf removalMark Brown2024-03-294-36/+19
| |\ \
| | * | spi: fsl: remove is_dma_mapped checksDavid Lechner2024-03-283-17/+9
| | * | spi: au1550: t->{tx,rx}_dma checksDavid Lechner2024-03-281-19/+10
| * | | Add multi mode support for omap-mcspiMark Brown2024-03-291-21/+74
| |\ \ \
| | * | | spi: omap2-mcpsi: Enable MULTI-mode in more situationsLouis Chauvet2024-03-281-1/+14
| | * | | spi: omap2-mcspi: Add support for MULTI-modeLouis Chauvet2024-03-281-6/+61
| | * | | spi: spi-omap2-mcspi.c: revert "Toggle CS after each word"Louis Chauvet2024-03-281-15/+0
| * | | | spi: pxa2xx: Skip SSP initialization if it's done elsewhereAndy Shevchenko2024-03-281-0/+9
| * | | | spi: pxa2xx: Extract pxa2xx_spi_init_ssp() helperAndy Shevchenko2024-03-281-28/+38
| * | | | spi: pxa2xx: Drop ACPI_PTR() and of_match_ptr()Andy Shevchenko2024-03-281-6/+3
| * | | | spi: pxa2xx: Narrow the Kconfig option visibilityAndy Shevchenko2024-03-281-1/+1
| | |/ / | |/| |
| * | | spi: fsl-dspi: drop driver owner assignmentKrzysztof Kozlowski2024-03-281-1/+0
| * | | spi: coldfire-qspi: drop driver owner assignmentKrzysztof Kozlowski2024-03-281-1/+0
| * | | spi: loopback-test: drop driver owner assignmentKrzysztof Kozlowski2024-03-281-1/+0
| |/ /
| * | spi: pxa2xx: Switch to use dev_err_probe()Andy Shevchenko2024-03-261-12/+7
| * | spi: remove struct spi_message::is_dma_mappedDavid Lechner2024-03-253-24/+2
| * | spi: spi_amd: Add support for SPI MEM frameworkRaju Rangoju2024-03-251-0/+112
| * | spi: rspi: Get rid of unused struct rspi_plat_dataAndy Shevchenko2024-03-251-11/+1
| * | spi: spi-mt65xx: Rename a variable in interrupt handlerFei Shao2024-03-251-17/+15
| * | spi: mt7621: allow GPIO chip select linesJustin Swartz2024-03-251-50/+45
* | | spi: stm32: Revert change that enabled controller before asserting CSUwe Kleine-König2024-05-231-2/+12
* | | spi: microchip-core-qspi: fix setting spi bus clock rateConor Dooley2024-05-091-0/+1
* | | spi: stm32: enable controller before asserting CSBen Wolsieffer2024-05-031-12/+2
* | | spi: fix null pointer dereference within spi_syncMans Rullgard2024-05-011-0/+1
* | | spi: hisi-kunpeng: Delete the dump interface of data registers in debugfsDevyn Liu2024-04-161-2/+0
* | | spi: axi-spi-engine: fix version format stringDavid Lechner2024-04-141-1/+1
| |/ |/|
* | spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probeHuai-Yuan Liu2024-04-031-0/+2
* | spi: spi-fsl-lpspi: remove redundant spi_controller_put callCarlos Song2024-04-031-8/+6
* | spi: s3c64xx: Use DMA mode from fifo sizeJaewon Kim2024-03-291-3/+2
|/
* Merge tag 'spi-fix-v6.9-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-03-226-29/+35
|\
| * spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao2024-03-211-10/+12
| * spi: spi-imx: fix off-by-one in mx51 CPU mode burst lengthAdam Butcher2024-03-181-2/+2
| * spi: Merge up v6.8 releaseMark Brown2024-03-187-153/+40
| |\
| * | spi: lm70llp: fix links in doc and commentsKousik Sanagavarapu2024-03-181-2/+2
| * | spi: Fix error code checking in spi_mem_exec_op()Florian Fainelli2024-03-141-1/+1
| * | spi: Restore delays for non-GPIO chip selectJanne Grunau2024-03-121-10/+14
| * | spi: lpspi: Avoid potential use-after-free in probe()Alexander Sverdlin2024-03-121-4/+4
* | | Merge tag 'mfd-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds2024-03-141-0/+2
|\ \ \
| * | | spi: cs42l43: Tidy up header includesCharles Keepax2024-02-231-0/+2
* | | | Merge tag 'spi-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2024-03-1338-563/+1294
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |