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