mbox series

[GIT,PULL] spi fixes for v4.19

Message ID 20180928143041.GQ20825@sirena.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] spi fixes for v4.19 | expand

Pull-request

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

Message

Mark Brown Sept. 28, 2018, 2:30 p.m. UTC
The following changes since commit 5223c9c1cbfc0cd4d0a1b50758e0949af3290fa1:

  spi: spi-fsl-dspi: fix broken DSPI_EOQ_MODE (2018-08-28 20:55:23 +0100)

are available in the Git repository at:

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

for you to fetch changes up to c949a8e8b43f2c75567269bcc9a50d704ae3c420:

  spi: spi-mem: Move the DMA-able constraint doc to the kerneldoc header (2018-09-20 12:23:31 -0700)

----------------------------------------------------------------
spi: Fixes for v4.19

Quite a few fixes for the Renesas drivers in here, plus a fix for the
Tegra driver and some documentation fixes for the recently added spi-mem
code.  The Tegra fix is relatively large but fairly straightforward and
mechanical, it runs on probe so it's been reasonably well covered in
-next testing.

----------------------------------------------------------------

There's also a small fix for error checking in the bitbanging GPIO
driver I forgot to mention above.

Boris Brezillon (2):
      spi: spi-mem: Add missing description for data.nbytes field
      spi: spi-mem: Move the DMA-able constraint doc to the kerneldoc header

Gaku Inami (1):
      spi: sh-msiof: Fix invalid SPI use during system suspend

Geert Uytterhoeven (2):
      spi: rspi: Fix invalid SPI use during system suspend
      spi: rspi: Fix interrupted DMA transfers

Hiromitsu Yamasaki (1):
      spi: sh-msiof: Fix handling of write value for SISTR register

Linus Walleij (1):
      spi: gpio: Fix copy-and-paste error

Marcel Ziswiler (1):
      spi: tegra20-slink: explicitly enable/disable clock

 drivers/spi/spi-gpio.c          |  4 ++--
 drivers/spi/spi-rspi.c          | 34 ++++++++++++++++++++++++++++++----
 drivers/spi/spi-sh-msiof.c      | 28 +++++++++++++++++++++++++++-
 drivers/spi/spi-tegra20-slink.c | 31 +++++++++++++++++++++++--------
 include/linux/spi/spi-mem.h     |  7 ++++---
 5 files changed, 86 insertions(+), 18 deletions(-)

Comments

Greg KH Sept. 29, 2018, 1:20 a.m. UTC | #1
On Fri, Sep 28, 2018 at 03:30:41PM +0100, Mark Brown wrote:
> The following changes since commit 5223c9c1cbfc0cd4d0a1b50758e0949af3290fa1:
> 
>   spi: spi-fsl-dspi: fix broken DSPI_EOQ_MODE (2018-08-28 20:55:23 +0100)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v4.19-rc5

Now pulled, thanks.

greg k-h