-
- Downloads
Merge tag 'spi-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Pull spi updates from Mark Brown: "This release is almost entirely driver changes, there's a couple of fixes in the core but otherwise it's all drivers: - fix for mixed dynamic and static bus number assignment. - fixes for some leaks arising from confusing lifetime rules during device unregistration and improved documentation to try to help avoid this in the future. - fixes to make the native chip select support for i.MX usable. - slave mode support for i.MX. - support for Coldfire MCF5441x DSPI, Renesas R8A7443/5 and Spreadtrum ADI" * tag 'spi-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi: (31 commits) spi: imx: Don't require platform data chipselect array spi: imx: Fix failure path leak on GPIO request error spi: imx: GPIO based chip selects should not be required spi: sh-msiof: remove redundant pointer dev spi: s3c64xx: remove redundant pointer sci spi: spi-fsl-dspi: enabling Coldfire mcf5441x dspi spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers spi: orion: remove redundant assignment of status to zero spi: sh-msiof: Fix DMA transfer size check spi: imx: Fix failure path leak on GPIO request error spi: spi-axi: fix potential use-after-free after deregistration spi: document odd controller reference handling spi: fix use-after-free at controller deregistration spi: sprd: Fix the possible negative value of BIT() spi: sprd-adi: fix platform_no_drv_owner.cocci warnings spi: a3700: Change SPI mode before asserting chip-select spi: tegra114: correct register name in definition spi: spreadtrum adi: add hwspinlock dependency spi: sh-msiof: Use of_device_get_match_data() helper spi: rspi: Use of_device_get_match_data() helper ...
Showing
- Documentation/devicetree/bindings/spi/sh-msiof.txt 4 additions, 2 deletionsDocumentation/devicetree/bindings/spi/sh-msiof.txt
- Documentation/devicetree/bindings/spi/spi-davinci.txt 10 additions, 0 deletionsDocumentation/devicetree/bindings/spi/spi-davinci.txt
- Documentation/devicetree/bindings/spi/spi-rspi.txt 4 additions, 1 deletionDocumentation/devicetree/bindings/spi/spi-rspi.txt
- Documentation/devicetree/bindings/spi/spi-sprd-adi.txt 58 additions, 0 deletionsDocumentation/devicetree/bindings/spi/spi-sprd-adi.txt
- drivers/spi/Kconfig 8 additions, 5 deletionsdrivers/spi/Kconfig
- drivers/spi/Makefile 1 addition, 0 deletionsdrivers/spi/Makefile
- drivers/spi/spi-armada-3700.c 4 additions, 13 deletionsdrivers/spi/spi-armada-3700.c
- drivers/spi/spi-axi-spi-engine.c 3 additions, 1 deletiondrivers/spi/spi-axi-spi-engine.c
- drivers/spi/spi-fsl-dspi.c 45 additions, 21 deletionsdrivers/spi/spi-fsl-dspi.c
- drivers/spi/spi-imx.c 214 additions, 42 deletionsdrivers/spi/spi-imx.c
- drivers/spi/spi-mxs.c 110 additions, 10 deletionsdrivers/spi/spi-mxs.c
- drivers/spi/spi-orion.c 0 additions, 1 deletiondrivers/spi/spi-orion.c
- drivers/spi/spi-rspi.c 2 additions, 4 deletionsdrivers/spi/spi-rspi.c
- drivers/spi/spi-s3c64xx.c 0 additions, 3 deletionsdrivers/spi/spi-s3c64xx.c
- drivers/spi/spi-sh-msiof.c 5 additions, 7 deletionsdrivers/spi/spi-sh-msiof.c
- drivers/spi/spi-sprd-adi.c 418 additions, 0 deletionsdrivers/spi/spi-sprd-adi.c
- drivers/spi/spi-tegra114.c 3 additions, 3 deletionsdrivers/spi/spi-tegra114.c
- drivers/spi/spi.c 6 additions, 3 deletionsdrivers/spi/spi.c
- include/linux/spi/spi-fsl-dspi.h 31 additions, 0 deletionsinclude/linux/spi/spi-fsl-dspi.h
Loading
Please register or sign in to comment