From patchwork Fri Sep 28 14:30:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 10620067 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DD1D16CB for ; Fri, 28 Sep 2018 14:30:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CB18A2B87F for ; Fri, 28 Sep 2018 14:30:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BD9412B894; Fri, 28 Sep 2018 14:30:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 28B3B2B87F for ; Fri, 28 Sep 2018 14:30:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726349AbeI1Uyr (ORCPT ); Fri, 28 Sep 2018 16:54:47 -0400 Received: from heliosphere.sirena.org.uk ([172.104.155.198]:41430 "EHLO heliosphere.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726971AbeI1Uyr (ORCPT ); Fri, 28 Sep 2018 16:54:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sirena.org.uk; s=20170815-heliosphere; h=Content-Type:MIME-Version: Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=2UWy1P674fdC2Qlkkie+NNLdQvgKPWXFWXsHbfa2eb4=; b=VjquitXHo0TMFc9J4VSjafzTc fEWxlr1GZvidL0WP1IlPCWIyIop8WGgbuqkc76tLTtX2vjSWV1pGLpjnIKxpOBwTxz8H+l+vzDZUW LE9hDyUJ4hOQUTjsMUNGbwMskgzXyOAkm3aDzolHway587tkWbKPln2mwC+g+5Pq4fda0=; Received: from [2001:470:1f1d:6b5:7e7a:91ff:fede:4a45] (helo=finisterre.ee.mobilebroadband) by heliosphere.sirena.org.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1g5tn0-00007Q-Hb; Fri, 28 Sep 2018 14:30:42 +0000 Received: by finisterre.ee.mobilebroadband (Postfix, from userid 1000) id 04096440078; Fri, 28 Sep 2018 15:30:41 +0100 (BST) Date: Fri, 28 Sep 2018 15:30:41 +0100 From: Mark Brown To: Greg Kroah-Hartman Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Torvalds Subject: [GIT PULL] spi fixes for v4.19 Message-ID: <20180928143041.GQ20825@sirena.org.uk> MIME-Version: 1.0 Content-Disposition: inline X-Cookie: Disc space -- the final frontier! User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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(-)