summaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
Commit message (Expand)AuthorAgeFilesLines
* spi: pxa2xx: Extract pxa2xx_spi_platform_*() callbacksAndy Shevchenko2024-06-031-19/+33
* spi: pxa2xx: Remove superflous check for Intel Atom SoCsAndy Shevchenko2024-06-031-15/+11
* spi: pxa2xx: Remove duplicate checkAndy Shevchenko2024-06-031-3/+0
* spi: pxa2xx: Print DMA burst size only when DMA is enabledAndy Shevchenko2024-06-031-1/+2
* spi: pxa2xx: Utilise temporary variable for struct deviceAndy Shevchenko2024-06-031-10/+11
* spi: pxa2xx: Remove hard coded number of chip select pinsAndy Shevchenko2024-06-031-4/+0
* spi: pxa2xx: Remove no more needed driver dataAndy Shevchenko2024-06-031-6/+6
* spi: pxa2xx: Reorganize the SSP type retrievalAndy Shevchenko2024-06-031-14/+11
* spi: pxa2xx: Wrap pxa_ssp_request() to be device managed resourceAndy Shevchenko2024-06-031-18/+32
* spi: Merge up fixesMark Brown2024-06-033-6/+25
|\
| * spi: stm32: Don't warn about spurious interruptsUwe Kleine-König2024-05-291-1/+1
| * spi: Assign dummy scatterlist to unidirectional transfersAndy Shevchenko2024-05-291-0/+9
| * spi: cadence: Ensure data lines set to low during dummy-cycle periodWitold Sadowski2024-05-291-5/+15
* | Add support for GPIO based CSMark Brown2024-05-291-1/+5
|\ \
| * | spi: spi-microchip-core: Add support for GPIO based CSPrajna Rajendra Kumar2024-05-271-0/+4
| * | spi: spi-microchip-core: Fix the number of chip selects supportedPrajna Rajendra Kumar2024-05-271-1/+1
| |/
* | spi: gpio: Convert to be used outside of OFMark Brown2024-05-291-41/+25
|\ \
| * | spi: gpio: Use traditional pattern when checking error codesAndy Shevchenko2024-05-271-8/+7
| * | spi: gpio: Make use of device propertiesAndy Shevchenko2024-05-271-33/+18
| |/
* | spi: bitbang: Clean up the driverMark Brown2024-05-291-46/+27
|\ \
| * | spi: bitbang: Convert unsigned to unsigned intAndy Shevchenko2024-05-271-24/+18
| * | spi: bitbang: Use typedef for txrx_*() callbacksAndy Shevchenko2024-05-271-22/+9
| |/
* | spi: differentiate between unsupported and invalidMark Brown2024-05-294-14/+16
|\ \
| * | spi: wpcm-fiu: differentiate between unsupported and invalid requestsMiquel Raynal2024-05-271-3/+3
| * | spi: rpc-if: differentiate between unsupported and invalid requestsMiquel Raynal2024-05-271-6/+6
| * | spi: mxic: differentiate between unsupported and invalid requestsMiquel Raynal2024-05-271-1/+1
| * | spi: dw: differentiate between unsupported and invalid requestsMiquel Raynal2024-05-271-4/+6
| |/
* | Add optional reset control for Cadence SPIMark Brown2024-05-291-0/+13
|\ \
| * | spi: spi-cadence: Add optional reset control supportJi Sheng Teoh2024-05-271-0/+13
| |/
* | spi: Refactor spi_stop_queue()Andy Shevchenko2024-05-271-15/+10
* | spi: Replace custom code with device_match_acpi_handle()Andy Shevchenko2024-05-271-2/+2
* | spi: atmel-quadspi: Add missing check for clk_prepareChen Ni2024-05-271-2/+9
* | spi: imx: remove empty cleanup functionMartin Kaiser2024-05-271-5/+0
* | spi: axi-spi-engine: Add SPI_CS_HIGH supportDavid Lechner2024-05-271-0/+34
|/
* soi: Don't call DMA sync API when not neededMark Brown2024-05-2340-517/+1909
|\
| * spi: Check if transfer is mapped before calling DMA sync APIsAndy Shevchenko2024-05-231-5/+13
| * spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko2024-05-231-0/+4
| * spi: dw: Bail out early on unsupported target modeGeert Uytterhoeven2024-05-091-0/+5
| * spi: Remove unneded check for orig_nentsAndy Shevchenko2024-05-081-14/+8
| * spi: pxa2xx: Drop linux/spi/pxa2xx_spi.hMark Brown2024-05-065-118/+69
| |\
| | * spi: pxa2xx: Don't provide struct chip_data for othersAndy Shevchenko2024-05-032-8/+8
| | * spi: pxa2xx: Remove timeout field from struct chip_dataAndy Shevchenko2024-05-032-4/+1
| | * spi: pxa2xx: Remove DMA parameters from struct chip_dataAndy Shevchenko2024-05-033-61/+9
| | * spi: pxa2xx: Drop struct pxa2xx_spi_chipAndy Shevchenko2024-05-033-46/+2
| | * spi: pxa2xx: Don't use "proxy" headersAndy Shevchenko2024-05-034-7/+22
| | * spi: pxa2xx: Remove outdated documentationAndy Shevchenko2024-05-031-2/+1
| | * spi: pxa2xx: Move contents of linux/spi/pxa2xx_spi.h to a local oneAndy Shevchenko2024-05-034-5/+37
| | * spi: pxa2xx: Allow number of chip select pins to be read from propertyAndy Shevchenko2024-05-031-1/+5
| * | spi: dw: Auto-detect number of native CSMark Brown2024-05-063-11/+19
| |\ \
| | * | spi: dw: Drop default number of CS settingSerge Semin2024-05-031-6/+2