aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAge
...
| | * | | spi/rockchip: Make sure spi clk is on in rockchip_spi_set_csHuibin Hong2016-03-04
| | * | | spi: rockchip: add bindings for rk3399 spiXu Jianqun2016-02-18
| | * | | spi: rockchip: remove xfer_completion from rockchip_spiShawn Lin2016-02-16
| | |/ /
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----. \ \ \ Merge remote-tracking branches 'spi/topic/lp8841', 'spi/topic/msg', 'spi/topi...Mark Brown2016-03-11
|\ \ \ \ \ \ \
| | | | * | | | spi: pxa2xx: Use newer more explicit DMAengine terminate APIJarkko Nikula2016-03-03
| | | | * | | | spi: pxa2xx: Add support for Intel Broxton B-StepJarkko Nikula2016-03-02
| | | | * | | | spi: spi-pxa2xx-pci: Add ID and driver type for WildcatPoint PCHLeif Liddy2016-02-20
| | | | * | | | spi: pxa2xx: Remove unused DMA buffer mappingsJarkko Nikula2016-02-20
| | | | * | | | spi: pxa2xx: Add support for both chip selects on Intel BraswellMika Westerberg2016-02-09
| | | | * | | | spi: pxa2xx: Move chip select control bits into lpss_config structureMika Westerberg2016-02-09
| | | | * | | | spi: pxa2xx: Translate ACPI DeviceSelection to Linux chip select on BaytrailMika Westerberg2016-02-09
| | | | * | | | Merge branch 'topic/acpi' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2016-02-09
| | | | |\ \ \ \
| | | | * | | | | spi: pxa2xx: Fix too early chipselect deassertJarkko Nikula2016-02-04
| | | | * | | | | spi: pxa2xx: Update comment in int_transfer_complete()Jarkko Nikula2016-02-04
| | | | * | | | | spi: pxa2xx: Print actual DMA/PIO transfer mode in debug messagesJarkko Nikula2016-01-27
| | | | * | | | | spi: pxa2xx: Remove CONFIG_SPI_PXA2XX_DMAJarkko Nikula2016-01-15
| | | * | | | | | spi: pl022: Remove obsolete struct pl022 members from kerneldocJarkko Nikula2016-02-17
| | | | |_|_|/ / | | | |/| | | |
| | * | | | | | spi: Add gfp parameter to kernel-doc to fix build warningJavier Martinez Canillas2016-03-11
| | * | | | | | spi: make xmldocs warning caused by spi.cMasanari Iida2016-02-22
| | * | | | | | spi: docbook: add missing parameter documentationMartin Sperl2016-02-18
| | * | | | | | spi: core: Use min_t(size_t,..)Fabio Estevam2016-02-17
| | * | | | | | spi: core: Use %zu for printing 'size_t' typeFabio Estevam2016-02-17
| | * | | | | | spi: core: Staticize __spi_split_transfer_maxsize()Fabio Estevam2016-02-15
| | * | | | | | spi: checking for NULL instead of IS_ERRDan Carpenter2016-02-12
| | * | | | | | spi: core: add spi_split_transfers_maxsizeMartin Sperl2016-02-09
| | * | | | | | spi: core: add spi_replace_transfers methodMartin Sperl2016-02-09
| | | |_|_|/ / | | |/| | | |
| | * | | | | spi: core: added spi_resource managementMartin Sperl2016-02-09
| | |/ / / /
| * | | | | spi: lp-8841: return correct error code from probeArnd Bergmann2016-02-25
| * | | | | spi: master driver to enable RTC on ICPDAS LP-8841Sergei Ianovich2016-02-23
| |/ / / /
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge remote-tracking branches 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic...Mark Brown2016-03-11
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | | * | | | spi: core: Fix deadlock when sending messagesJon Hunter2016-03-08
| | * | | | | spi: dw-mmio: remove message which is handled by coreAndy Shevchenko2016-02-05
| | * | | | | spi: dw-mid: switch to new dmaengine_terminate_* APIAndy Shevchenko2016-02-05
| |/ / / / /
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*-----. \ \ \ \ \ Merge remote-tracking branches 'spi/topic/acpi', 'spi/topic/axi-engine', 'spi...Mark Brown2016-03-11
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | | | * | | | | spi: bcm2835aux: fix CPOL/CPHA settingStephan Olbrich2016-02-15
| | | | * | | | | spi: bcm2835aux: set up spi-mode before asserting cs-gpioStephan Olbrich2016-02-15
| | | | * | | | | spi: bcm2835aux: disable tx fifo empty irqStephan Olbrich2016-02-10
| | | | * | | | | spi: Allow compile test of bcm2835aux if !GPIOLIBGeert Uytterhoeven2016-02-08
| | | | |/ / / /
| | | * | | | | spi: bcm2835: Remove unnecessary workaround to call gpio_set_valueAxel Lin2016-02-15
| | | * | | | | spi: bcm2835: Remove duplicate depend on GPIOLIB in KconfigAxel Lin2016-02-13
| | | |/ / / /
| | * | | | | spi: Add Analog Devices AXI SPI Engine controller supportLars-Peter Clausen2016-02-05
| | * | | | | spi: Fix sorting in KconfigMark Brown2016-02-03
| | |/ / / /
| * / / / / spi: Let drivers translate ACPI DeviceSelection to suitable Linux chip selectMika Westerberg2016-02-09
| |/ / / /
* | | | | Merge remote-tracking branch 'spi/topic/imx' into spi-nextMark Brown2016-03-11
|\ \ \ \ \
| * | | | | spi: imx: drop bogus tests for rx/tx bufs in DMA transferSascha Hauer2016-02-25
| * | | | | spi: imx: set MX51_ECSPI_CTRL_SMC bit in setup functionSascha Hauer2016-02-25
| * | | | | spi: imx: make some register defines simplerSascha Hauer2016-02-25
| * | | | | spi: imx: remove unnecessary bit clearing in mx51_ecspi_configSascha Hauer2016-02-25
| * | | | | spi: imx: add support for all SPI word width for DMAAnton Bondarenko2016-02-25
| * | | | | spi: imx: drop unncessary dma_is_inited variableSascha Hauer2016-02-25