summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-dw-mid.c
Commit message (Expand)AuthorAgeFilesLines
* spi: dw: Move Non-DMA code to the DW PCIe-SPI driverSerge Semin2020-05-291-529/+0
* spi: dw: Use DMA max burst to set the request thresholdsSerge Semin2020-05-291-4/+33
* spi: dw: Parameterize the DMA Rx/Tx burst lengthSerge Semin2020-05-291-4/+6
* spi: dw: Add SPI Rx-done wait method to DMA-based transferSerge Semin2020-05-291-1/+47
* spi: dw: Add SPI Tx-done wait method to DMA-based transferSerge Semin2020-05-291-0/+34
* spi: dw: Locally wait for the DMA transfers completionSerge Semin2020-05-291-4/+40
* spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin2020-05-291-1/+1
* spi: dw: Discard dma_width member of the dw_spi structureSerge Semin2020-05-221-5/+5
* spi: dw: Discard static DW DMA slave structuresSerge Semin2020-05-221-11/+8
* spi: dw: Enable interrupts in accordance with DMA xfer modeSerge Semin2020-05-221-4/+8
* spi: dw: Clear DMAC register when done or stoppedSerge Semin2020-05-151-0/+8
* spi: dw: Get rid of dma_inited flagAndy Shevchenko2020-05-071-14/+14
* spi: dw: Avoid useless assignments in generic DMA setupAndy Shevchenko2020-05-071-2/+0
* spi: dw: Add Elkhart Lake PSE DMA supportJarkko Nikula2020-05-061-0/+44
* spi: dw: Propagate struct device pointer to ->dma_init() callbackAndy Shevchenko2020-05-061-1/+1
* spi: dw: Add 'mfld' suffix to Intel Medfield related routinesAndy Shevchenko2020-05-061-10/+14
* spi: dw: Move few headers under #ifdef CONFIG_SPI_DW_MID_DMAAndy Shevchenko2020-05-061-3/+2
* spi: dw: Downgrade interrupt.h to irqreturn.h where appropriateAndy Shevchenko2020-05-061-1/+1
* spi: dw: Zero DMA Tx and Rx configurations on stackAndy Shevchenko2020-05-061-0/+2
* spi: dw: Add update_cr0() callback to update CTRLR0Wan Ahmad Zainie2020-05-051-0/+4
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
* spi: dw: Convert to generalized SPI controller APIJarkko Nikula2018-02-121-3/+3
* spi: dw-mid: switch to new dmaengine_terminate_* API (part 2)Andy Shevchenko2017-01-041-2/+2
* spi: dw-mid: switch to new dmaengine_terminate_* APIAndy Shevchenko2016-02-051-2/+2
* spi: dw-mid: constify dw_spi_dma_ops structureJulia Lawall2015-11-301-1/+1
* spi: dw-spi: Convert 16bit accesses to 32bit accessesThor Thayer2015-03-171-5/+5
* spi: dw-mid: convert to use dw_dmac instead of intel_mid_dmaAndy Shevchenko2015-03-091-26/+19
* spi: dw-mid: move to use core SPI DMA mappingsAndy Shevchenko2015-03-091-22/+30
* spi: dw-mid: clear ongoing DMA transfers on timeoutAndy Shevchenko2015-03-091-0/+13
* spi: dw-mid: take care of FIFO overrun/underrun when do DMAAndy Shevchenko2015-03-091-0/+21
* spi: dw-mid: split dma_setup() from dma_transfer()Andy Shevchenko2015-03-091-11/+6
* spi: dw-mid: convert value of dma_width to enum dma_slave_buswidthAndy Shevchenko2015-03-091-2/+11
* Merge branch 'fix/dw' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Mark Brown2015-03-091-2/+10
|\
| * spi: dw-mid: clear BUSY flag fist and test other oneAndy Shevchenko2015-03-071-2/+4
| * spi: dw-mid: avoid potential NULL dereferenceAndy Shevchenko2015-03-061-0/+6
* | spi: dw: move to SPI core message handlingAndy Shevchenko2015-03-061-2/+2
|/
* spi: dw-mid: get a proper clock frequency for SPI2Andy Shevchenko2015-01-271-5/+8
* spi: dw-pci: describe Intel MID controllers betterAndy Shevchenko2015-01-071-2/+0
* spi: dw-mid: fix FIFO sizeAndy Shevchenko2015-01-051-1/+0
* spi: dw-mid: split rx and tx callbacks when DMAAndy Shevchenko2014-10-281-14/+39
* spi: dw-mid: refactor to use helpersAndy Shevchenko2014-10-281-21/+48
* spi: dw-mid: follow new DMAengine workflowAndy Shevchenko2014-10-021-2/+6
* spi: dw-mid: convert to use DMAengine wrappersAndy Shevchenko2014-10-021-12/+7
* spi: dw-mid: change magic numbers to the constantsAndy Shevchenko2014-10-021-2/+2
* spi: dw-mid: terminate ongoing transfers at exitAndy Shevchenko2014-09-241-0/+4
* spi: dw-mid: respect 8 bit modeAndy Shevchenko2014-09-241-2/+2
* spi: dw-mid: remove FSF address and update copyrightAndy Shevchenko2014-09-131-5/+1
* spi: dw-mid: remove redundant dmac memberAndy Shevchenko2014-09-131-4/+8
* spi: dw-mid: remove Moorestown supportAndy Shevchenko2014-09-131-5/+3