aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-dw-mid.c
AgeCommit message (Expand)Author
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
2014-09-13spi: dw-mid: check that DMA was inited before exitAndy Shevchenko
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine
2012-02-22dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul
2011-10-31spi, serial: move to dma_transfer_directionVinod Koul
2011-09-21spi: spi-dw: fix all sparse warningsH Hartley Sweeten
2011-06-06spi: reorganize driversGrant Likely