Merge tag 'spi-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Pull spi updates from Mark Brown: "A respun version of the merges for the pull request previously sent with a few additional fixes. The last two merges were fixed up by hand since the branches have moved on and currently have the prior merge in them. Quite a busy release for the SPI subsystem, mostly in cleanups big and small scattered through the stack rather than anything else: - New driver for the Broadcom BC63xx HSSPI controller - Fix duplicate device registration for ACPI - Conversion of s3c64xx to DMAEngine (this pulls in platform and DMA changes upon which the transiton depends) - Some small optimisations to reduce the amount of time we hold locks in the datapath, eliminate some redundant checks and the size of a spi_transfer - Lots of fixes, cleanups and general enhancements to drivers, especially the rspi and Atmel drivers" * tag 'spi-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi: (112 commits) spi: core: Fix transfer failure when master->transfer_one returns positive value spi: Correct set_cs() documentation spi: Clarify transfer_one() w.r.t. spi_finalize_current_transfer() spi: Spelling s/finised/finished/ spi: sc18is602: Convert to use bits_per_word_mask spi: Remove duplicate code to set default bits_per_word setting spi/pxa2xx: fix compilation warning when !CONFIG_PM_SLEEP spi: clps711x: Add MODULE_ALIAS to support module auto-loading spi: rspi: Add missing clk_disable() calls in error and cleanup paths spi: rspi: Spelling s/transmition/transmission/ spi: rspi: Add support for specifying CPHA/CPOL spi/pxa2xx: initialize DMA channels to -1 to prevent inadvertent match spi: rspi: Add more QSPI register documentation spi: rspi: Add more RSPI register documentation spi: rspi: Remove dependency on DMAE for SHMOBILE spi/s3c64xx: Correct indentation spi: sh: Use spi_sh_clear_bit() instead of open-coded spi: bitbang: Grammar s/make to make/to make/ spi: sh-hspi: Spelling s/recive/receive/ spi: core: Improve tx/rx_nbits check comments ...
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/spi/spi-bus.txt 1 addition, 1 deletionDocumentation/devicetree/bindings/spi/spi-bus.txt
- Documentation/devicetree/bindings/spi/ti_qspi.txt 7 additions, 1 deletionDocumentation/devicetree/bindings/spi/ti_qspi.txt
- Documentation/spi/spi-summary 4 additions, 4 deletionsDocumentation/spi/spi-summary
- arch/arm/plat-samsung/include/plat/fiq.h 0 additions, 13 deletionsarch/arm/plat-samsung/include/plat/fiq.h
- drivers/spi/Kconfig 11 additions, 3 deletionsdrivers/spi/Kconfig
- drivers/spi/Makefile 1 addition, 0 deletionsdrivers/spi/Makefile
- drivers/spi/spi-altera.c 0 additions, 2 deletionsdrivers/spi/spi-altera.c
- drivers/spi/spi-ath79.c 4 additions, 10 deletionsdrivers/spi/spi-ath79.c
- drivers/spi/spi-atmel.c 276 additions, 502 deletionsdrivers/spi/spi-atmel.c
- drivers/spi/spi-bcm2835.c 3 additions, 7 deletionsdrivers/spi/spi-bcm2835.c
- drivers/spi/spi-bcm63xx-hsspi.c 475 additions, 0 deletionsdrivers/spi/spi-bcm63xx-hsspi.c
- drivers/spi/spi-bcm63xx.c 17 additions, 31 deletionsdrivers/spi/spi-bcm63xx.c
- drivers/spi/spi-bitbang-txrx.h 1 addition, 1 deletiondrivers/spi/spi-bitbang-txrx.h
- drivers/spi/spi-clps711x.c 3 additions, 20 deletionsdrivers/spi/spi-clps711x.c
- drivers/spi/spi-coldfire-qspi.c 14 additions, 39 deletionsdrivers/spi/spi-coldfire-qspi.c
- drivers/spi/spi-davinci.c 13 additions, 36 deletionsdrivers/spi/spi-davinci.c
- drivers/spi/spi-dw-mmio.c 22 additions, 52 deletionsdrivers/spi/spi-dw-mmio.c
- drivers/spi/spi-dw-pci.c 12 additions, 35 deletionsdrivers/spi/spi-dw-pci.c
- drivers/spi/spi-dw.c 9 additions, 17 deletionsdrivers/spi/spi-dw.c
- drivers/spi/spi-dw.h 1 addition, 4 deletionsdrivers/spi/spi-dw.h
Loading
Please register or sign in to comment