mbox series

[GIT,PULL] SPI fixes for v4.20

Message ID 20181128155404.GJ6828@sirena.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] SPI fixes for v4.20 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git spi-fix-v4.20-rc4

Message

Mark Brown Nov. 28, 2018, 3:54 p.m. UTC
The following changes since commit 0c903aafc8529f64d24d2cd6df32f2bf16aad20b:

  spi: lpspi: add imx8qxp compatible string (2018-10-21 16:55:23 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git spi-fix-v4.20-rc4

for you to fetch changes up to 91b9deefedf4c35a01027ce38bed7299605026a3:

  spi: omap2-mcspi: Add missing suspend and resume calls (2018-11-15 16:20:43 -0800)

----------------------------------------------------------------
spi: Fixes for v4.20

A few driver specific fixes here, nothing big or that stands out for
anyone other than the driver users.

----------------------------------------------------------------

Forgot to note that the mcspi thing is a fix for issues that started
showing up with a change in defconfig in this release to make cpuidle
get turned on by default.

Keiji Hayashibara (1):
      spi: uniphier: fix incorrect property items

Leilk Liu (1):
      spi: mediatek: use correct mata->xfer_len when in fifo transfer

Tony Lindgren (1):
      spi: omap2-mcspi: Add missing suspend and resume calls

 .../devicetree/bindings/spi/spi-uniphier.txt       | 14 ++++----
 drivers/spi/spi-mt65xx.c                           |  4 +--
 drivers/spi/spi-omap2-mcspi.c                      | 37 +++++++++++++++-------
 3 files changed, 35 insertions(+), 20 deletions(-)