linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kerenl.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org
Subject: [GIT PULL] spi fixes for v5.5
Date: Mon, 6 Jan 2020 13:12:32 +0000	[thread overview]
Message-ID: <20200106131232.GC6448@sirena.org.uk> (raw)

[-- Attachment #1: Type: text/plain, Size: 1732 bytes --]

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(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2020-01-06 13:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-06 13:12 Mark Brown [this message]
2020-01-06 21:05 ` [GIT PULL] spi fixes for v5.5 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2019-12-17 12:19 [GIT PULL] SPI " Mark Brown
2019-12-17 21:15 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200106131232.GC6448@sirena.org.uk \
    --to=broonie@kerenl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).