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