summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-dw.c
Commit message (Expand)AuthorAgeFilesLines
* spi: dw: Add core suffix to the DW APB SSI core source fileSerge Semin2020-05-291-577/+0
* spi: dw: Fix Rx-only DMA transfersSerge Semin2020-05-291-0/+1
* spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin2020-05-291-5/+2
* spi: dw: Set xfer effective_speed_hzSerge Semin2020-05-291-0/+1
* spi: dw: Discard dma_width member of the dw_spi structureSerge Semin2020-05-221-1/+0
* spi: dw: Fix native CS being unsetSerge Semin2020-05-151-1/+9
* spi: dw: Get rid of dma_inited flagAndy Shevchenko2020-05-071-2/+0
* spi: dw: Propagate struct device pointer to ->dma_init() callbackAndy Shevchenko2020-05-061-1/+1
* spi: dw: Remove unused variable in CR0 configuring hooksAndy Shevchenko2020-05-061-2/+0
* spi: dw: Add support for DesignWare DWC_ssiWan Ahmad Zainie2020-05-051-0/+33
* spi: dw: Add update_cr0() callback to update CTRLR0Wan Ahmad Zainie2020-05-051-8/+21
* spi: dw: Fix typo in few registers nameWan Ahmad Zainie2020-05-051-9/+9
* spi: dw: remove cs_control and poll_mode members from chip_dataClement Leger2020-04-161-40/+1
* spi: dw: remove unused dw_spi_chip handlingClement Leger2020-04-161-16/+0
* Merge branch 'spi-5.6' into spi-nextMark Brown2020-01-231-1/+2
|\
| * Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-12-251-2/+3
| |\
| * | spi: dw: Avoid BUG_ON() in case of host failureAditya Pakki2019-12-111-1/+2
* | | Merge branch 'spi-5.5' into spi-linusMark Brown2020-01-231-0/+3
|\ \ \
| * | | spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong2020-01-061-0/+3
* | | | Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-061-3/+12
|\| | |
| * | | spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu2020-01-031-3/+12
| | |/ | |/|
* | | Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-171-2/+3
|\| | | |/ |/|
| * spi: dw: Correct handling of native chipselectCharles Keepax2019-11-281-2/+3
* | Merge branch 'spi-5.5' into spi-nextMark Brown2019-11-221-0/+1
|\|
| * spi: dw: Remove runtime PM enable/disable from common part of the driverJarkko Nikula2019-10-301-7/+0
| * spi: dw: Add basic runtime PM supportPhil Edworthy2019-10-011-0/+8
* | spi: dw: Fix Designware SPI loopbackThor Thayer2019-11-051-1/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1
* Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-02-201-18/+18
|\
| * spi: dw: change snprintf to scnprintf for possible overflowSilvio Cesare2019-01-151-18/+18
* | spi: dw: Fix default polarity of native chipselectLinus Walleij2019-01-241-3/+2
* | spi: dw: fix warning unused variable 'ret'Anders Roxell2019-01-101-1/+0
* | spi: dw: Convert to use CS GPIO descriptorsLinus Walleij2019-01-091-8/+1
* | spi: dw: fix potential variable assignment errorshaftarger2019-01-071-1/+2
|/
* spi: dw-mmio: add ACPI supportJay Fang2018-12-041-0/+1
* dw: spi: add support for Amazon's Alpine spi controllerTalel Shenhar2018-10-111-0/+6
* spi: dw: support 4-16 bits per wordSimon Goldschmidt2018-09-061-10/+5
* spi: Do not print a message if spi_controller_{suspend,resume}() failsGeert Uytterhoeven2018-09-051-6/+1
* Merge branch 'spi-4.19' into spi-nextMark Brown2018-08-101-1/+5
|\
| * spi: dw: export dw_spi_set_csAlexandre Belloni2018-07-301-1/+2
| * spi: dw: allow providing own set_cs callbackAlexandre Belloni2018-07-181-0/+3
* | spi: dw: fix possible race conditionAlexandre Belloni2018-07-181-1/+2
|/
* spi: dw: Convert to generalized SPI controller APIJarkko Nikula2018-02-121-13/+13
* spi: dw: Remove unused members from struct chip_dataJarkko Nikula2018-01-261-2/+0
* spi: dw: Make debugfs use bus num and make irq name uniquePhil Reid2017-01-091-4/+4
* spi: dw: Make debugfs name unique between instancesPhil Reid2016-12-311-1/+4
* spi: dw: Set GPIO_SS flag to toggle Slave Select on GPIO CSThor Thayer2016-10-111-0/+1
* spi: dw: round up result of calculation for clock dividerMatthias Seidel2016-09-121-1/+1
* spi: dw: fix multiple slaves with different baudratesMatthias Seidel2016-09-061-8/+7
* spi: dw: Use SPI_TMOD_TR rather than magic const 0 to set tmodeJisheng Zhang2015-12-231-1/+1