From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 033EAC433FF for ; Mon, 5 Aug 2019 14:50:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CA3872147A for ; Mon, 5 Aug 2019 14:50:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565016619; bh=niWrUY5l9piw2oNy16OidH3cKjEj5dtuPnSBzg2JN+A=; h=Date:From:To:Cc:Subject:List-ID:From; b=mqRwBtyb23B9PyR5mcMneCnaFZ98h3epEmW/7cf48mfcFyMW/CyN+XUMphlsktL/m x4UrGB3l6F5RqGu82whCB1GXa8UbEr9EZSphImNPzCrcbD3CXk3oySZwmbUcP2jSUd L1llDV8w6BguHn2CBBMIdhrWTotdkhAjM8XrYIOM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729226AbfHEOuS (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-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="hABqaeELJqnDDeDE" Content-Disposition: inline X-Cookie: Place stamp here. User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --hABqaeELJqnDDeDE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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(-) --hABqaeELJqnDDeDE Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEyBAABCgAdFiEEreZoqmdXGLWf4p/qJNaLcl1Uh9AFAl1IQiYACgkQJNaLcl1U h9DVrAf4rI7VruSCdKi9gWLD+MK79ppEONhiDo3KiVnkHghlOck5NtA88KzhQizW QF3hd29Y3hJil+r31iuPIqj9GdLKGMpFPrgovR184SrA7aUikm8niuuqh0RE0voX KKEAXz+AYpUxsBlLAu6pyF+5treKw+B/HmHXSaT/+Bv9TDrbrL1GcZKYLVm747ta BkFP6Sc/IJRgw8hq6TdRtshGoxlgT4rLaSxuMtkltbu1UoAA/qyq98rjmJvNfbSi b4Y0hmhY50wM9dN1F0Vj4PGmfGOTqM9YqubE6yLuWHS8dgXL/pLULjXqfxoYMjCE PQxWUtWfcE/GAHD/sMUs8IYK8L3Q =AiZ5 -----END PGP SIGNATURE----- --hABqaeELJqnDDeDE--