summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-dw.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | spi: dw: fix kernel crash due to NULL pointer dereferenceAndy Shevchenko2014-08-271-1/+1
|/
* spi: dw: Remove unused dw_spi_cleanup functionAxel Lin2014-05-121-6/+0
* spi: dw: add support for gpio controlled chip selectBaruch Siach2014-04-241-6/+12
* spi: dw: migrate to generic queue infrastructureBaruch Siach2014-04-241-168/+15
*-. Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topi...Mark Brown2014-03-301-15/+2
|\ \
| | * spi: dw: Don't call kfree for memory allocated by devm_kzallocAxel Lin2014-03-281-7/+0
| | * spi: dw: Convert to let spi core validate transfer speedAxel Lin2014-03-031-6/+1
| |/ |/|
| * spi: Use list_last_entry at appropriate placesAxel Lin2014-02-231-2/+1
|/
* spi: dw: fix memory leak on error pathBaruch Siach2013-12-311-2/+3
* spi: dw: use managed resourcesBaruch Siach2013-12-311-14/+6
* spi: dw: drop unused struct dw_spi fieldBaruch Siach2013-12-301-1/+0
* spi: Don't break user-visible strings to multiple source lines in driversJarkko Nikula2013-10-161-2/+2
* spi: convert drivers to use bits_per_word_maskStephen Warren2013-05-291-22/+4
* spi: Remove HOTPLUG section attributesGrant Likely2012-12-071-3/+3
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-7/+1
* spi: Add module.h to implicit users in drivers/spiPaul Gortmaker2011-10-311-0/+1
* spi: spi-dw: fix all sparse warningsH Hartley Sweeten2011-09-211-31/+31
* spi/dw: Add spi number into spi irq descLiu, ShuoX2011-07-081-1/+3
OpenPOWER on IntegriCloud