summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spi: bitbang: Don't call chipselect() in spi_bitbang_setup()Alban Bedel2019-01-171-13/+0
* spi: cadence: Correct initialisation of runtime PMCharles Keepax2019-01-141-7/+4
* spi: spi-geni-qcom: Get rid of forward declarationStephen Boyd2019-01-141-29/+26
* spi: spi-geni-qcom: Don't initialize completion for normal messageStephen Boyd2019-01-141-1/+0
* spi: davinci: Get rid of dangling variableLinus Walleij2019-01-101-1/+0
* spi: dw: fix warning unused variable 'ret'Anders Roxell2019-01-101-1/+0
* spi: core: avoid waking pump thread from spi_sync instead run teardown delayedMartin Sperl2019-01-092-33/+91
* spi: dw: Convert to use CS GPIO descriptorsLinus Walleij2019-01-092-30/+1
* spi: davinci: Convert to use CS GPIO descriptorsLinus Walleij2019-01-091-40/+13
* spi: clps711x: Convert to use CS GPIO descriptorsLinus Walleij2019-01-091-21/+2
* spi: cadence: Convert to use CS GPIO descriptorsLinus Walleij2019-01-091-65/+2
* spi: atmel: Convert to use CS GPIO descriptorsLinus Walleij2019-01-091-66/+27
* spi: ath79: Convert to use CS GPIO descriptorsLinus Walleij2019-01-091-28/+14
* spi: Optionally use GPIO descriptors for CS GPIOsLinus Walleij2019-01-092-14/+113
* spi/trace: include buffer contents in tracesUwe Kleine-König2019-01-071-2/+26
* spi/trace: drop useless and wrong (but harmless) castsUwe Kleine-König2019-01-071-4/+3
* spi: stm32: add description about STM32F4 bindingsCezary Gapinski2019-01-071-3/+6
* spi: stm32: add support for STM32F4Cezary Gapinski2019-01-071-7/+482
* spi: stm32: introduce compatible data cfgCezary Gapinski2019-01-071-101/+236
* spi: stm32: add start dma transfer functionCezary Gapinski2019-01-071-9/+18
* spi: stm32: split transfer one setup functionCezary Gapinski2019-01-071-78/+192
* spi: stm32: rename interrupt functionCezary Gapinski2019-01-071-3/+3
* spi: stm32: rename STM32 SPI registers to STM32H7Cezary Gapinski2019-01-071-182/+199
* spi: stm32: remove SPI LOOP modeCezary Gapinski2019-01-071-1/+1
* spi: stm32: use explicit CPOL and CPHA mode bitsCezary Gapinski2019-01-071-1/+1
* spi: fix typo in SPI_STM32 help textCezary Gapinski2019-01-071-1/+1
* spi: stm32: fix DMA configuration with only one channelCezary Gapinski2019-01-071-8/+12
* spi: stm32: use NULL pointer instead of plain integerCezary Gapinski2019-01-071-1/+1
* spi: stm32: switch to SPDX identifierCezary Gapinski2019-01-071-20/+7
* spi: dw: fix potential variable assignment errorshaftarger2019-01-071-1/+2
* spi: add cpu details to fsl-dspi Kconfig helpAngelo Dureghello2019-01-071-1/+1
* MAINTAINERS: Move the Freescale QSPI driver to the SPI frameworkFrieder Schrempf2019-01-071-2/+2
* mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.cFrieder Schrempf2019-01-071-1224/+0
* dt-bindings: spi: Adjust the bindings for the FSL QSPI driverFrieder Schrempf2019-01-071-10/+8
* dt-bindings: spi: Move the bindings for the FSL QSPI driverFrieder Schrempf2019-01-071-0/+0
* spi: Add a driver for the Freescale/NXP QuadSPI controllerFrieder Schrempf2019-01-075-10/+978
* Linux 5.0-rc1v5.0-rc1Linus Torvalds2019-01-061-3/+3
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-0694-694/+150
|\
| * kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2019-01-062-18/+19
| * kbuild: remove unnecessary stubs for archheader and archscriptsMasahiro Yamada2019-01-061-5/+1
| * kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada2019-01-066-26/+12
| * arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-0624-408/+0
| * kbuild: generate asm-generic wrappers if mandatory headers are missingMasahiro Yamada2019-01-063-10/+10
| * arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-0624-25/+0
| * riscv: remove redundant kernel-space generic-yMasahiro Yamada2019-01-061-25/+0
| * kbuild: change filechk to surround the given command with { }Masahiro Yamada2019-01-067-12/+14
| * kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-069-25/+16
| * kbuild: clean up rule_dtc_dt_yamlMasahiro Yamada2019-01-061-2/+2
| * kbuild: remove UIMAGE_IN and UIMAGE_OUTMasahiro Yamada2019-01-061-4/+2
| * jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-0642-119/+65