summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-dw.h
AgeCommit message (Expand)Author
2020-05-29spi: dw: Use regset32 DebugFS method to create regdump fileSerge Semin
2020-05-29spi: dw: Cleanup generic DW DMA code namingsSerge Semin
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: Locally wait for the DMA transfers completionSerge Semin
2020-05-22spi: dw: Discard dma_width member of the dw_spi structureSerge Semin
2020-05-22spi: dw: Discard unused void priv pointerSerge Semin
2020-05-22spi: dw: Discard static DW DMA slave structuresSerge Semin
2020-05-07spi: dw: Get rid of dma_inited flagAndy 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: Downgrade interrupt.h to irqreturn.h where appropriateAndy Shevchenko
2020-05-06spi: dw: Move interrupt.h to spi-dw.h who is user of itAndy Shevchenko
2020-05-05spi: dw: Add support for DesignWare DWC_ssiWan Ahmad Zainie
2020-05-05spi: dw: Add update_cr0() callback to update CTRLR0Wan Ahmad Zainie
2020-05-05spi: dw: Fix typo in few registers nameWan Ahmad Zainie
2020-04-16spi: dw: remove unused dw_spi_chip handlingClement Leger
2020-01-03spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu
2019-10-30spi: dw: Drop GPIO headerLinus Walleij
2018-10-11dw: spi: add support for Amazon's Alpine spi controllerTalel Shenhar
2018-07-30spi: dw: export dw_spi_set_csAlexandre Belloni
2018-07-18spi: dw: allow providing own set_cs callbackAlexandre Belloni
2018-02-12spi: dw: Convert to generalized SPI controller APIJarkko Nikula
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-01-09spi: dw: Make debugfs use bus num and make irq name uniquePhil Reid
2016-09-06spi: dw: fix multiple slaves with different baudratesMatthias Seidel
2015-11-30spi: dw-mid: constify dw_spi_dma_ops structureJulia Lawall
2015-10-19spi: dw: introduce spi_shutdown_chip()Andy Shevchenko
2015-08-21spi: dw: Allow interface drivers to limit data I/O to word sizesMichael van der Westhuizen
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: split dma_setup() from dma_transfer()Andy Shevchenko
2015-03-06spi: dw: move to SPI core message handlingAndy Shevchenko
2015-03-06spi: dw: make sure SPI controller is enabledAndy Shevchenko
2014-10-28spi: dw-mid: split rx and tx callbacks when DMAAndy Shevchenko
2014-10-02spi: dw-mid: change magic numbers to the constantsAndy Shevchenko
2014-09-13spi: dw-mid: remove redundant dmac memberAndy Shevchenko
2014-09-13spi: dw: remove FSF addressAndy Shevchenko
2014-04-24spi: dw: add support for gpio controlled chip selectBaruch Siach
2014-04-24spi: dw: migrate to generic queue infrastructureBaruch Siach
2013-12-31spi: dw: use managed resourcesBaruch Siach
2013-12-30spi: dw: drop unused struct dw_spi fieldBaruch Siach
2011-09-21spi: spi-dw: fix all sparse warningsH Hartley Sweeten
2011-07-08spi/dw: Add spi number into spi irq descLiu, ShuoX
2011-06-06spi: reorganize driversGrant Likely