summaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
Commit message (Expand)AuthorAgeFilesLines
* spi: microchip-core: add support for word sizes of 1 to 32 bitsSteve Wilkins2024-07-151-22/+31
* spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transferSteve Wilkins2024-07-151-0/+4
* spi: microchip-core: fix init function not setting the master and motorola modesSteve Wilkins2024-07-151-8/+9
* spi: microchip-core: only disable SPI controller when register value change r...Steve Wilkins2024-07-151-38/+41
* spi: microchip-core: defer asserting chip select until just before write to T...Steve Wilkins2024-07-151-2/+17
* spi: microchip-core: fix the issues in the isrNaga Sureshkumar Relli2024-07-151-10/+8
* spi: add ch341a usb2spi driverJohannes Thumshirn2024-07-083-0/+248
* spi: spi: Remove unnecessary ‘0’ values from statusLi zeming2024-07-081-1/+1
* spi: spi: Remove unnecessary ‘0’ values from rcLi zeming2024-07-081-1/+1
* spi: xcomm: fix coding styleNuno Sa2024-07-051-14/+14
* spi: xcomm: remove i2c_set_clientdata()Nuno Sa2024-07-051-1/+0
* spi: xcomm: make use of devm_spi_alloc_host()Nuno Sa2024-07-051-2/+2
* spi: xcomm: add gpiochip supportMichael Hennerich2024-07-051-1/+41
* spi: fsl-dspi: use common proptery 'spi-cs-setup(hold)-delay-ns'Frank Li2024-07-011-5/+14
* spi: axi-spi-engine: remove platform_set_drvdata()David Lechner2024-06-271-7/+1
* spi: spi-fsl-lpspi: Pass pm_ptr()Fabio Estevam2024-06-251-1/+1
* spi: spi-imx: Pass pm_ptr()Fabio Estevam2024-06-251-1/+1
* spi: add devm_spi_optimize_message() helperMark Brown2024-06-251-0/+1
|\
| * spi: add EXPORT_SYMBOL_GPL(devm_spi_optimize_message)David Lechner2024-06-241-0/+1
* | spi: spi-fsl-lpspi: Switch to SYSTEM_SLEEP_PM_OPS()Fabio Estevam2024-06-251-3/+3
* | spi: spi-imx: Switch to RUNTIME_PM_OPS/SYSTEM_SLEEP_PM_OPS()Fabio Estevam2024-06-251-7/+6
* | spi: add devm_spi_optimize_message() helperMark Brown2024-06-231-0/+27
|\|
| * spi: add devm_spi_optimize_message() helperDavid Lechner2024-06-221-0/+27
* | spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devicesUwe Kleine-König2024-06-211-1/+1
* | spi: cs42l43: Add speaker id support to the bridge configurationSimon Trimmer2024-06-201-21/+52
* | spi: cs42l43: Refactor accessing the SDCA extension propertiesCharles Keepax2024-06-201-0/+1
* | spi: Merge up fixesMark Brown2024-06-204-28/+20
|\ \
| * | spi: spi-imx: imx51: revert burst length calculation back to bits_per_wordMarc Kleine-Budde2024-06-191-12/+2
| * | spi: Fix SPI slave probe failureAmit Kumar Mahapatra2024-06-181-4/+6
| * | spi: Fix OCTAL mode supportPatrice Chotard2024-06-181-2/+4
| * | spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4Patrice Chotard2024-06-181-1/+1
| * | spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup()Patrice Chotard2024-06-181-6/+4
| * | spi: cs42l43: Drop cs35l56 SPI speed down to 11MHzCharles Keepax2024-06-071-2/+2
| * | spi: cs42l43: Correct SPI root clock speedCharles Keepax2024-06-041-1/+1
| |/
* | spi: spi-cadence: Enable spi refclk in slave modeAmit Kumar Mahapatra2024-06-191-7/+7
* | spi: cs42l43: Refactor accessing the SDCA extension propertiesCharles Keepax2024-06-181-16/+9
* | spi: meson-spicc: add spicc loopback modeXianwei Zhao2024-06-121-2/+4
* | spi: Rework DMA mapped flagMark Brown2024-06-118-65/+52
|\ \
| * | spi: Rework per message DMA mapped flag to be per transferAndy Shevchenko2024-06-102-47/+28
| * | spi: qup: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko2024-06-101-5/+4
| * | spi: pci1xxxx: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko2024-06-101-2/+3
| * | spi: pxa2xx: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko2024-06-101-4/+2
| * | spi: omap2-mcspi: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko2024-06-101-4/+4
| * | spi: ingenic: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko2024-06-101-2/+2
| * | spi: dw: Use new spi_xfer_is_dma_mapped() helperAndy Shevchenko2024-06-101-2/+2
| * | spi: Introduce internal spi_xfer_is_dma_mapped() helperAndy Shevchenko2024-06-101-0/+8
* | | spi: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-106-0/+6
* | | spi: meson-spicc: set SPI clock flag CLK_SET_RATE_PARENTXianwei Zhao2024-06-101-6/+10
|/ /
* | spi: pxa2xx: Convert PCI driver to use spi-pxa2xx code directlyAndy Shevchenko2024-06-031-26/+13
* | spi: pxa2xx: Move platform driver to a separate fileAndy Shevchenko2024-06-034-208/+230