summaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | spi: Introduce SPI_INVALID_CS and is_valid_cs()Andy Shevchenko2024-03-071-16/+23
| * | spi: Consistently use BIT for cs_index_maskAndy Shevchenko2024-03-071-24/+11
| * | spi: Exctract spi_dev_check_cs() helperAndy Shevchenko2024-03-061-20/+27
| * | spi: Exctract spi_set_all_cs_unused() helperAndy Shevchenko2024-03-061-50/+24
| * | spi: s3c64xx: switch exynos850 to new port config dataTudor Ambarus2024-03-051-4/+3
| * | spi: s3c64xx: switch gs101 to new port config dataTudor Ambarus2024-03-051-6/+6
| * | spi: s3c64xx: deprecate fifo_lvl_mask, rx_lvl_offset and port_idTudor Ambarus2024-03-051-3/+23
| * | spi: s3c64xx: get rid of the OF alias ID dependencyTudor Ambarus2024-03-051-0/+4
| * | spi: s3c64xx: introduce s3c64xx_spi_set_port_id()Tudor Ambarus2024-03-051-12/+25
| * | spi: s3c64xx: let the SPI core determine the bus numberTudor Ambarus2024-03-051-2/+2
| * | spi: s3c64xx: allow FIFO depth to be determined from the compatibleTudor Ambarus2024-03-051-2/+6