summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-dw.c
AgeCommit message (Expand)Author
2020-05-29spi: dw: Add core suffix to the DW APB SSI core source fileSerge Semin
2020-05-29spi: dw: Fix Rx-only DMA transfersSerge Semin
2020-05-29spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin
2020-05-29spi: dw: Set xfer effective_speed_hzSerge Semin
2020-05-22spi: dw: Discard dma_width member of the dw_spi structureSerge Semin
2020-05-15spi: dw: Fix native CS being unsetSerge Semin
2020-05-07spi: dw: Get rid of dma_inited flagAndy Shevchenko
2020-05-06spi: dw: Propagate struct device pointer to ->dma_init() callbackAndy Shevchenko
2020-05-06spi: dw: Remove unused variable in CR0 configuring hooksAndy 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 cs_control and poll_mode members from chip_dataClement Leger
2020-04-16spi: dw: remove unused dw_spi_chip handlingClement Leger
2020-01-23Merge branch 'spi-5.6' into spi-nextMark Brown
2020-01-23Merge branch 'spi-5.5' into spi-linusMark Brown
2020-01-06spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong
2020-01-06Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-01-03spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu
2019-12-25Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2019-12-17Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-12-11spi: dw: Avoid BUG_ON() in case of host failureAditya Pakki
2019-11-28spi: dw: Correct handling of native chipselectCharles Keepax
2019-11-22Merge branch 'spi-5.5' into spi-nextMark Brown
2019-11-05spi: dw: Fix Designware SPI loopbackThor Thayer
2019-10-30spi: dw: Remove runtime PM enable/disable from common part of the driverJarkko Nikula
2019-10-01spi: dw: Add basic runtime PM supportPhil Edworthy
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-02-20Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown
2019-01-24spi: dw: Fix default polarity of native chipselectLinus Walleij
2019-01-15spi: dw: change snprintf to scnprintf for possible overflowSilvio Cesare
2019-01-10spi: dw: fix warning unused variable 'ret'Anders Roxell
2019-01-09spi: dw: Convert to use CS GPIO descriptorsLinus Walleij
2019-01-07spi: dw: fix potential variable assignment errorshaftarger
2018-12-04spi: dw-mmio: add ACPI supportJay Fang
2018-10-11dw: spi: add support for Amazon's Alpine spi controllerTalel Shenhar
2018-09-06spi: dw: support 4-16 bits per wordSimon Goldschmidt
2018-09-05spi: Do not print a message if spi_controller_{suspend,resume}() failsGeert Uytterhoeven
2018-08-10Merge branch 'spi-4.19' into spi-nextMark Brown
2018-07-30spi: dw: export dw_spi_set_csAlexandre Belloni
2018-07-18spi: dw: allow providing own set_cs callbackAlexandre Belloni
2018-07-18spi: dw: fix possible race conditionAlexandre Belloni
2018-02-12spi: dw: Convert to generalized SPI controller APIJarkko Nikula
2018-01-26spi: dw: Remove unused members from struct chip_dataJarkko Nikula
2017-01-09spi: dw: Make debugfs use bus num and make irq name uniquePhil Reid
2016-12-31spi: dw: Make debugfs name unique between instancesPhil Reid
2016-10-11spi: dw: Set GPIO_SS flag to toggle Slave Select on GPIO CSThor Thayer
2016-09-12spi: dw: round up result of calculation for clock dividerMatthias Seidel
2016-09-06spi: dw: fix multiple slaves with different baudratesMatthias Seidel
2015-12-23spi: dw: Use SPI_TMOD_TR rather than magic const 0 to set tmodeJisheng Zhang