mbox series

[GIT,PULL] spi fixes for v5.5

Message ID 20200106131232.GC6448@sirena.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] spi fixes for v5.5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.5-rc5

Message

Mark Brown Jan. 6, 2020, 1:12 p.m. UTC
The following changes since commit 63aa6a692595d47a0785297b481072086b9272d2:

  spi: fsl: use platform_get_irq() instead of of_irq_to_resource() (2019-12-16 11:54:55 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.5-rc5

for you to fetch changes up to 09b6636cea4f8e419d7cca4155e8695e462535a6:

  spi: Document Octal mode as valid SPI bus width (2020-01-03 01:02:11 +0000)

----------------------------------------------------------------
spi: Fixes for v5.5

A small collection of fixes here, one to make the newly added PTP
timestamping code more accurate, a few driver fixes and a fix for the
core DT binding to document the fact that we support eight wire buses.

----------------------------------------------------------------
Kunihiko Hayashi (1):
      spi: uniphier: Fix FIFO threshold

Vignesh Raghavendra (1):
      spi: Document Octal mode as valid SPI bus width

Vladimir Oltean (2):
      spi: Don't look at TX buffer for PTP system timestamping
      spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI mode

wuxu.wu (1):
      spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent calls

 .../devicetree/bindings/spi/spi-controller.yaml    |  4 +--
 drivers/spi/spi-dw.c                               | 15 ++++++++---
 drivers/spi/spi-dw.h                               |  1 +
 drivers/spi/spi-fsl-dspi.c                         | 24 +++++++----------
 drivers/spi/spi-uniphier.c                         | 31 +++++++++++++---------
 drivers/spi/spi.c                                  | 22 ++++++---------
 include/linux/spi/spi.h                            |  4 +--
 7 files changed, 54 insertions(+), 47 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 6, 2020, 9:05 p.m. UTC | #1
The pull request you sent on Mon, 6 Jan 2020 13:12:32 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.5-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ec7b3f5372e2f674ce19c23ca8f5a2c103025264

Thank you!