From patchwork Mon Aug 5 14:50:14 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 11077171 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 6A1281398 for ; Mon, 5 Aug 2019 14:50:19 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 59C3526E4F for ; Mon, 5 Aug 2019 14:50:19 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4E2D22896F; Mon, 5 Aug 2019 14:50:19 +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 E0F8228927 for ; Mon, 5 Aug 2019 14:50:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728952AbfHEOuS (ORCPT ); Mon, 5 Aug 2019 10:50:18 -0400 Received: from heliosphere.sirena.org.uk ([172.104.155.198]:43938 "EHLO heliosphere.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726508AbfHEOuS (ORCPT ); Mon, 5 Aug 2019 10:50:18 -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=2qYGdFyCH95p20i9diOVmgkNhS9ej7OzPV6au+bJxxs=; b=tU9LO1+KpYKVn3+h7O+gBv/p1 1L+WdLOavAK8sUHuXIUV4/ZpLc3Zpi+S3i+S3XlwpACB+e+oC/6tE5hK91x2zTZhQzc0E/HClYeOj NRXjM6WrThdzYabhj6IsXtCSHK325voQkPRo+0OzYsBfWFJArc7U6DZJ6o31mOLPjMQYk=; Received: from ypsilon.sirena.org.uk ([2001:470:1f1d:6b5::7]) by heliosphere.sirena.org.uk with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1hueJT-0000WM-Uw; Mon, 05 Aug 2019 14:50:16 +0000 Received: by ypsilon.sirena.org.uk (Postfix, from userid 1000) id D210F2742D06; Mon, 5 Aug 2019 15:50:14 +0100 (BST) Date: Mon, 5 Aug 2019 15:50:14 +0100 From: Mark Brown To: Linus Torvalds Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] SPI fixes for v5.3 Message-ID: <20190805145014.GI6432@sirena.org.uk> MIME-Version: 1.0 Content-Disposition: inline X-Cookie: Place stamp here. 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 8cc7720470a17558bd6f8d67df63361600e46c55: spi: pxa2xx: Add support for Intel Elkhart Lake (2019-07-03 13:03:44 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.3-rc3 for you to fetch changes up to a4127952859a869cf3fc5a49547dbe2ffa2eac89: spi: pxa2xx: Add support for Intel Tiger Lake (2019-08-02 12:14:23 +0100) ---------------------------------------------------------------- spi: Fixes for v5.3 A bunch of small, device specific things here plus a DT bindings fix for the new validatable YAML binding format. The most notable thing is the fix for GPIO chip selects which fixes a corner case in updates of that code to modern APIs, unfortunately due to a historical mess the code around GPIO support is obscure, fragile and an ABI which makes and attempt to improve the situation painful. ---------------------------------------------------------------- Han Xu (1): spi: spi-fsl-qspi: change i.MX7D RX FIFO size Jarkko Nikula (1): spi: pxa2xx: Add support for Intel Tiger Lake Linus Walleij (1): spi: gpio: Add SPI_MASTER_GPIO_SS flag Lubomir Rintel (1): spi: pxa2xx: Balance runtime PM enable/disable on error Lukas Wunner (1): spi: bcm2835: Fix 3-wire mode if DMA is enabled Rob Herring (1): spi: dt-bindings: spi-controller: remove unnecessary 'maxItems: 1' from reg Documentation/devicetree/bindings/spi/spi-controller.yaml | 1 - drivers/spi/spi-bcm2835.c | 3 ++- drivers/spi/spi-fsl-qspi.c | 2 +- drivers/spi/spi-gpio.c | 6 ++++++ drivers/spi/spi-pxa2xx.c | 14 ++++++++++++-- 5 files changed, 21 insertions(+), 5 deletions(-)