aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-dw.c
AgeCommit message (Expand)Author
2020-07-11spi: dw: Return any value retrieved from the dma_transfer callbackSerge Semin
2020-07-11spi: dw: Fix Rx-only DMA transfersSerge Semin
2020-07-07spi: dw: Fix controller unregister orderLukas Wunner
2020-06-09spi: dw: use "smp_mb()" to avoid sending spi data errorXinwei Kong
2020-05-21spi: dw: Fix native CS being unsetSerge Semin
2020-04-16spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent callswuxu.wu
2020-02-24spi: dw: Fix Designware SPI loopbackThor Thayer
2020-01-19spi: dw: Correct handling of native chipselectCharles Keepax
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
2015-10-28spi: dw: replace magic constant by DW_SPI_DRAndy Shevchenko
2015-10-20spi: dw: remove a NULL check when call ->remove()Andy Shevchenko
2015-10-20spi: dw: explicitly free IRQ handler in dw_spi_remove_host()Andy Shevchenko
2015-10-19spi: dw: introduce spi_shutdown_chip()Andy Shevchenko
2015-10-19spi: dw: eliminate unused threshold variablesAndy Shevchenko
2015-10-19spi: dw: eliminate speed variable in ->transfer_one()Andy Shevchenko
2015-10-19spi: dw: remove bits_per_word member of struct chip_dataAndy Shevchenko
2015-10-19spi: dw: remove unneeded cr0 member of struct chip_dataAndy Shevchenko
2015-10-19spi: dw: use plain struct device * at earlier ->probe()Andy Shevchenko
2015-09-17spi: dw: Remove test for non-zero spi->max_speed_hzJarkko Nikula
2015-09-17spi: dw: Remove needless if statementsJarkko Nikula
2015-08-21spi: dw: Allow interface drivers to limit data I/O to word sizesMichael van der Westhuizen
2015-03-25spi: dw: fix crash on setup stageAndy Shevchenko
2015-03-17spi: dw-spi: Convert 16bit accesses to 32bit accessesThor Thayer
2015-03-09spi: dw-spi: Single Register read to clear IRQsThor Thayer
2015-03-09spi: dw-mid: move to use core SPI DMA mappingsAndy Shevchenko
2015-03-09spi: dw-mid: clear ongoing DMA transfers on timeoutAndy Shevchenko
2015-03-09spi: dw-mid: split dma_setup() from dma_transfer()Andy Shevchenko
2015-03-09spi: dw-mid: convert value of dma_width to enum dma_slave_buswidthAndy Shevchenko