aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-dw-mid.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-13spi: dw-mid: check that DMA was inited before exitAndy Shevchenko1-0/+2
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz1-2/+2
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine1-2/+2
2012-02-22dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar1-0/+3
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul1-4/+4
2011-10-31spi, serial: move to dma_transfer_directionVinod Koul1-4/+4
2011-09-21spi: spi-dw: fix all sparse warningsH Hartley Sweeten1-4/+5
2011-06-06spi: reorganize driversGrant Likely1-0/+224