From patchwork Mon Jan 6 13:12:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 11319237 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 9F2B51398 for ; Mon, 6 Jan 2020 13:12:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7D19B2071A for ; Mon, 6 Jan 2020 13:12:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726292AbgAFNMg (ORCPT ); Mon, 6 Jan 2020 08:12:36 -0500 Received: from foss.arm.com ([217.140.110.172]:43894 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726173AbgAFNMf (ORCPT ); Mon, 6 Jan 2020 08:12:35 -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 D7F3B328; Mon, 6 Jan 2020 05:12:34 -0800 (PST) Received: from localhost (unknown [10.37.6.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 600723F534; Mon, 6 Jan 2020 05:12:34 -0800 (PST) Date: Mon, 6 Jan 2020 13:12:32 +0000 From: Mark Brown To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org Subject: [GIT PULL] spi fixes for v5.5 Message-ID: <20200106131232.GC6448@sirena.org.uk> MIME-Version: 1.0 Content-Disposition: inline X-Cookie: It's later than you think. 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 63aa6a692595d47a0785297b481072086b9272d2: spi: fsl: use platform_get_irq() instead of of_irq_to_resource() (2019-12-16 11:54: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.5-rc5 for you to fetch changes up to 09b6636cea4f8e419d7cca4155e8695e462535a6: spi: Document Octal mode as valid SPI bus width (2020-01-03 01:02:11 +0000) ---------------------------------------------------------------- spi: Fixes for v5.5 A small collection of fixes here, one to make the newly added PTP timestamping code more accurate, a few driver fixes and a fix for the core DT binding to document the fact that we support eight wire buses. ---------------------------------------------------------------- Kunihiko Hayashi (1): spi: uniphier: Fix FIFO threshold Vignesh Raghavendra (1): spi: Document Octal mode as valid SPI bus width Vladimir Oltean (2): spi: Don't look at TX buffer for PTP system timestamping spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI mode wuxu.wu (1): spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent calls .../devicetree/bindings/spi/spi-controller.yaml | 4 +-- drivers/spi/spi-dw.c | 15 ++++++++--- drivers/spi/spi-dw.h | 1 + drivers/spi/spi-fsl-dspi.c | 24 +++++++---------- drivers/spi/spi-uniphier.c | 31 +++++++++++++--------- drivers/spi/spi.c | 22 ++++++--------- include/linux/spi/spi.h | 4 +-- 7 files changed, 54 insertions(+), 47 deletions(-)