summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-dw.h
Commit message (Expand)AuthorAgeFilesLines
* spi: dw: Use regset32 DebugFS method to create regdump fileSerge Semin2020-05-291-0/+2
* spi: dw: Cleanup generic DW DMA code namingsSerge Semin2020-05-291-4/+4
* spi: dw: Move Non-DMA code to the DW PCIe-SPI driverSerge Semin2020-05-291-3/+11
* spi: dw: Use DMA max burst to set the request thresholdsSerge Semin2020-05-291-0/+2
* spi: dw: Locally wait for the DMA transfers completionSerge Semin2020-05-291-0/+2
* spi: dw: Discard dma_width member of the dw_spi structureSerge Semin2020-05-221-1/+0
* spi: dw: Discard unused void priv pointerSerge Semin2020-05-221-2/+0
* spi: dw: Discard static DW DMA slave structuresSerge Semin2020-05-221-2/+0
* spi: dw: Get rid of dma_inited flagAndy Shevchenko2020-05-071-1/+0
* spi: dw: Add Elkhart Lake PSE DMA supportJarkko Nikula2020-05-061-0/+1
* 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-1/+2
* spi: dw: Downgrade interrupt.h to irqreturn.h where appropriateAndy Shevchenko2020-05-061-1/+1
* spi: dw: Move interrupt.h to spi-dw.h who is user of itAndy Shevchenko2020-05-061-0/+1
* spi: dw: Add support for DesignWare DWC_ssiWan Ahmad Zainie2020-05-051-0/+12
* spi: dw: Add update_cr0() callback to update CTRLR0Wan Ahmad Zainie2020-05-051-0/+5
* spi: dw: Fix typo in few registers nameWan Ahmad Zainie2020-05-051-4/+4
* spi: dw: remove unused dw_spi_chip handlingClement Leger2020-04-161-12/+0
* spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2020-01-031-0/+1
* spi: dw: Drop GPIO headerLinus Walleij2019-10-301-1/+0
* dw: spi: add support for Amazon's Alpine spi controllerTalel Shenhar2018-10-111-0/+2
* spi: dw: export dw_spi_set_csAlexandre Belloni2018-07-301-0/+1
* spi: dw: allow providing own set_cs callbackAlexandre Belloni2018-07-181-0/+1
* spi: dw: Convert to generalized SPI controller APIJarkko Nikula2018-02-121-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* spi: dw: Make debugfs use bus num and make irq name uniquePhil Reid2017-01-091-1/+0
* spi: dw: fix multiple slaves with different baudratesMatthias Seidel2016-09-061-0/+1
* spi: dw-mid: constify dw_spi_dma_ops structureJulia Lawall2015-11-301-1/+1
* spi: dw: introduce spi_shutdown_chip()Andy Shevchenko2015-10-191-0/+6
* spi: dw: Allow interface drivers to limit data I/O to word sizesMichael van der Westhuizen2015-08-211-0/+35
* spi: dw-spi: Convert 16bit accesses to 32bit accessesThor Thayer2015-03-171-10/+0
* spi: dw-mid: convert to use dw_dmac instead of intel_mid_dmaAndy Shevchenko2015-03-091-2/+2
* spi: dw-mid: move to use core SPI DMA mappingsAndy Shevchenko2015-03-091-11/+6
* spi: dw-mid: clear ongoing DMA transfers on timeoutAndy Shevchenko2015-03-091-0/+1
* spi: dw-mid: split dma_setup() from dma_transfer()Andy Shevchenko2015-03-091-2/+2
* spi: dw: move to SPI core message handlingAndy Shevchenko2015-03-061-26/+0
* spi: dw: make sure SPI controller is enabledAndy Shevchenko2015-03-061-0/+12
* spi: dw-mid: split rx and tx callbacks when DMAAndy Shevchenko2014-10-281-1/+1
* spi: dw-mid: change magic numbers to the constantsAndy Shevchenko2014-10-021-0/+4
* spi: dw-mid: remove redundant dmac memberAndy Shevchenko2014-09-131-1/+0
* spi: dw: remove FSF addressAndy Shevchenko2014-09-131-3/+3
* spi: dw: add support for gpio controlled chip selectBaruch Siach2014-04-241-5/+11
* spi: dw: migrate to generic queue infrastructureBaruch Siach2014-04-241-8/+0
* spi: dw: use managed resourcesBaruch Siach2013-12-311-3/+1
* spi: dw: drop unused struct dw_spi fieldBaruch Siach2013-12-301-1/+0
* spi: spi-dw: fix all sparse warningsH Hartley Sweeten2011-09-211-44/+53
* spi/dw: Add spi number into spi irq descLiu, ShuoX2011-07-081-0/+1
* spi: reorganize driversGrant Likely2011-06-061-0/+232