aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-dw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/broonie/spi into spi-5.1Mark 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
2015-10-28spi: dw: replace magic constant by DW_SPI_DRAndy Shevchenko1-1/+1
2015-10-20spi: dw: remove a NULL check when call ->remove()Andy Shevchenko1-2/+0
2015-10-20spi: dw: explicitly free IRQ handler in dw_spi_remove_host()Andy Shevchenko1-2/+4
2015-10-19spi: dw: introduce spi_shutdown_chip()Andy Shevchenko1-7/+6
2015-10-19spi: dw: eliminate unused threshold variablesAndy Shevchenko1-5/+0
2015-10-19spi: dw: eliminate speed variable in ->transfer_one()Andy Shevchenko1-8/+4
2015-10-19spi: dw: remove bits_per_word member of struct chip_dataAndy Shevchenko1-14/+2
2015-10-19spi: dw: remove unneeded cr0 member of struct chip_dataAndy Shevchenko1-12/+2
2015-10-19spi: dw: use plain struct device * at earlier ->probe()Andy Shevchenko1-1/+1
2015-09-17spi: dw: Remove test for non-zero spi->max_speed_hzJarkko Nikula1-5/+0
2015-09-17spi: dw: Remove needless if statementsJarkko Nikula1-23/+18
2015-08-21spi: dw: Allow interface drivers to limit data I/O to word sizesMichael van der Westhuizen1-2/+2
2015-03-25spi: dw: fix crash on setup stageAndy Shevchenko1-1/+1
2015-03-17spi: dw-spi: Convert 16bit accesses to 32bit accessesThor Thayer1-12/+12
2015-03-09spi: dw-spi: Single Register read to clear IRQsThor Thayer1-3/+1
2015-03-09spi: dw-mid: move to use core SPI DMA mappingsAndy Shevchenko1-33/+7
2015-03-09spi: dw-mid: clear ongoing DMA transfers on timeoutAndy Shevchenko1-0/+3
2015-03-09spi: dw-mid: split dma_setup() from dma_transfer()Andy Shevchenko1-10/+13
2015-03-09spi: dw-mid: convert value of dma_width to enum dma_slave_buswidthAndy Shevchenko1-4/+8
2015-03-09Merge branch 'fix/dw' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-dwMark Brown1-2/+2
2015-03-06spi: dw: move to SPI core message handlingAndy Shevchenko1-136/+47
2015-03-06spi: dw: program registers as soon as possibleAndy Shevchenko1-23/+15
2015-03-06spi: dw: make sure SPI controller is enabledAndy Shevchenko1-5/+2