From patchwork Mon Sep 17 16:48:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mark Brown X-Patchwork-Id: 10603099 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 67F5A6CB for ; Mon, 17 Sep 2018 16:48:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5CD742A231 for ; Mon, 17 Sep 2018 16:48:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5095D2A236; Mon, 17 Sep 2018 16:48:51 +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.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,T_DKIM_INVALID 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 AA0A32A231 for ; Mon, 17 Sep 2018 16:48:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728430AbeIQWQz (ORCPT ); Mon, 17 Sep 2018 18:16:55 -0400 Received: from heliosphere.sirena.org.uk ([172.104.155.198]:33732 "EHLO heliosphere.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728429AbeIQWQy (ORCPT ); Mon, 17 Sep 2018 18:16:54 -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=7x1zC65Xok89r/QJC6ZbwzFeFc5OZc8hLoNypG6ZH4o=; b=aQKfp6GTRuAn0CfozhmTQfEum +5uGBVpCo68lXnQux94L/FX8FPZhqRQ+Gh6RtIp4qu1XXk6itPYl7uqiIhYDs28C7PNcZ+eL/ZYhy sIxXOd4yKZGxBDjy6b0lPKKc6WWKKRqOfyEwnMB15mija57vRTzJ+olUUv6y0KFEuwq/w=; Received: from [209.121.128.187] (helo=finisterre.ee.mobilebroadband) by heliosphere.sirena.org.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1g1whW-0008LB-TF; Mon, 17 Sep 2018 16:48:43 +0000 Received: by finisterre.ee.mobilebroadband (Postfix, from userid 1000) id 6D3B1440078; Mon, 17 Sep 2018 17:48:39 +0100 (BST) Date: Mon, 17 Sep 2018 09:48:39 -0700 From: Mark Brown To: Greg KH Cc: linux-spi@vger.kernel.org, Linus Torvalds Subject: [GIT PULL] spi fixes for v4.19 Message-ID: <20180917164839.GC2471@sirena.org.uk> MIME-Version: 1.0 Content-Disposition: inline X-Cookie: Universe, n.: 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 401c0d7712eb3189023efc9c0708a2ac984ed62e: spi: spi-mem: Constify spi_mem->name (2018-08-03 10:51:25 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v4.19-rc4 for you to fetch changes up to 5223c9c1cbfc0cd4d0a1b50758e0949af3290fa1: spi: spi-fsl-dspi: fix broken DSPI_EOQ_MODE (2018-08-28 20:55:23 +0100) ---------------------------------------------------------------- spi: Fixes for v4.19 As well as one driver fix there's a couple of fixes here which address issues with the use of IDRs for allocation of dynamic bus numbers, ensuring that dynamic bus numbers interact well with static bus numbers assigned via DT and otherwise. ---------------------------------------------------------------- Angelo Dureghello (1): spi: spi-fsl-dspi: fix broken DSPI_EOQ_MODE Geert Uytterhoeven (1): spi: Fix double IDR allocation with DT aliases Kirill Kapranov (1): spi: fix IDR collision on systems with both fixed and dynamic SPI bus numbers drivers/spi/spi-fsl-dspi.c | 6 ++++++ drivers/spi/spi.c | 13 +++++++++++-- 2 files changed, 17 insertions(+), 2 deletions(-)