linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] spi fixes for v5.6
Date: Fri, 6 Mar 2020 17:41:01 +0000	[thread overview]
Message-ID: <20200306174101.GE4114@sirena.org.uk> (raw)

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

The following changes since commit a5362b84bdff1def10c136e36ef2126f7f545b2c:

  dt-binding: spi: add NPCM PSPI reset binding (2020-01-23 12:13: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.6-rc4

for you to fetch changes up to f9981d4f50b475d7dbb70f3022b87a3c8bba9fd6:

  spi: spi_register_controller(): free bus id on error paths (2020-03-04 14:28:57 +0000)

----------------------------------------------------------------
spi: Fixes for v5.6

A selection of small fixes, mostly for drivers, that have arrived since
the merge window.  None of them are earth shattering in themselves but
all useful for affected systems.

----------------------------------------------------------------
Aaro Koskinen (1):
      spi: spi_register_controller(): free bus id on error paths

Christophe JAILLET (1):
      spi: bcm63xx-hsspi: Really keep pll clk enabled

Evan Green (1):
      spi: pxa2xx: Add CS control clock quirk

Lukas Wunner (1):
      spi: spidev: Fix CS polarity if GPIO descriptors are used

Thommy Jakobsson (1):
      spi/zynqmp: remove entry that causes a cs glitch

Tudor Ambarus (1):
      spi: atmel-quadspi: fix possible MMIO window size overrun

Vignesh Raghavendra (2):
      spi: spi-omap2-mcspi: Handle DMA size restriction on AM65x
      spi: spi-omap2-mcspi: Support probe deferral for DMA channels

Yuji Sasaki (1):
      spi: qup: call spi_qup_pm_resume_runtime before suspending

 drivers/spi/atmel-quadspi.c                   |  11 +++
 drivers/spi/spi-bcm63xx-hsspi.c               |   1 -
 drivers/spi/spi-omap2-mcspi.c                 | 103 ++++++++++++++++----------
 drivers/spi/spi-pxa2xx.c                      |  23 ++++++
 drivers/spi/spi-qup.c                         |  11 ++-
 drivers/spi/spi-zynqmp-gqspi.c                |   3 -
 drivers/spi/spi.c                             |  32 ++++----
 drivers/spi/spidev.c                          |   5 ++
 include/linux/platform_data/spi-omap2-mcspi.h |   1 +
 9 files changed, 126 insertions(+), 64 deletions(-)

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

             reply	other threads:[~2020-03-06 17:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-06 17:41 Mark Brown [this message]
2020-03-06 20:55 ` [GIT PULL] spi fixes for v5.6 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=20200306174101.GE4114@sirena.org.uk \
    --to=broonie@kernel.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).