| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: dw: Allow interface drivers to limit data I/O to word sizes | Michael van der Westhuizen | 2015-08-21 | 1 | -2/+2 |
* | spi: dw: fix crash on setup stage | Andy Shevchenko | 2015-03-25 | 1 | -1/+1 |
* | spi: dw-spi: Convert 16bit accesses to 32bit accesses | Thor Thayer | 2015-03-17 | 1 | -12/+12 |
* | spi: dw-spi: Single Register read to clear IRQs | Thor Thayer | 2015-03-09 | 1 | -3/+1 |
* | spi: dw-mid: move to use core SPI DMA mappings | Andy Shevchenko | 2015-03-09 | 1 | -33/+7 |
* | spi: dw-mid: clear ongoing DMA transfers on timeout | Andy Shevchenko | 2015-03-09 | 1 | -0/+3 |
* | spi: dw-mid: split dma_setup() from dma_transfer() | Andy Shevchenko | 2015-03-09 | 1 | -10/+13 |
* | spi: dw-mid: convert value of dma_width to enum dma_slave_buswidth | Andy Shevchenko | 2015-03-09 | 1 | -4/+8 |
* | Merge branch 'fix/dw' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Mark Brown | 2015-03-09 | 1 | -2/+2 |
|\ |
|
| * | spi: dw: revisit FIFO size detection again | Andy Shevchenko | 2015-02-26 | 1 | -2/+2 |
* | | spi: dw: move to SPI core message handling | Andy Shevchenko | 2015-03-06 | 1 | -136/+47 |
* | | spi: dw: program registers as soon as possible | Andy Shevchenko | 2015-03-06 | 1 | -23/+15 |
* | | spi: dw: make sure SPI controller is enabled | Andy Shevchenko | 2015-03-06 | 1 | -5/+2 |
* | | spi: dw: always reprogram CTRL0 | Andy Shevchenko | 2015-02-24 | 1 | -2/+1 |
* | | spi: dw: refactor code that handles clk_div | Andy Shevchenko | 2015-02-24 | 1 | -4/+3 |
* | | spi: dw: get TX level without an additional variable | Andy Shevchenko | 2015-02-24 | 1 | -7/+4 |
* | | spi: dw: move piece of code out of condition | Andy Shevchenko | 2015-02-24 | 1 | -2/+3 |
|/ |
|
* | spi: dw: print debug message with FIFO size | Andy Shevchenko | 2015-01-07 | 1 | -4/+5 |
* | spi: dw: amend warning message | Andy Shevchenko | 2015-01-07 | 1 | -1/+1 |
* | spi: dw: Fix detecting FIFO depth | Axel Lin | 2015-01-05 | 1 | -2/+2 |
*-. | Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linus | Mark Brown | 2014-11-26 | 1 | -5/+1 |
|\ \ |
|
| * | | spi: dw: Fix dynamic speed change. | Thor Thayer | 2014-11-07 | 1 | -5/+1 |
| |/ |
|
* / | spi: dw: Initialize of_node to discover DT node children | Thor Thayer | 2014-10-08 | 1 | -0/+1 |
|/ |
|
*-. | Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/top... | Mark Brown | 2014-10-03 | 1 | -26/+22 |
|\ \ |
|
| | * | spi: dw: fix style of code in few places | Andy Shevchenko | 2014-09-24 | 1 | -4/+3 |
| | * | spi: dw: introduce support of loopback mode | Andy Shevchenko | 2014-09-24 | 1 | -1/+4 |
| | * | spi: dw: don't use mrst prefix anymore | Andy Shevchenko | 2014-09-13 | 1 | -17/+15 |
| | * | Merge branch 'topic/checkpatch' of git://git.kernel.org/pub/scm/linux/kernel/... | Mark Brown | 2014-09-13 | 1 | -7/+9 |
| | |\ |
|
| | * | | spi: dw: remove FSF address | Andy Shevchenko | 2014-09-13 | 1 | -4/+0 |
| |/ / |
|
| | | | |
| \ \ | |
*-. \ \ | Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi... | Mark Brown | 2014-10-03 | 1 | -7/+9 |
|\ \ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | spi: dw: Fix checkpatch issue | Jingoo Han | 2014-09-03 | 1 | -7/+9 |
| |/ |
|
| | | |
| \ | |
*-. \ | Merge remote-tracking branches 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl'... | Mark Brown | 2014-09-16 | 1 | -2/+10 |
|\ \ \
| | |/
| |/| |
|
| | * | spi: dw: Don't use devm_kzalloc in master->setup callback | Axel Lin | 2014-09-01 | 1 | -2/+10 |
| |/ |
|
* / | spi: dw: fix kernel crash due to NULL pointer dereference | Andy Shevchenko | 2014-08-27 | 1 | -1/+1 |
|/ |
|
* | spi: dw: Remove unused dw_spi_cleanup function | Axel Lin | 2014-05-12 | 1 | -6/+0 |
* | spi: dw: add support for gpio controlled chip select | Baruch Siach | 2014-04-24 | 1 | -6/+12 |
* | spi: dw: migrate to generic queue infrastructure | Baruch Siach | 2014-04-24 | 1 | -168/+15 |
*-. | Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topi... | Mark Brown | 2014-03-30 | 1 | -15/+2 |
|\ \ |
|
| | * | spi: dw: Don't call kfree for memory allocated by devm_kzalloc | Axel Lin | 2014-03-28 | 1 | -7/+0 |
| | * | spi: dw: Convert to let spi core validate transfer speed | Axel Lin | 2014-03-03 | 1 | -6/+1 |
| |/
|/| |
|
| * | spi: Use list_last_entry at appropriate places | Axel Lin | 2014-02-23 | 1 | -2/+1 |
|/ |
|
* | spi: dw: fix memory leak on error path | Baruch Siach | 2013-12-31 | 1 | -2/+3 |
* | spi: dw: use managed resources | Baruch Siach | 2013-12-31 | 1 | -14/+6 |
* | spi: dw: drop unused struct dw_spi field | Baruch Siach | 2013-12-30 | 1 | -1/+0 |
* | spi: Don't break user-visible strings to multiple source lines in drivers | Jarkko Nikula | 2013-10-16 | 1 | -2/+2 |
* | spi: convert drivers to use bits_per_word_mask | Stephen Warren | 2013-05-29 | 1 | -22/+4 |
* | spi: Remove HOTPLUG section attributes | Grant Likely | 2012-12-07 | 1 | -3/+3 |
* | simple_open: automatically convert to simple_open() | Stephen Boyd | 2012-04-05 | 1 | -7/+1 |
* | spi: Add module.h to implicit users in drivers/spi | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | spi: spi-dw: fix all sparse warnings | H Hartley Sweeten | 2011-09-21 | 1 | -31/+31 |