linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Linus Torvalds
	<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [GIT PULL] SPI fixes for v4.10
Date: Fri, 20 Jan 2017 15:11:40 +0000	[thread overview]
Message-ID: <20170120151140.qer24dbfp3sivysq@sirena.org.uk> (raw)

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

The following changes since commit fafd67940774733fa97f4b09412aea6981b82e0a:

  Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/sunxi', 'spi/topic/ti-qspi', 'spi/topic/topcliff-pch' and 'spi/topic/xlp' into spi-next (2016-12-12 15:54:20 +0000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v4.10-rc4

for you to fetch changes up to 52cc720c568efd8fd454053b98fe4b4fd94688fe:

  Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linus (2017-01-17 18:48:13 +0000)

----------------------------------------------------------------
spi: Fixes for v4.10

The usual small smattering of driver specific fixes.  A few bits that
stand out here:

 - The R-Car patches adding fallbacks are just adding new compatible
   strings to the driver so that device trees are written in a more
   robustly future proof fashion, this isn't strictly a fix but it's
   just new IDs and it's better to get it into mainline sooner to
   improve the ABI.
 - The DesignWare "switch to new API part 2" patch is actually a
   misleadingly titled fix for a bit that got missed in the original
   conversion.

----------------------------------------------------------------
Andy Shevchenko (2):
      spi: dw-mid: switch to new dmaengine_terminate_* API (part 2)
      spi: pxa2xx: add missed break

Christophe JAILLET (1):
      spi: spi-axi: Free resources on error path

Colin Ian King (1):
      spi: armada-3700: fix unsigned compare than zero on irq

Dan Carpenter (1):
      spi: armada-3700: Set mode bits correctly

Geert Uytterhoeven (1):
      spi: SPI_FSL_DSPI should depend on HAS_DMA

Kevin Hilman (1):
      spi: davinci: use dma_mapping_error()

Mark Brown (2):
      Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/axi', 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl-dspi' and 'spi/fix/pxa2xx' into spi-linus
      Merge remote-tracking branch 'spi/fix/sh-msiof' into spi-linus

Phil Reid (1):
      spi: dw: Make debugfs name unique between instances

Simon Horman (2):
      spi: sh-msiof: Add R-Car Gen 2 and 3 fallback bindings
      spi: sh-msiof: Do not use C++ style comment

 Documentation/devicetree/bindings/spi/sh-msiof.txt | 19 +++++++++++++------
 drivers/spi/Kconfig                                |  1 +
 drivers/spi/spi-armada-3700.c                      | 11 ++++++-----
 drivers/spi/spi-axi-spi-engine.c                   |  3 ++-
 drivers/spi/spi-davinci.c                          |  4 ++--
 drivers/spi/spi-dw-mid.c                           |  4 ++--
 drivers/spi/spi-dw.c                               |  5 ++++-
 drivers/spi/spi-pxa2xx.c                           |  1 +
 drivers/spi/spi-sh-msiof.c                         |  4 +++-
 9 files changed, 34 insertions(+), 18 deletions(-)

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

                 reply	other threads:[~2017-01-20 15:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20170120151140.qer24dbfp3sivysq@sirena.org.uk \
    --to=broonie-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
    --cc=linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.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).