| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: dw: Add support for Intel Thunder Bay SPI controller | Nandhini Srikandan | 2022-07-13 | 1 | -2/+1 |
* | spi: dw: Add support for master mode selection for DWC SSI controller | Nandhini Srikandan | 2022-07-13 | 1 | -7/+1 |
* | spi: dw: Fix IP-core versions macro | Nandhini Srikandan | 2022-07-13 | 1 | -1/+1 |
* | spi: dw: Define the capabilities in a continuous bit-flags set | Serge Semin | 2021-11-16 | 1 | -1/+1 |
* | spi: dw: Replace DWC_HSSI capability with IP-core version checker | Serge Semin | 2021-11-16 | 1 | -1/+0 |
* | spi: dw: Introduce Synopsys IP-core versions interface | Serge Semin | 2021-11-16 | 1 | -8/+28 |
* | spi: dw: Convert to using the Bitfield access macros | Serge Semin | 2021-11-16 | 1 | -33/+31 |
* | spi: dw: Put the driver entities naming in order | Serge Semin | 2021-11-16 | 1 | -72/+73 |
* | spi: dw: Discard redundant DW SSI Frame Formats enumeration | Serge Semin | 2021-11-16 | 1 | -9/+3 |
* | spi: dw: Add support for 32-bits max xfer size | Damien Le Moal | 2020-12-09 | 1 | -0/+5 |
* | spi: dw: Introduce max mem-ops SPI bus frequency setting | Serge Semin | 2020-10-09 | 1 | -0/+1 |
* | spi: dw: Add memory operations support | Serge Semin | 2020-10-09 | 1 | -0/+13 |
* | spi: dw: Add generic DW SSI status-check method | Serge Semin | 2020-10-09 | 1 | -0/+1 |
* | spi: dw: Move num-of retries parameter to the header file | Serge Semin | 2020-10-09 | 1 | -0/+2 |
* | spi: dw: De-assert chip-select on reset | Serge Semin | 2020-10-09 | 1 | -3/+4 |
* | spi: dw: Refactor data IO procedure | Serge Semin | 2020-10-09 | 1 | -3/+2 |
* | spi: dw: Add DW SPI controller config structure | Serge Semin | 2020-10-09 | 1 | -0/+10 |
* | spi: dw: Add DWC SSI capability | Serge Semin | 2020-10-09 | 1 | -8/+1 |
* | Merge series "spi: dw: Add full Baikal-T1 SPI Controllers support" from Serge... | Mark Brown | 2020-09-29 | 1 | -23/+22 |
|\ |
|
| * | spi: spi-dw: Remove extraneous locking | Serge Semin | 2020-09-29 | 1 | -1/+0 |
| * | spi: dw: Add KeemBay Master capability | Serge Semin | 2020-09-29 | 1 | -0/+8 |
| * | spi: dw: Convert CS-override to DW SPI capabilities | Serge Semin | 2020-09-29 | 1 | -1/+6 |
| * | spi: dw: Discard DW SSI chip type storages | Serge Semin | 2020-09-29 | 1 | -1/+0 |
| * | spi: dw: Use relaxed IO-methods to access FIFOs | Serge Semin | 2020-09-29 | 1 | -14/+4 |
| * | spi: dw: Clear IRQ status on DW SPI controller reset | Serge Semin | 2020-09-29 | 1 | -3/+4 |
| * | spi: dw: Discard IRQ threshold macro | Serge Semin | 2020-09-29 | 1 | -3/+0 |
* | | spi: dw-dma: Add one-by-one SG list entries transfer | Serge Semin | 2020-09-29 | 1 | -0/+1 |
|/ |
|
* | spi: dw: Add support for RX sample delay register | Lars Povlsen | 2020-09-08 | 1 | -0/+3 |
* | spi: dw: Use regset32 DebugFS method to create regdump file | Serge Semin | 2020-05-29 | 1 | -0/+2 |
* | spi: dw: Cleanup generic DW DMA code namings | Serge Semin | 2020-05-29 | 1 | -4/+4 |
* | spi: dw: Move Non-DMA code to the DW PCIe-SPI driver | Serge Semin | 2020-05-29 | 1 | -3/+11 |
* | spi: dw: Use DMA max burst to set the request thresholds | Serge Semin | 2020-05-29 | 1 | -0/+2 |
* | spi: dw: Locally wait for the DMA transfers completion | Serge Semin | 2020-05-29 | 1 | -0/+2 |
* | spi: dw: Discard dma_width member of the dw_spi structure | Serge Semin | 2020-05-22 | 1 | -1/+0 |
* | spi: dw: Discard unused void priv pointer | Serge Semin | 2020-05-22 | 1 | -2/+0 |
* | spi: dw: Discard static DW DMA slave structures | Serge Semin | 2020-05-22 | 1 | -2/+0 |
* | spi: dw: Get rid of dma_inited flag | Andy Shevchenko | 2020-05-07 | 1 | -1/+0 |
* | spi: dw: Add Elkhart Lake PSE DMA support | Jarkko Nikula | 2020-05-06 | 1 | -0/+1 |
* | spi: dw: Propagate struct device pointer to ->dma_init() callback | Andy Shevchenko | 2020-05-06 | 1 | -1/+1 |
* | spi: dw: Add 'mfld' suffix to Intel Medfield related routines | Andy Shevchenko | 2020-05-06 | 1 | -1/+2 |
* | spi: dw: Downgrade interrupt.h to irqreturn.h where appropriate | Andy Shevchenko | 2020-05-06 | 1 | -1/+1 |
* | spi: dw: Move interrupt.h to spi-dw.h who is user of it | Andy Shevchenko | 2020-05-06 | 1 | -0/+1 |
* | spi: dw: Add support for DesignWare DWC_ssi | Wan Ahmad Zainie | 2020-05-05 | 1 | -0/+12 |
* | spi: dw: Add update_cr0() callback to update CTRLR0 | Wan Ahmad Zainie | 2020-05-05 | 1 | -0/+5 |
* | spi: dw: Fix typo in few registers name | Wan Ahmad Zainie | 2020-05-05 | 1 | -4/+4 |
* | spi: dw: remove unused dw_spi_chip handling | Clement Leger | 2020-04-16 | 1 | -12/+0 |
* | spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent calls | wuxu.wu | 2020-01-03 | 1 | -0/+1 |
* | spi: dw: Drop GPIO header | Linus Walleij | 2019-10-30 | 1 | -1/+0 |
* | dw: spi: add support for Amazon's Alpine spi controller | Talel Shenhar | 2018-10-11 | 1 | -0/+2 |
* | spi: dw: export dw_spi_set_cs | Alexandre Belloni | 2018-07-30 | 1 | -0/+1 |