- a0d3c7c Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
- 9b1f189 Merge remote-tracking branches 'spi/fix/fsl-dspi', 'spi/fix/omap2-mcspi', 'spi/fix/pxa2xx' and 'spi/fix/ti-qspi' into spi-linus by Mark Brown · 9 years ago
- 66ec246 spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPT by Jarkko Nikula · 9 years ago
- c422025 dmaengine: dw: rename masters to reflect actual topology by Andy Shevchenko · 9 years ago
- 1ff7760 spi: spi-ti-qspi: Handle truncated frames properly by Ben Hutchings · 9 years ago
- ea1b60f spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is overridden by Ben Hutchings · 9 years ago
- 8070954 spi: omap2-mcspi: Undo broken fix for dma transfer of vmalloced buffer by Akinobu Mita · 9 years ago
- 92dc20d spi: spi-fsl-dspi: Fix cs_change handling in message transfer by Andrey Vostrikov · 9 years ago
- cb39f73 Merge remote-tracking branches 'spi/fix/omap2' and 'spi/fix/rockchip' into spi-linus by Mark Brown · 9 years ago
- 2b657a5 Merge remote-tracking branch 'spi/fix/imx' into spi-linus by Mark Brown · 9 years ago
- d7124d6 Merge remote-tracking branch 'spi/fix/core' into spi-linus by Mark Brown · 9 years ago
- e4c0e06 spi: rockchip: fix probe deferral handling by Shawn Lin · 9 years ago
- 3525e0a spi: omap2-mcspi: fix dma transfer for vmalloced buffer by Akinobu Mita · 9 years ago
- 24c8cd1 spi: fix possible deadlock between internal bus locks and bus_lock_flag by Heiko Stübner · 9 years ago
- b5b131c Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
- cd8dd41 spi: imx: Fix possible NULL pointer deref by Sascha Hauer · 9 years ago
- 793c7f9 spi: imx: only do necessary changes to ECSPIx_CONFIGREG by Knut Wohlrab · 9 years ago
- bb51537 spi: rockchip: Spelling s/divsor/divisor/ by Geert Uytterhoeven · 9 years ago
- c508709 Merge remote-tracking branches 'spi/topic/res', 'spi/topic/rockchip', 'spi/topic/sh', 'spi/topic/ti-qspi' and 'spi/topic/xilinx' into spi-next by Mark Brown · 9 years ago
- b9facea Merge remote-tracking branches 'spi/topic/lp8841', 'spi/topic/msg', 'spi/topic/pl022' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 9 years ago
- f91c75d Merge remote-tracking branches 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic/flash' into spi-next by Mark Brown · 9 years ago
- 6beb9fe Merge remote-tracking branches 'spi/topic/acpi', 'spi/topic/axi-engine', 'spi/topic/bcm2835' and 'spi/topic/bcm2835aux' into spi-next by Mark Brown · 9 years ago
- ce7fb74 Merge remote-tracking branch 'spi/topic/imx' into spi-next by Mark Brown · 9 years ago
- a75481a Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 9 years ago
- df9633a Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 9 years ago
- 10f11a2 spi: Add gfp parameter to kernel-doc to fix build warning by Javier Martinez Canillas · 9 years ago
- 108b5c8 spi: rockchip: covert rsd_nsecs to u32 type by Shawn Lin · 9 years ago
- ec5c5d8 spi: rockchip: header file cleanup by Shawn Lin · 9 years ago
- 3ee20ab Merge remote-tracking branch 'spi/fix/rockchip' into spi-linus by Mark Brown · 9 years ago
- c23663a Merge remote-tracking branch 'spi/fix/imx' into spi-linus by Mark Brown · 9 years ago
- df88e91 spi: respect the maximum segment size of DMA device by Andy Shevchenko · 9 years ago
- 61cadcf spi: rockchip: check requesting dma channel with EPROBE_DEFER by Shawn Lin · 9 years ago
- 557b7ea spi: rockchip: migrate to dmaengine_terminate_async by Shawn Lin · 9 years ago
- ea98491 spi: rockchip: check return value of dmaengine_prep_slave_sg by Shawn Lin · 9 years ago
- 49023d2 spi: core: Fix deadlock when sending messages by Jon Hunter · 9 years ago
- 0277e01 spi/rockchip: fix endian mode for 16-bit transfers by Alexander Kochetkov · 9 years ago
- b920cc3 spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs by Huibin Hong · 9 years ago
- 5907450 spi: pxa2xx: Use newer more explicit DMAengine terminate API by Jarkko Nikula · 9 years ago
- c1b03f1 spi: pxa2xx: Add support for Intel Broxton B-Step by Jarkko Nikula · 9 years ago
- 14a2042 spi: lp-8841: return correct error code from probe by Arnd Bergmann · 9 years ago
- 6b6192c spi: imx: drop bogus tests for rx/tx bufs in DMA transfer by Sascha Hauer · 9 years ago
- b03c388 spi: imx: set MX51_ECSPI_CTRL_SMC bit in setup function by Sascha Hauer · 9 years ago
- d629c2a spi: imx: make some register defines simpler by Sascha Hauer · 9 years ago
- c34de71 spi: imx: remove unnecessary bit clearing in mx51_ecspi_config by Sascha Hauer · 9 years ago
- f12ae17 spi: imx: add support for all SPI word width for DMA by Anton Bondarenko · 9 years ago
- 882f329 spi: imx: drop unncessary dma_is_inited variable by Sascha Hauer · 9 years ago
- 2b0fd06 spi: imx: drop unnecessary read/modify/write by Sascha Hauer · 9 years ago
- c008a80 spi: imx: initialize usedma earlier by Sascha Hauer · 9 years ago
- 99f1cf1 spi: imx: drop fallback to PIO by Sascha Hauer · 9 years ago
- 7ecbfff spi: master driver to enable RTC on ICPDAS LP-8841 by Sergei Ianovich · 9 years ago
- 3700ce9 spi: make xmldocs warning caused by spi.c by Masanari Iida · 9 years ago
- caba248 spi: spi-pxa2xx-pci: Add ID and driver type for WildcatPoint PCH by Leif Liddy · 9 years ago
- 7c04b79 spi: pxa2xx: Remove unused DMA buffer mappings by Jarkko Nikula · 9 years ago
- 4bfe927 spi: imx: replace fixed timeout with calculated by Anton Bondarenko · 9 years ago
- a4e5efc Merge remote-tracking branch 'spi/fix/imx' into spi-imx by Mark Brown · 9 years ago
- ba4a355 spi: imx: fix spi resource leak with dma transfer by Gao Pan · 9 years ago
- 6282697 spi: Add cond_resched() in main message processing loop by Mark Brown · 9 years ago
- 0588539 spi: docbook: add missing parameter documentation by Martin Sperl · 9 years ago
- 499e49b Merge tag 'spi-fix-v4.5-rc4' into spi-imx by Mark Brown · 9 years ago
- 3aec316 spi: sh-spi, sh-msiof, rspi: Use ARCH_RENESAS by Simon Horman · 9 years ago
- 9b7a562 spi: rockchip: add bindings for rk3399 spi by Xu Jianqun · 9 years ago
- c8dab77 spi: core: Use min_t(size_t,..) by Fabio Estevam · 9 years ago
- 7d62f51 spi: core: Use %zu for printing 'size_t' type by Fabio Estevam · 9 years ago
- 6aa800c spi: imx: use proper dev_* functions for driver messages by Sascha Hauer · 9 years ago
- 390f0ff spi: imx: allow only WML aligned transfers to use DMA by Anton Bondarenko · 9 years ago
- 22640c8 spi: pl022: Remove obsolete struct pl022 members from kerneldoc by Jarkko Nikula · 9 years ago
- 23366a0 spi: rockchip: remove xfer_completion from rockchip_spi by Shawn Lin · 9 years ago
- e9dd4ed spi: bcm2835aux: fix CPOL/CPHA setting by Stephan Olbrich · 9 years ago
- b4e2ade spi: bcm2835aux: set up spi-mode before asserting cs-gpio by Stephan Olbrich · 9 years ago
- 763dedf spi: bcm2835: Remove unnecessary workaround to call gpio_set_value by Axel Lin · 9 years ago
- 0893341 spi: core: Staticize __spi_split_transfer_maxsize() by Fabio Estevam · 9 years ago
- 844c9f4 spi: rockchip: add missing spi_master_put by Shawn Lin · 9 years ago
- b8659ad spi: rockchip: disable runtime pm when in err case by Shawn Lin · 9 years ago
- bbcfb89 spi: bcm2835: Remove duplicate depend on GPIOLIB in Kconfig by Axel Lin · 9 years ago
- 4dd638f Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835aux', 'spi/fix/fsl-espi', 'spi/fix/imx', 'spi/fix/loopback' and 'spi/fix/omap2-mcspi' into spi-linus by Mark Brown · 9 years ago
- 657d32e spi: checking for NULL instead of IS_ERR by Dan Carpenter · 9 years ago
- 0e6f357 spi: omap2-mcspi: Fix PM regression with deferred probe for pm_runtime_reinit by Tony Lindgren · 9 years ago
- f29ab18 spi: bcm2835aux: disable tx fifo empty irq by Stephan Olbrich · 9 years ago
- fe0e230 spi: bcm2835aux: fix bitmask defines by Stephan Olbrich · 9 years ago
- 4dea6c9 spi: spi-ti-qspi: add mmap mode read support by Vignesh R · 9 years ago
- 556351f spi: introduce accelerated read support for spi flash devices by Vignesh R · 9 years ago
- d9f1212 spi: core: add spi_split_transfers_maxsize by Martin Sperl · 9 years ago
- 523baf5a spi: core: add spi_replace_transfers method by Martin Sperl · 9 years ago
- d780c37 spi: core: added spi_resource management by Martin Sperl · 9 years ago
- 30f3a6a spi: pxa2xx: Add support for both chip selects on Intel Braswell by Mika Westerberg · 9 years ago
- c1e4a53 spi: pxa2xx: Move chip select control bits into lpss_config structure by Mika Westerberg · 9 years ago
- 0c27d9c spi: pxa2xx: Translate ACPI DeviceSelection to Linux chip select on Baytrail by Mika Westerberg · 9 years ago
- fcdcc79 Merge branch 'topic/acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-pxa2xx by Mark Brown · 9 years ago
- a0a9071 spi: Let drivers translate ACPI DeviceSelection to suitable Linux chip select by Mika Westerberg · 9 years ago
- 80abf88 spi: rockchip: modify DMA max burst to 1 by Addy Ke · 9 years ago
- 0697ae8 spi: Allow compile test of bcm2835aux if !GPIOLIB by Geert Uytterhoeven · 9 years ago
- b1353d1 spi: Add Analog Devices AXI SPI Engine controller support by Lars-Peter Clausen · 9 years ago
- 2f6fdef spi: dw-mmio: remove message which is handled by core by Andy Shevchenko · 9 years ago
- a3ff958 spi: dw-mid: switch to new dmaengine_terminate_* API by Andy Shevchenko · 9 years ago
- 7a8d44b spi: pxa2xx: Fix too early chipselect deassert by Jarkko Nikula · 9 years ago
- 07550df spi: pxa2xx: Update comment in int_transfer_complete() by Jarkko Nikula · 9 years ago
- e32bb87 spi: Fix sorting in Kconfig by Mark Brown · 9 years ago
- 70f340d spi: atmel: fix gpio chip-select in case of non-DT platform by Cyrille Pitchen · 9 years ago
- ee03672 spi: pxa2xx: Print actual DMA/PIO transfer mode in debug messages by Jarkko Nikula · 9 years ago
- 5cfa1e4 spi/fsl-espi: Correct the maximum transaction length by Hou Zhiqiang · 9 years ago