summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*---. Merge remote-tracking branches 'spi/topic/doc', 'spi/topic/dw' and 'spi/topic...Mark Brown2016-03-114-19/+21
|\ \ \
| | | * spi: core: Fix deadlock when sending messagesJon Hunter2016-03-091-12/+17
| | * | spi: dw-mmio: remove message which is handled by coreAndy Shevchenko2016-02-051-5/+0
| | * | spi: dw-mid: switch to new dmaengine_terminate_* APIAndy Shevchenko2016-02-051-2/+2
| * | | spi: Document max_transfer_sizeRandy Dunlap2016-02-081-0/+2
| |/ /
| | |
| \ \
| \ \
| \ \
| \ \
| \ \
*-----. \ \ Merge remote-tracking branches 'spi/topic/acpi', 'spi/topic/axi-engine', 'spi...Mark Brown2016-03-118-63/+737
|\ \ \ \ \ \
| | | | * | | spi: bcm2835aux: fix CPOL/CPHA settingStephan Olbrich2016-02-151-11/+8
| | | | * | | spi: bcm2835aux: set up spi-mode before asserting cs-gpioStephan Olbrich2016-02-151-16/+41
| | | | * | | spi: bcm2835aux: disable tx fifo empty irqStephan Olbrich2016-02-101-0/+6
| | | | * | | spi: Allow compile test of bcm2835aux if !GPIOLIBGeert Uytterhoeven2016-02-081-2/+1
| | | | |/ /
| | | * | | spi: bcm2835: Remove unnecessary workaround to call gpio_set_valueAxel Lin2016-02-151-5/+0
| | | * | | spi: bcm2835: Remove duplicate depend on GPIOLIB in KconfigAxel Lin2016-02-131-1/+0
| | | |/ /
| | * | | spi: Add Analog Devices AXI SPI Engine controller supportLars-Peter Clausen2016-02-053-0/+600
| | * | | spi: axi: Add bindings documentation for Analog Devices axi-spi-engineLars-Peter Clausen2016-02-051-0/+31
| | * | | spi: Fix sorting in KconfigMark Brown2016-02-031-32/+32
| | |/ /
| * / / spi: Let drivers translate ACPI DeviceSelection to suitable Linux chip selectMika Westerberg2016-02-092-1/+23
| |/ /
* | | Merge remote-tracking branch 'spi/topic/imx' into spi-nextMark Brown2016-03-111-158/+183
|\ \ \
| * | | spi: imx: drop bogus tests for rx/tx bufs in DMA transferSascha Hauer2016-02-261-48/+34
| * | | spi: imx: set MX51_ECSPI_CTRL_SMC bit in setup functionSascha Hauer2016-02-261-15/+6
| * | | spi: imx: make some register defines simplerSascha Hauer2016-02-261-9/+6
| * | | spi: imx: remove unnecessary bit clearing in mx51_ecspi_configSascha Hauer2016-02-261-7/+0
| * | | spi: imx: add support for all SPI word width for DMAAnton Bondarenko2016-02-261-27/+91
| * | | spi: imx: drop unncessary dma_is_inited variableSascha Hauer2016-02-261-5/+1
| * | | spi: imx: drop unnecessary read/modify/writeSascha Hauer2016-02-261-21/+10
| * | | spi: imx: initialize usedma earlierSascha Hauer2016-02-261-7/+8
| * | | spi: imx: drop fallback to PIOSascha Hauer2016-02-241-13/+6
| * | | spi: imx: replace fixed timeout with calculatedAnton Bondarenko2016-02-191-3/+21
| * | | Merge remote-tracking branch 'spi/fix/imx' into spi-imxMark Brown2016-02-191-15/+2
| |\ \ \
| * \ \ \ Merge tag 'spi-fix-v4.5-rc4' into spi-imxMark Brown2016-02-18731-57080/+7717
| |\ \ \ \
| * | | | | spi: imx: use proper dev_* functions for driver messagesSascha Hauer2016-02-171-15/+12
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'spi/topic/dma' into spi-nextMark Brown2016-03-111-3/+3
|\ \ \ \ \
| * | | | | spi: respect the maximum segment size of DMA deviceAndy Shevchenko2016-03-091-3/+3
| |/ / / /
* | | | | Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2016-03-112-0/+89
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | spi: Add cond_resched() in main message processing loopMark Brown2016-02-181-0/+3
| * | | | spi: introduce accelerated read support for spi flash devicesVignesh R2016-02-092-0/+86
| |/ / /
* | | | Merge tag 'spi-fix-v4.5-rc7' into spi-linusMark Brown2016-03-112-15/+5
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'spi/fix/rockchip' into spi-linusMark Brown2016-03-101-0/+3
| |\ \ \ \
| | * | | | spi: rockchip: add missing spi_master_putShawn Lin2016-02-151-0/+2
| | * | | | spi: rockchip: disable runtime pm when in err caseShawn Lin2016-02-151-0/+1
| | |/ / /
| * | | | Merge remote-tracking branch 'spi/fix/imx' into spi-linusMark Brown2016-03-101-15/+2
|/| | | |
| * | | | spi: imx: fix spi resource leak with dma transferGao Pan2016-02-191-3/+5
| | |_|/ | |/| |
| * | | spi: imx: allow only WML aligned transfers to use DMAAnton Bondarenko2016-02-171-15/+2
| |/ /
* | | Linux 4.5-rc7v4.5-rc7Linus Torvalds2016-03-061-1/+1
* | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2016-03-061-1/+0
|\ \ \
| * \ \ Merge tag 'renesas-dt-fixes2-for-v4.5' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2016-03-021-1/+0
| |\ \ \
| | * | | ARM: dts: porter: remove enable prop from HS-USB device nodeSergei Shtylyov2016-03-021-1/+0
* | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-03-063-0/+6
|\ \ \ \ \
| * | | | | ARM: 8544/1: set_memory_xx fixesMika Penttilä2016-03-051-0/+3
| * | | | | ARM: 8534/1: virt: fix hyp-stub build for pre-ARMv7 CPUsJean-Philippe Brucker2016-02-222-0/+3
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-03-067-3/+49
|\ \ \ \ \ \