summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-dw.c
Commit message (Expand)AuthorAgeFilesLines
* spi: dw: Make debugfs use bus num and make irq name uniquePhil Reid2017-01-091-4/+4
* spi: dw: Make debugfs name unique between instancesPhil Reid2016-12-311-1/+4
* spi: dw: Set GPIO_SS flag to toggle Slave Select on GPIO CSThor Thayer2016-10-111-0/+1
* spi: dw: round up result of calculation for clock dividerMatthias Seidel2016-09-121-1/+1
* spi: dw: fix multiple slaves with different baudratesMatthias Seidel2016-09-061-8/+7
* spi: dw: Use SPI_TMOD_TR rather than magic const 0 to set tmodeJisheng Zhang2015-12-231-1/+1
* spi: dw: replace magic constant by DW_SPI_DRAndy Shevchenko2015-10-281-1/+1
* spi: dw: remove a NULL check when call ->remove()Andy Shevchenko2015-10-201-2/+0
* spi: dw: explicitly free IRQ handler in dw_spi_remove_host()Andy Shevchenko2015-10-201-2/+4
* spi: dw: introduce spi_shutdown_chip()Andy Shevchenko2015-10-191-7/+6
* spi: dw: eliminate unused threshold variablesAndy Shevchenko2015-10-191-5/+0
* spi: dw: eliminate speed variable in ->transfer_one()Andy Shevchenko2015-10-191-8/+4
* spi: dw: remove bits_per_word member of struct chip_dataAndy Shevchenko2015-10-191-14/+2
* spi: dw: remove unneeded cr0 member of struct chip_dataAndy Shevchenko2015-10-191-12/+2
* spi: dw: use plain struct device * at earlier ->probe()Andy Shevchenko2015-10-191-1/+1
* spi: dw: Remove test for non-zero spi->max_speed_hzJarkko Nikula2015-09-171-5/+0
* spi: dw: Remove needless if statementsJarkko Nikula2015-09-171-23/+18
* spi: dw: Allow interface drivers to limit data I/O to word sizesMichael van der Westhuizen2015-08-211-2/+2
* spi: dw: fix crash on setup stageAndy Shevchenko2015-03-251-1/+1
* spi: dw-spi: Convert 16bit accesses to 32bit accessesThor Thayer2015-03-171-12/+12
* spi: dw-spi: Single Register read to clear IRQsThor Thayer2015-03-091-3/+1
* spi: dw-mid: move to use core SPI DMA mappingsAndy Shevchenko2015-03-091-33/+7
* spi: dw-mid: clear ongoing DMA transfers on timeoutAndy Shevchenko2015-03-091-0/+3
* spi: dw-mid: split dma_setup() from dma_transfer()Andy Shevchenko2015-03-091-10/+13
* spi: dw-mid: convert value of dma_width to enum dma_slave_buswidthAndy Shevchenko2015-03-091-4/+8
* Merge branch 'fix/dw' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Mark Brown2015-03-091-2/+2
|\
| * spi: dw: revisit FIFO size detection againAndy Shevchenko2015-02-261-2/+2
* | spi: dw: move to SPI core message handlingAndy Shevchenko2015-03-061-136/+47
* | spi: dw: program registers as soon as possibleAndy Shevchenko2015-03-061-23/+15
* | spi: dw: make sure SPI controller is enabledAndy Shevchenko2015-03-061-5/+2
* | spi: dw: always reprogram CTRL0Andy Shevchenko2015-02-241-2/+1
* | spi: dw: refactor code that handles clk_divAndy Shevchenko2015-02-241-4/+3
* | spi: dw: get TX level without an additional variableAndy Shevchenko2015-02-241-7/+4
* | spi: dw: move piece of code out of conditionAndy Shevchenko2015-02-241-2/+3
|/
* spi: dw: print debug message with FIFO sizeAndy Shevchenko2015-01-071-4/+5
* spi: dw: amend warning messageAndy Shevchenko2015-01-071-1/+1
* spi: dw: Fix detecting FIFO depthAxel Lin2015-01-051-2/+2
*-. Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linusMark Brown2014-11-261-5/+1
|\ \
| * | spi: dw: Fix dynamic speed change.Thor Thayer2014-11-071-5/+1
| |/
* | spi: dw: Initialize of_node to discover DT node childrenThor Thayer2014-10-081-0/+1
|/
*-. Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/top...Mark Brown2014-10-031-26/+22
|\ \
| | * spi: dw: fix style of code in few placesAndy Shevchenko2014-09-241-4/+3
| | * spi: dw: introduce support of loopback modeAndy Shevchenko2014-09-241-1/+4
| | * spi: dw: don't use mrst prefix anymoreAndy Shevchenko2014-09-131-17/+15
| | * Merge branch 'topic/checkpatch' of git://git.kernel.org/pub/scm/linux/kernel/...Mark Brown2014-09-131-7/+9
| | |\
| | * | spi: dw: remove FSF addressAndy Shevchenko2014-09-131-4/+0
| |/ /
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi...Mark Brown2014-10-031-7/+9
|\ \ \ \ | | |/ / | |/| / | | |/
| | * spi: dw: Fix checkpatch issueJingoo Han2014-09-031-7/+9
| |/
| |
| \
*-. \ Merge remote-tracking branches 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl'...Mark Brown2014-09-161-2/+10
|\ \ \ | | |/ | |/|
| | * spi: dw: Don't use devm_kzalloc in master->setup callbackAxel Lin2014-09-011-2/+10
| |/
OpenPOWER on IntegriCloud