Age | Commit message (Expand) | Author | Files | Lines |
2014-11-26 | Merge remote-tracking branches 'spi/fix/dw' and 'spi/fix/sirf' into spi-linus | Mark Brown | 2 | -7/+3 |
2014-11-26 | Merge remote-tracking branch 'spi/fix/dma' into spi-linus | Mark Brown | 1 | -3/+3 |
2014-11-18 | spi: sirf: fix word width configuration | Qipan Li | 1 | -2/+2 |
2014-11-17 | spi: Fix mapping from vmalloc-ed buffer to scatter list | Charles Keepax | 1 | -3/+3 |
2014-11-07 | spi: dw: Fix dynamic speed change. | Thor Thayer | 1 | -5/+1 |
2014-11-06 | Merge remote-tracking branches 'spi/fix/fsl-dspi' and 'spi/fix/pxa2xx' into s... | Mark Brown | 2 | -4/+7 |
2014-11-06 | spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PM | Dmitry Eremin-Solenikov | 1 | -2/+5 |
2014-11-04 | spi: fsl-dspi: Fix CTAR selection | Alexander Stein | 1 | -2/+2 |
2014-10-27 | Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/orion', 'spi/fix/pl022'... | Mark Brown | 5 | -41/+93 |
2014-10-22 | spi: orion: fix potential NULL pointer de-reference | Greg Ungerer | 1 | -1/+1 |
2014-10-19 | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 3 | -32/+86 |
2014-10-17 | spi/rockchip: spi controller must be disabled in tx callback too | Addy Ke | 1 | -1/+3 |
2014-10-15 | spi/rockchip: fix bug that cause spi transfer timed out in DMA duplex mode | Addy Ke | 1 | -11/+23 |
2014-10-15 | spi/rockchip: fix bug that case spi can't go as fast as slave request | Addy Ke | 1 | -0/+12 |
2014-10-13 | spi: pl022: Fix incorrect dma_unmap_sg | Ray Jui | 1 | -1/+1 |
2014-10-13 | spi: spidev: Use separate TX and RX bounce buffers | Ray Jui | 1 | -27/+52 |
2014-10-10 | Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+8 |
2014-10-09 | spi: dw: Initialize of_node to discover DT node children | Thor Thayer | 1 | -0/+1 |
2014-10-07 | Merge branch 'pm-domains' | Rafael J. Wysocki | 1 | -5/+8 |
2014-10-03 | Merge remote-tracking branch 'spi/topic/xilinx' into spi-next | Mark Brown | 1 | -1/+0 |
2014-10-03 | Merge remote-tracking branches 'spi/topic/pl022', 'spi/topic/pxa2xx', 'spi/to... | Mark Brown | 6 | -108/+193 |
2014-10-03 | Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/to... | Mark Brown | 5 | -37/+375 |
2014-10-03 | Merge remote-tracking branches 'spi/topic/davinci', 'spi/topic/doc', 'spi/top... | Mark Brown | 11 | -142/+178 |
2014-10-03 | Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi... | Mark Brown | 15 | -46/+418 |
2014-10-03 | Merge remote-tracking branch 'spi/topic/dma-dep' into spi-next | Mark Brown | 1 | -2/+5 |
2014-10-03 | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown | 1 | -17/+28 |
2014-10-03 | Merge remote-tracking branch 'spi/fix/rockchip' into spi-linus | Mark Brown | 1 | -8/+7 |
2014-10-03 | spi: spi-mxs: fix a tiny typo in a comment | Michael Heimpold | 1 | -1/+1 |
2014-10-02 | spi: dw-mid: follow new DMAengine workflow | Andy Shevchenko | 1 | -2/+6 |
2014-10-02 | spi: dw-mid: convert to use DMAengine wrappers | Andy Shevchenko | 1 | -12/+7 |
2014-10-02 | spi: dw-mid: change magic numbers to the constants | Andy Shevchenko | 2 | -2/+6 |
2014-10-01 | spi: orion: support armada extended baud rates | Greg Ungerer | 1 | -22/+94 |
2014-09-30 | PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.h | Ulf Hansson | 1 | -0/+1 |
2014-09-29 | spi: fsl: Sort include headers alphabetically | Xiubo Li | 5 | -36/+36 |
2014-09-26 | spi: bcm53xx: Add missing module information | Axel Lin | 1 | -0/+4 |
2014-09-26 | spi: bcm53xx: Fix module dependency | Axel Lin | 1 | -0/+2 |
2014-09-25 | spi/rockchip: fix bug that cause the failure to read data in DMA mode | Addy Ke | 1 | -8/+7 |
2014-09-25 | spi: fsl-dspi: Remove probe info message | Alexander Stein | 1 | -1/+0 |
2014-09-24 | spi: pl022: Add support for chip select extension | Anders Berg | 1 | -1/+58 |
2014-09-24 | spi: Fix possible ZERO_SIZE_PTR pointer dereferencing error. | Xiubo Li | 1 | -0/+3 |
2014-09-24 | spi: dw: fix style of code in few places | Andy Shevchenko | 1 | -4/+3 |
2014-09-24 | spi: dw: introduce support of loopback mode | Andy Shevchenko | 1 | -1/+4 |
2014-09-24 | spi: dw-mid: terminate ongoing transfers at exit | Andy Shevchenko | 1 | -0/+4 |
2014-09-24 | spi: dw-mid: respect 8 bit mode | Andy Shevchenko | 1 | -2/+2 |
2014-09-24 | spi: clps711x: Migrate to the new clk subsystem | Alexander Shiyan | 1 | -32/+2 |
2014-09-22 | spi: core: Convert to dev_pm_domain_attach|detach() | Ulf Hansson | 1 | -5/+7 |
2014-09-18 | spi: pl022: Add missing error check for devm_kzalloc | Kiran Padwal | 1 | -0/+5 |
2014-09-18 | spi/pxa2xx-pci: Add support for Intel Braswell | Mika Westerberg | 1 | -0/+37 |
2014-09-18 | spi/pxa2xx: Don't use slave_id of dma_slave_config | Mika Westerberg | 3 | -32/+49 |
2014-09-17 | spi: spi-imx: add DMA support | Robin Gong | 1 | -6/+280 |