mbox series

[GIT,PULL] spi fixes for v5.6

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

Pull-request

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

Message

Mark Brown March 6, 2020, 5:41 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 6, 2020, 8:55 p.m. UTC | #1
The pull request you sent on Fri, 6 Mar 2020 17:41:01 +0000:

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

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

Thank you!