summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-dw.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-29spi: dw: Add core suffix to the DW APB SSI core source fileSerge Semin1-577/+0
2020-05-29spi: dw: Fix Rx-only DMA transfersSerge Semin1-0/+1
2020-05-29spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin1-5/+2
2020-05-29spi: dw: Set xfer effective_speed_hzSerge Semin1-0/+1
2020-05-22spi: dw: Discard dma_width member of the dw_spi structureSerge Semin1-1/+0
2020-05-15spi: dw: Fix native CS being unsetSerge Semin1-1/+9
2020-05-07spi: dw: Get rid of dma_inited flagAndy Shevchenko1-2/+0
2020-05-06spi: dw: Propagate struct device pointer to ->dma_init() callbackAndy Shevchenko1-1/+1
2020-05-06spi: dw: Remove unused variable in CR0 configuring hooksAndy Shevchenko1-2/+0
2020-05-05spi: dw: Add support for DesignWare DWC_ssiWan Ahmad Zainie1-0/+33
2020-05-05spi: dw: Add update_cr0() callback to update CTRLR0Wan Ahmad Zainie1-8/+21
2020-05-05spi: dw: Fix typo in few registers nameWan Ahmad Zainie1-9/+9
2020-04-16spi: dw: remove cs_control and poll_mode members from chip_dataClement Leger1-40/+1
2020-04-16spi: dw: remove unused dw_spi_chip handlingClement Leger1-16/+0
2020-01-23Merge branch 'spi-5.6' into spi-nextMark Brown1-1/+2
2020-01-23Merge branch 'spi-5.5' into spi-linusMark Brown1-0/+3
2020-01-06spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong1-0/+3
2020-01-06Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+12
2020-01-03spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu1-3/+12
2019-12-25Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-2/+3
2019-12-17Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2019-12-11spi: dw: Avoid BUG_ON() in case of host failureAditya Pakki1-1/+2
2019-11-28spi: dw: Correct handling of native chipselectCharles Keepax1-2/+3
2019-11-22Merge branch 'spi-5.5' into spi-nextMark Brown1-0/+1
2019-11-05spi: dw: Fix Designware SPI loopbackThor Thayer1-1/+2
2019-10-30spi: dw: Remove runtime PM enable/disable from common part of the driverJarkko Nikula1-7/+0
2019-10-01spi: dw: Add basic runtime PM supportPhil Edworthy1-0/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-9/+1
2019-02-20Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown1-18/+18
2019-01-24spi: dw: Fix default polarity of native chipselectLinus Walleij1-3/+2
2019-01-15spi: dw: change snprintf to scnprintf for possible overflowSilvio Cesare1-18/+18
2019-01-10spi: dw: fix warning unused variable 'ret'Anders Roxell1-1/+0
2019-01-09spi: dw: Convert to use CS GPIO descriptorsLinus Walleij1-8/+1
2019-01-07spi: dw: fix potential variable assignment errorshaftarger1-1/+2
2018-12-04spi: dw-mmio: add ACPI supportJay Fang1-0/+1
2018-10-11dw: spi: add support for Amazon's Alpine spi controllerTalel Shenhar1-0/+6
2018-09-06spi: dw: support 4-16 bits per wordSimon Goldschmidt1-10/+5
2018-09-05spi: Do not print a message if spi_controller_{suspend,resume}() failsGeert Uytterhoeven1-6/+1
2018-08-10Merge branch 'spi-4.19' into spi-nextMark Brown1-1/+5
2018-07-30spi: dw: export dw_spi_set_csAlexandre Belloni1-1/+2
2018-07-18spi: dw: allow providing own set_cs callbackAlexandre Belloni1-0/+3
2018-07-18spi: dw: fix possible race conditionAlexandre Belloni1-1/+2
2018-02-12spi: dw: Convert to generalized SPI controller APIJarkko Nikula1-13/+13
2018-01-26spi: dw: Remove unused members from struct chip_dataJarkko Nikula1-2/+0
2017-01-09spi: dw: Make debugfs use bus num and make irq name uniquePhil Reid1-4/+4
2016-12-31spi: dw: Make debugfs name unique between instancesPhil Reid1-1/+4
2016-10-11spi: dw: Set GPIO_SS flag to toggle Slave Select on GPIO CSThor Thayer1-0/+1
2016-09-12spi: dw: round up result of calculation for clock dividerMatthias Seidel1-1/+1
2016-09-06spi: dw: fix multiple slaves with different baudratesMatthias Seidel1-8/+7
2015-12-23spi: dw: Use SPI_TMOD_TR rather than magic const 0 to set tmodeJisheng Zhang1-1/+1