| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'dmaengine-4.6-rc1' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2016-03-17 | 1 | -2/+10 |
|\ |
|
| * | spi: rockchip: modify DMA max burst to 1 | Addy Ke | 2016-02-09 | 1 | -2/+10 |
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*-------. | | Merge remote-tracking branches 'spi/topic/res', 'spi/topic/rockchip', 'spi/to... | Mark Brown | 2016-03-11 | 3 | -53/+148 |
|\ \ \ \ \| |
|
| | | | * | | spi: spi-ti-qspi: add mmap mode read support | Vignesh R | 2016-02-09 | 1 | -29/+110 |
| | | * | | | spi: sh-spi, sh-msiof, rspi: Use ARCH_RENESAS | Simon Horman | 2016-02-18 | 1 | -3/+3 |
| | | | |/
| | | |/| |
|
| | * | | | spi: rockchip: covert rsd_nsecs to u32 type | Shawn Lin | 2016-03-10 | 1 | -1/+1 |
| | * | | | spi: rockchip: header file cleanup | Shawn Lin | 2016-03-10 | 1 | -10/+4 |
| | * | | | spi: rockchip: check requesting dma channel with EPROBE_DEFER | Shawn Lin | 2016-03-09 | 1 | -1/+7 |
| | * | | | spi: rockchip: migrate to dmaengine_terminate_async | Shawn Lin | 2016-03-09 | 1 | -2/+2 |
| | * | | | spi: rockchip: check return value of dmaengine_prep_slave_sg | Shawn Lin | 2016-03-09 | 1 | -3/+12 |
| | * | | | spi/rockchip: fix endian mode for 16-bit transfers | Alexander Kochetkov | 2016-03-06 | 1 | -1/+2 |
| | * | | | spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs | Huibin Hong | 2016-03-05 | 1 | -1/+6 |
| | * | | | spi: rockchip: add bindings for rk3399 spi | Xu Jianqun | 2016-02-18 | 1 | -0/+1 |
| | * | | | spi: rockchip: remove xfer_completion from rockchip_spi | Shawn Lin | 2016-02-16 | 1 | -2/+0 |
| | |/ / |
|
| | | | | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
*-----. \ \ \ | Merge remote-tracking branches 'spi/topic/lp8841', 'spi/topic/msg', 'spi/topi... | Mark Brown | 2016-03-11 | 9 | -96/+730 |
|\ \ \ \ \ \ \ |
|
| | | | * | | | | spi: pxa2xx: Use newer more explicit DMAengine terminate API | Jarkko Nikula | 2016-03-04 | 1 | -4/+4 |
| | | | * | | | | spi: pxa2xx: Add support for Intel Broxton B-Step | Jarkko Nikula | 2016-03-02 | 1 | -1/+5 |
| | | | * | | | | spi: spi-pxa2xx-pci: Add ID and driver type for WildcatPoint PCH | Leif Liddy | 2016-02-21 | 1 | -0/+13 |
| | | | * | | | | spi: pxa2xx: Remove unused DMA buffer mappings | Jarkko Nikula | 2016-02-21 | 2 | -4/+0 |
| | | | * | | | | spi: pxa2xx: Add support for both chip selects on Intel Braswell | Mika Westerberg | 2016-02-09 | 1 | -1/+20 |
| | | | * | | | | spi: pxa2xx: Move chip select control bits into lpss_config structure | Mika Westerberg | 2016-02-09 | 1 | -24/+40 |
| | | | * | | | | spi: pxa2xx: Translate ACPI DeviceSelection to Linux chip select on Baytrail | Mika Westerberg | 2016-02-09 | 1 | -0/+23 |
| | | | * | | | | Merge branch 'topic/acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/br... | Mark Brown | 2016-02-09 | 25 | -198/+1459 |
| | | | |\ \ \ \ |
|
| | | | * | | | | | spi: pxa2xx: Fix too early chipselect deassert | Jarkko Nikula | 2016-02-04 | 1 | -0/+7 |
| | | | * | | | | | spi: pxa2xx: Update comment in int_transfer_complete() | Jarkko Nikula | 2016-02-04 | 1 | -1/+1 |
| | | | * | | | | | spi: pxa2xx: Print actual DMA/PIO transfer mode in debug messages | Jarkko Nikula | 2016-01-27 | 1 | -13/+13 |
| | | | * | | | | | spi: pxa2xx: Remove CONFIG_SPI_PXA2XX_DMA | Jarkko Nikula | 2016-01-15 | 3 | -41/+1 |
| | | * | | | | | | spi: pl022: Remove obsolete struct pl022 members from kerneldoc | Jarkko Nikula | 2016-02-17 | 1 | -7/+0 |
| | | | |_|_|/ /
| | | |/| | | | |
|
| | * | | | | | | spi: Add gfp parameter to kernel-doc to fix build warning | Javier Martinez Canillas | 2016-03-11 | 1 | -0/+1 |
| | * | | | | | | spi: make xmldocs warning caused by spi.c | Masanari Iida | 2016-02-22 | 1 | -2/+2 |
| | * | | | | | | spi: docbook: add missing parameter documentation | Martin Sperl | 2016-02-18 | 1 | -0/+1 |
| | * | | | | | | spi: core: Use min_t(size_t,..) | Fabio Estevam | 2016-02-17 | 1 | -1/+1 |
| | * | | | | | | spi: core: Use %zu for printing 'size_t' type | Fabio Estevam | 2016-02-17 | 1 | -1/+1 |
| | * | | | | | | spi: core: Staticize __spi_split_transfer_maxsize() | Fabio Estevam | 2016-02-15 | 1 | -5/+5 |
| | * | | | | | | spi: checking for NULL instead of IS_ERR | Dan Carpenter | 2016-02-12 | 1 | -2/+2 |
| | * | | | | | | spi: core: add spi_split_transfers_maxsize | Martin Sperl | 2016-02-09 | 1 | -0/+111 |
| | * | | | | | | spi: core: add spi_replace_transfers method | Martin Sperl | 2016-02-09 | 1 | -0/+132 |
| | | |_|_|/ /
| | |/| | | | |
|
| | * | | | | | spi: core: added spi_resource management | Martin Sperl | 2016-02-09 | 1 | -0/+91 |
| | |/ / / / |
|
| * | | | | | spi: lp-8841: return correct error code from probe | Arnd Bergmann | 2016-02-26 | 1 | -2/+3 |
| * | | | | | spi: master driver to enable RTC on ICPDAS LP-8841 | Sergei Ianovich | 2016-02-24 | 3 | -0/+266 |
| |/ / / / |
|
| | | | | | |
| \ \ \ \ | |
| \ \ \ \ | |
| \ \ \ \ | |
*---. \ \ \ \ | Merge remote-tracking branches 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic... | Mark Brown | 2016-03-11 | 3 | -19/+19 |
|\ \ \ \ \ \ \
| | |_|/ / / /
| |/| | | | | |
|
| | | * | | | | spi: core: Fix deadlock when sending messages | Jon Hunter | 2016-03-09 | 1 | -12/+17 |
| | * | | | | | spi: dw-mmio: remove message which is handled by core | Andy Shevchenko | 2016-02-05 | 1 | -5/+0 |
| | * | | | | | spi: dw-mid: switch to new dmaengine_terminate_* API | Andy Shevchenko | 2016-02-05 | 1 | -2/+2 |
| |/ / / / / |
|
| | | | | | | |
| \ \ \ \ \ | |
| \ \ \ \ \ | |
| \ \ \ \ \ | |
| \ \ \ \ \ | |
| \ \ \ \ \ | |
*-----. \ \ \ \ \ | Merge remote-tracking branches 'spi/topic/acpi', 'spi/topic/axi-engine', 'spi... | Mark Brown | 2016-03-11 | 6 | -63/+701 |
|\ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|/ /
| |/| | | | | | | |
|
| | | | * | | | | | spi: bcm2835aux: fix CPOL/CPHA setting | Stephan Olbrich | 2016-02-15 | 1 | -11/+8 |
| | | | * | | | | | spi: bcm2835aux: set up spi-mode before asserting cs-gpio | Stephan Olbrich | 2016-02-15 | 1 | -16/+41 |
| | | | * | | | | | spi: bcm2835aux: disable tx fifo empty irq | Stephan Olbrich | 2016-02-10 | 1 | -0/+6 |
| | | | * | | | | | spi: Allow compile test of bcm2835aux if !GPIOLIB | Geert Uytterhoeven | 2016-02-08 | 1 | -2/+1 |
| | | | |/ / / / |
|
| | | * | | | | | spi: bcm2835: Remove unnecessary workaround to call gpio_set_value | Axel Lin | 2016-02-15 | 1 | -5/+0 |