aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-dw.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-03spi: dw: Convert dw_spi::num_cs to u32Serge Semin1-1/+1
2023-08-07spi: dw: switch to use modern nameYang Yingliang1-2/+2
2023-05-15spi: dw: Add DMA address widths capability checkJoy Chakraborty1-0/+1
2022-07-13spi: dw: Add support for Intel Thunder Bay SPI controllerNandhini Srikandan1-2/+1
2022-07-13spi: dw: Add support for master mode selection for DWC SSI controllerNandhini Srikandan1-7/+1
2022-07-13spi: dw: Fix IP-core versions macroNandhini Srikandan1-1/+1
2021-11-16spi: dw: Define the capabilities in a continuous bit-flags setSerge Semin1-1/+1
2021-11-16spi: dw: Replace DWC_HSSI capability with IP-core version checkerSerge Semin1-1/+0
2021-11-16spi: dw: Introduce Synopsys IP-core versions interfaceSerge Semin1-8/+28
2021-11-16spi: dw: Convert to using the Bitfield access macrosSerge Semin1-33/+31
2021-11-16spi: dw: Put the driver entities naming in orderSerge Semin1-72/+73
2021-11-16spi: dw: Discard redundant DW SSI Frame Formats enumerationSerge Semin1-9/+3
2020-12-09spi: dw: Add support for 32-bits max xfer sizeDamien Le Moal1-0/+5
2020-10-08spi: dw: Introduce max mem-ops SPI bus frequency settingSerge Semin1-0/+1
2020-10-08spi: dw: Add memory operations supportSerge Semin1-0/+13
2020-10-08spi: dw: Add generic DW SSI status-check methodSerge Semin1-0/+1
2020-10-08spi: dw: Move num-of retries parameter to the header fileSerge Semin1-0/+2
2020-10-08spi: dw: De-assert chip-select on resetSerge Semin1-3/+4
2020-10-08spi: dw: Refactor data IO procedureSerge Semin1-3/+2
2020-10-08spi: dw: Add DW SPI controller config structureSerge Semin1-0/+10
2020-10-08spi: dw: Add DWC SSI capabilitySerge Semin1-8/+1
2020-09-29Merge series "spi: dw: Add full Baikal-T1 SPI Controllers support" from Serge...Mark Brown1-23/+22
2020-09-29spi: spi-dw: Remove extraneous lockingSerge Semin1-1/+0
2020-09-29spi: dw: Add KeemBay Master capabilitySerge Semin1-0/+8
2020-09-29spi: dw: Convert CS-override to DW SPI capabilitiesSerge Semin1-1/+6
2020-09-29spi: dw: Discard DW SSI chip type storagesSerge Semin1-1/+0
2020-09-29spi: dw: Use relaxed IO-methods to access FIFOsSerge Semin1-14/+4
2020-09-29spi: dw: Clear IRQ status on DW SPI controller resetSerge Semin1-3/+4
2020-09-29spi: dw: Discard IRQ threshold macroSerge Semin1-3/+0
2020-09-29spi: dw-dma: Add one-by-one SG list entries transferSerge Semin1-0/+1
2020-09-08spi: dw: Add support for RX sample delay registerLars Povlsen1-0/+3
2020-05-29spi: dw: Use regset32 DebugFS method to create regdump fileSerge Semin1-0/+2
2020-05-29spi: dw: Cleanup generic DW DMA code namingsSerge Semin1-4/+4
2020-05-29spi: dw: Move Non-DMA code to the DW PCIe-SPI driverSerge Semin1-3/+11
2020-05-29spi: dw: Use DMA max burst to set the request thresholdsSerge Semin1-0/+2
2020-05-29spi: dw: Locally wait for the DMA transfers completionSerge Semin1-0/+2
2020-05-22spi: dw: Discard dma_width member of the dw_spi structureSerge Semin1-1/+0
2020-05-22spi: dw: Discard unused void priv pointerSerge Semin1-2/+0
2020-05-22spi: dw: Discard static DW DMA slave structuresSerge Semin1-2/+0
2020-05-07spi: dw: Get rid of dma_inited flagAndy Shevchenko1-1/+0
2020-05-06spi: dw: Add Elkhart Lake PSE DMA supportJarkko Nikula1-0/+1
2020-05-06spi: dw: Propagate struct device pointer to ->dma_init() callbackAndy Shevchenko1-1/+1
2020-05-06spi: dw: Add 'mfld' suffix to Intel Medfield related routinesAndy Shevchenko1-1/+2
2020-05-06spi: dw: Downgrade interrupt.h to irqreturn.h where appropriateAndy Shevchenko1-1/+1
2020-05-06spi: dw: Move interrupt.h to spi-dw.h who is user of itAndy Shevchenko1-0/+1
2020-05-05spi: dw: Add support for DesignWare DWC_ssiWan Ahmad Zainie1-0/+12
2020-05-05spi: dw: Add update_cr0() callback to update CTRLR0Wan Ahmad Zainie1-0/+5
2020-05-05spi: dw: Fix typo in few registers nameWan Ahmad Zainie1-4/+4
2020-04-16spi: dw: remove unused dw_spi_chip handlingClement Leger1-12/+0
2020-01-03spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu1-0/+1
2019-10-30spi: dw: Drop GPIO headerLinus Walleij1-1/+0
2018-10-11dw: spi: add support for Amazon's Alpine spi controllerTalel Shenhar1-0/+2
2018-07-30spi: dw: export dw_spi_set_csAlexandre Belloni1-0/+1
2018-07-18spi: dw: allow providing own set_cs callbackAlexandre Belloni1-0/+1
2018-02-12spi: dw: Convert to generalized SPI controller APIJarkko Nikula1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-09spi: dw: Make debugfs use bus num and make irq name uniquePhil Reid1-1/+0
2016-09-06spi: dw: fix multiple slaves with different baudratesMatthias Seidel1-0/+1
2015-11-30spi: dw-mid: constify dw_spi_dma_ops structureJulia Lawall1-1/+1
2015-10-19spi: dw: introduce spi_shutdown_chip()Andy Shevchenko1-0/+6
2015-08-21spi: dw: Allow interface drivers to limit data I/O to word sizesMichael van der Westhuizen1-0/+35
2015-03-17spi: dw-spi: Convert 16bit accesses to 32bit accessesThor Thayer1-10/+0
2015-03-09spi: dw-mid: convert to use dw_dmac instead of intel_mid_dmaAndy Shevchenko1-2/+2
2015-03-09spi: dw-mid: move to use core SPI DMA mappingsAndy Shevchenko1-11/+6
2015-03-09spi: dw-mid: clear ongoing DMA transfers on timeoutAndy Shevchenko1-0/+1
2015-03-09spi: dw-mid: split dma_setup() from dma_transfer()Andy Shevchenko1-2/+2
2015-03-06spi: dw: move to SPI core message handlingAndy Shevchenko1-26/+0
2015-03-06spi: dw: make sure SPI controller is enabledAndy Shevchenko1-0/+12
2014-10-28spi: dw-mid: split rx and tx callbacks when DMAAndy Shevchenko1-1/+1
2014-10-02spi: dw-mid: change magic numbers to the constantsAndy Shevchenko1-0/+4
2014-09-13spi: dw-mid: remove redundant dmac memberAndy Shevchenko1-1/+0
2014-09-13spi: dw: remove FSF addressAndy Shevchenko1-3/+3
2014-04-24spi: dw: add support for gpio controlled chip selectBaruch Siach1-5/+11
2014-04-24spi: dw: migrate to generic queue infrastructureBaruch Siach1-8/+0
2013-12-31spi: dw: use managed resourcesBaruch Siach1-3/+1
2013-12-30spi: dw: drop unused struct dw_spi fieldBaruch Siach1-1/+0
2011-09-21spi: spi-dw: fix all sparse warningsH Hartley Sweeten1-44/+53
2011-07-08spi/dw: Add spi number into spi irq descLiu, ShuoX1-0/+1
2011-06-06spi: reorganize driversGrant Likely1-0/+232