aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-dw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-26spi: dw: revisit FIFO size detection againAndy Shevchenko1-2/+2
2015-02-24spi: dw: always reprogram CTRL0Andy Shevchenko1-2/+1
2015-02-24spi: dw: refactor code that handles clk_divAndy Shevchenko1-4/+3
2015-02-24spi: dw: get TX level without an additional variableAndy Shevchenko1-7/+4
2015-02-24spi: dw: move piece of code out of conditionAndy Shevchenko1-2/+3
2015-01-07spi: dw: print debug message with FIFO sizeAndy Shevchenko1-4/+5
2015-01-07spi: dw: amend warning messageAndy Shevchenko1-1/+1
2015-01-05spi: dw: Fix detecting FIFO depthAxel Lin1-2/+2
2014-11-26Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linusMark Brown1-5/+1
2014-11-07spi: dw: Fix dynamic speed change.Thor Thayer1-5/+1
2014-10-08spi: dw: Initialize of_node to discover DT node childrenThor Thayer1-0/+1
2014-10-03Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic/fsl' into spi-nextMark Brown1-26/+22