From patchwork Fri Mar 6 17:41:01 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 11424545 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 97D3614E3 for ; Fri, 6 Mar 2020 17:41:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 77CCB20656 for ; Fri, 6 Mar 2020 17:41:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583516464; bh=Ji3HeCBf5PV/zS/+mfoKR78uIdgM+KemFNGJRINU4DI=; h=Date:From:To:Cc:Subject:List-ID:From; b=UuPQUNyBGpLCsAMjNYc06WiXHBC9dSNyDPfJPTf/U+bJQPY4/6QBNFxf+MqybYVGr n7/eyLKzvEWVHRAhKQT+cpYDE80TK/tSiONxxPYhBY/XG/vz6CgI+z0f//fNrwHJ4W V+RP+r6P9v4OsdIWlushjjLAnRBm06tVGXaEdewU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726171AbgCFRlE (ORCPT ); Fri, 6 Mar 2020 12:41:04 -0500 Received: from foss.arm.com ([217.140.110.172]:36864 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725922AbgCFRlE (ORCPT ); Fri, 6 Mar 2020 12:41:04 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 25CE030E; Fri, 6 Mar 2020 09:41:03 -0800 (PST) Received: from localhost (unknown [10.37.6.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 9DA743F6C4; Fri, 6 Mar 2020 09:41:02 -0800 (PST) Date: Fri, 6 Mar 2020 17:41:01 +0000 From: Mark Brown To: Linus Torvalds Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] spi fixes for v5.6 Message-ID: <20200306174101.GE4114@sirena.org.uk> MIME-Version: 1.0 Content-Disposition: inline X-Cookie: fortune: No such file or directory 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 The following changes since commit a5362b84bdff1def10c136e36ef2126f7f545b2c: dt-binding: spi: add NPCM PSPI reset binding (2020-01-23 12:13:55 +0000) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.6-rc4 for you to fetch changes up to f9981d4f50b475d7dbb70f3022b87a3c8bba9fd6: spi: spi_register_controller(): free bus id on error paths (2020-03-04 14:28:57 +0000) ---------------------------------------------------------------- spi: Fixes for v5.6 A selection of small fixes, mostly for drivers, that have arrived since the merge window. None of them are earth shattering in themselves but all useful for affected systems. ---------------------------------------------------------------- Aaro Koskinen (1): spi: spi_register_controller(): free bus id on error paths Christophe JAILLET (1): spi: bcm63xx-hsspi: Really keep pll clk enabled Evan Green (1): spi: pxa2xx: Add CS control clock quirk Lukas Wunner (1): spi: spidev: Fix CS polarity if GPIO descriptors are used Thommy Jakobsson (1): spi/zynqmp: remove entry that causes a cs glitch Tudor Ambarus (1): spi: atmel-quadspi: fix possible MMIO window size overrun Vignesh Raghavendra (2): spi: spi-omap2-mcspi: Handle DMA size restriction on AM65x spi: spi-omap2-mcspi: Support probe deferral for DMA channels Yuji Sasaki (1): spi: qup: call spi_qup_pm_resume_runtime before suspending drivers/spi/atmel-quadspi.c | 11 +++ drivers/spi/spi-bcm63xx-hsspi.c | 1 - drivers/spi/spi-omap2-mcspi.c | 103 ++++++++++++++++---------- drivers/spi/spi-pxa2xx.c | 23 ++++++ drivers/spi/spi-qup.c | 11 ++- drivers/spi/spi-zynqmp-gqspi.c | 3 - drivers/spi/spi.c | 32 ++++---- drivers/spi/spidev.c | 5 ++ include/linux/platform_data/spi-omap2-mcspi.h | 1 + 9 files changed, 126 insertions(+), 64 deletions(-)