| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-01-16 | spi: fsl: Fix problem with multi message transfers | Stefan Roese | 1 | -5/+15 |
| 2014-12-07 | spi: dw: Fix dynamic speed change. | Thor Thayer | 1 | -5/+1 |
| 2014-11-14 | spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PM | Dmitry Eremin-Solenikov | 1 | -2/+5 |
| 2014-11-14 | spi: fsl-dspi: Fix CTAR selection | Alexander Stein | 1 | -2/+2 |
| 2014-11-14 | spi: pl022: Fix incorrect dma_unmap_sg | Ray Jui | 1 | -1/+1 |
| 2014-10-30 | spi: dw-mid: terminate ongoing transfers at exit | Andy Shevchenko | 1 | -0/+4 |
| 2014-10-30 | spi: dw-mid: check that DMA was inited before exit | Andy Shevchenko | 1 | -0/+2 |
| 2014-10-30 | spi: dw-mid: respect 8 bit mode | Andy Shevchenko | 1 | -2/+2 |
| 2014-10-06 | spi: dw-pci: fix bug when regs left uninitialized | Andy Shevchenko | 1 | -0/+2 |
| 2014-10-06 | spi/omap-mcspi: Fix the spi task hangs waiting dma_rx | Jorge A. Ventura | 1 | -1/+2 |
| 2014-09-17 | spi/pxa2xx: Add ACPI ID for Intel Braswell | Alan Cox | 1 | -0/+1 |
| 2014-09-17 | spi: omap2-mcspi: Configure hardware when slave driver changes mode | Mark A. Greer | 1 | -0/+14 |
| 2014-09-17 | spi: orion: fix incorrect handling of cell-index DT property | Thomas Petazzoni | 1 | -6/+4 |
| 2014-06-07 | spi: core: Ignore unsupported Dual/Quad Transfer Mode bits | Geert Uytterhoeven | 1 | -1/+10 |
| 2014-05-06 | spi: dw: Don't call kfree for memory allocated by devm_kzalloc | Axel Lin | 1 | -7/+0 |
| 2014-05-06 | spi: efm32: use $vendor,$device scheme for compatible string | Uwe Kleine-König | 1 | -0/+3 |
| 2014-03-07 | Merge remote-tracking branches 'spi/fix/ath79', 'spi/fix/atmel', 'spi/fix/col... | Mark Brown | 6 | -17/+35 |
| 2014-03-05 | spi: atmel: add missing spi_master_{resume,suspend} calls to PM callbacks | Wenyou Yang | 1 | -1/+16 |
| 2014-03-05 | spi: coldfire-qspi: Fix getting correct address for *mcfqspi | Axel Lin | 1 | -2/+4 |
| 2014-03-05 | spi: fsl-dspi: Fix getting correct address for master | Axel Lin | 1 | -3/+3 |
| 2014-03-03 | spi: spi-ath79: fix initial GPIO CS line setup | Gabor Juhos | 1 | -2/+2 |
| 2014-02-28 | spi: spi-imx: spi_imx_remove: do not disable disabled clocks | Philippe De Muyter | 1 | -2/+2 |
| 2014-02-27 | spi-topcliff-pch: Fix probing when DMA mode is used | Alexander Stein | 1 | -5/+6 |
| 2014-02-19 | spi/topcliff-pch: Fix DMA channel | Alexander Stein | 1 | -2/+2 |
| 2014-02-11 | Merge remote-tracking branches 'spi/fix/doc', 'spi/fix/nuc900' and 'spi/fix/r... | Mark Brown | 2 | -2/+4 |
| 2014-02-11 | Merge remote-tracking branch 'spi/fix/core' into spi-linus | Mark Brown | 1 | -3/+1 |
| 2014-02-05 | spi: nuc900: Set SPI_LSB_FIRST for master->mode_bits if hw->pdata->lsb is true | Axel Lin | 1 | -0/+2 |
| 2014-02-04 | spi: rspi: Document support for Renesas QSPI in Kconfig | Geert Uytterhoeven | 1 | -2/+2 |
| 2014-01-29 | Merge remote-tracking branch 'agust/next' into next | Benjamin Herrenschmidt | 1 | -8/+18 |
| 2014-01-28 | spi: Fix crash with double message finalisation on error handling | Geert Uytterhoeven | 1 | -3/+1 |
| 2014-01-26 | Merge tag 'spi-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo... | Linus Torvalds | 46 | -1486/+1463 |
| 2014-01-25 | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+10 |
| 2014-01-24 | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -77/+76 |
| 2014-01-23 | Merge commit 'spi/topic/sc18is602' into spi-linus | Mark Brown | 1 | -7/+1 |
| 2014-01-23 | Merge commit 'spi/fix/rcar' into spi-linus | Mark Brown | 1 | -3/+4 |
| 2014-01-23 | Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/qspi', 'spi/top... | Mark Brown | 11 | -269/+178 |
| 2014-01-23 | Merge remote-tracking branches 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/t... | Mark Brown | 14 | -190/+151 |
| 2014-01-23 | Merge remote-tracking branches 'spi/topic/bcm2835', 'spi/topic/bcm63xx', 'spi... | Mark Brown | 21 | -460/+771 |
| 2014-01-23 | Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/dspi', 'spi/fix/hs... | Mark Brown | 10 | -530/+313 |
| 2014-01-23 | Merge remote-tracking branch 'spi/topic/core' into spi-linus | Mark Brown | 1 | -20/+26 |
| 2014-01-23 | Merge remote-tracking branch 'spi/fix/core' into spi-linus | Mark Brown | 1 | -8/+20 |
| 2014-01-21 | spi: core: Fix transfer failure when master->transfer_one returns positive value | Axel Lin | 1 | -1/+3 |
| 2014-01-21 | spi: Spelling s/finised/finished/ | Geert Uytterhoeven | 1 | -1/+1 |
| 2014-01-17 | spi: sc18is602: Convert to use bits_per_word_mask | Axel Lin | 1 | -7/+1 |
| 2014-01-17 | spi: Remove duplicate code to set default bits_per_word setting | Axel Lin | 8 | -37/+0 |
| 2014-01-17 | Merge branches 'topic/sc18is602' and 'topic/rspi' of git://git.kernel.org/pub... | Mark Brown | 10 | -176/+223 |
| 2014-01-17 | ACPI: fix module autoloading for ACPI enumerated devices | Zhang Rui | 1 | -0/+10 |
| 2014-01-16 | spi/pxa2xx: fix compilation warning when !CONFIG_PM_SLEEP | Mika Westerberg | 1 | -1/+1 |
| 2014-01-14 | spi: clps711x: Add MODULE_ALIAS to support module auto-loading | Axel Lin | 1 | -0/+1 |
| 2014-01-14 | spi: rspi: Add missing clk_disable() calls in error and cleanup paths | Geert Uytterhoeven | 1 | -4/+7 |