From patchwork Wed Nov 28 15:54:04 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 10702919 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 3CE5F13A4 for ; Wed, 28 Nov 2018 15:54:08 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 29FD92AE1E for ; Wed, 28 Nov 2018 15:54:08 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1CF632D8C6; Wed, 28 Nov 2018 15:54:08 +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 A168F2AE1E for ; Wed, 28 Nov 2018 15:54:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727979AbeK2C4N (ORCPT ); Wed, 28 Nov 2018 21:56:13 -0500 Received: from heliosphere.sirena.org.uk ([172.104.155.198]:46474 "EHLO heliosphere.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727789AbeK2C4N (ORCPT ); Wed, 28 Nov 2018 21:56:13 -0500 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=YAagMpJp3hyABKQqg5vm4cENQLdI7Z+/oQMcgiBLooY=; b=sXFxT+SdwXKjS5D0R5VXeMg47 JmY2glC4tnnavFyhE8IcYXILs72pS8Id5nVMzMVycyjDUGh0ZYWJr5SVIIjf82deCdrturVGdc60p rHmIEOcCY4OIXUnkKD7iPH7ite4Qgnlp0ZAsE+rG1UCCzwSmiXiBd8L3kwE+xnQqOr1mk=; Received: from cpc102320-sgyl38-2-0-cust46.18-2.cable.virginm.net ([82.37.168.47] helo=debutante.sirena.org.uk) by heliosphere.sirena.org.uk with esmtpa (Exim 4.89) (envelope-from ) id 1gS2A8-0005u7-Gc; Wed, 28 Nov 2018 15:54:04 +0000 Received: by debutante.sirena.org.uk (Postfix, from userid 1000) id 126CA112521B; Wed, 28 Nov 2018 15:54:04 +0000 (GMT) Date: Wed, 28 Nov 2018 15:54:04 +0000 From: Mark Brown To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org Subject: [GIT PULL] SPI fixes for v4.20 Message-ID: <20181128155404.GJ6828@sirena.org.uk> MIME-Version: 1.0 Content-Disposition: inline X-Cookie: I had pancake makeup for brunch! 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 0c903aafc8529f64d24d2cd6df32f2bf16aad20b: spi: lpspi: add imx8qxp compatible string (2018-10-21 16:55:23 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git spi-fix-v4.20-rc4 for you to fetch changes up to 91b9deefedf4c35a01027ce38bed7299605026a3: spi: omap2-mcspi: Add missing suspend and resume calls (2018-11-15 16:20:43 -0800) ---------------------------------------------------------------- spi: Fixes for v4.20 A few driver specific fixes here, nothing big or that stands out for anyone other than the driver users. ---------------------------------------------------------------- Forgot to note that the mcspi thing is a fix for issues that started showing up with a change in defconfig in this release to make cpuidle get turned on by default. Keiji Hayashibara (1): spi: uniphier: fix incorrect property items Leilk Liu (1): spi: mediatek: use correct mata->xfer_len when in fifo transfer Tony Lindgren (1): spi: omap2-mcspi: Add missing suspend and resume calls .../devicetree/bindings/spi/spi-uniphier.txt | 14 ++++---- drivers/spi/spi-mt65xx.c | 4 +-- drivers/spi/spi-omap2-mcspi.c | 37 +++++++++++++++------- 3 files changed, 35 insertions(+), 20 deletions(-)