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=-6.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS 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 26817C433DF for ; Tue, 26 May 2020 16:46:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 031B4207FB for ; Tue, 26 May 2020 16:46:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590511564; bh=S8DXF5whCJVrLiIbJyuxDnBvjgMNZGsJRChfwI5ZWs0=; h=Date:From:To:Cc:In-Reply-To:References:Subject:List-ID:From; b=Ej4MAZ0eNEdsz5wnN8E33aXn+w90RUp47g2pwBBIdtN1vqWbyAQ6WvB6KSJxIFh73 erckq3ACqfLSiGZ1v94a/PxOk0XZVdox7WxrzEm5rrwCS09WaH3DH/uPR8IXp8s6Nr b/Qn3PWm/rLFTa4VZhebBCsG1kzzFnOnA1DtmMpc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388792AbgEZQqD (ORCPT ); Tue, 26 May 2020 12:46:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:60790 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388339AbgEZQqD (ORCPT ); Tue, 26 May 2020 12:46:03 -0400 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 702E720787; Tue, 26 May 2020 16:46:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590511562; bh=S8DXF5whCJVrLiIbJyuxDnBvjgMNZGsJRChfwI5ZWs0=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=JjlT5DAKDOqfsolwZ+sidtirEa1omgURXCzlAlJDb8g32UYbF700xgJKFJn5IHdYl Jx4mOmdN6KgaZTg52fTOzkklbj4SCRTGs8Gw3y1utGzs1PNnAbpTXGRikRWBAqGAsP zzQjtJHZp/V0tDCoz3azzkawrkCo6Cpeku1Jc5KQ= Date: Tue, 26 May 2020 17:46:00 +0100 From: Mark Brown To: Lukas Wunner Cc: Daniel Mack , Jarkko Nikula , Tsuchiya Yuto , linux-spi@vger.kernel.org, Andy Shevchenko , Serge Semin , Haojian Zhuang , Baruch Siach , Robert Jarzmik In-Reply-To: References: Subject: Re: [PATCH 0/3] Intel SPI unbind fixes Message-Id: <159051156064.36444.8173070417753169615.b4-ty@kernel.org> Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org On Mon, 25 May 2020 14:25:00 +0200, Lukas Wunner wrote: > Fix unbind ordering issues in the Designware and PXA2xx SPI controllers > built into Intel SoCs. > > To test, you'll also need the following commit: > https://git.kernel.org/broonie/spi/c/84855678add8 > > This is compile-tested only, so please review and test thoroughly. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/3] spi: dw: Fix controller unregister order commit: ca8b19d61e3fce5d2d7790cde27a0b57bcb3f341 [2/3] spi: pxa2xx: Fix controller unregister order commit: 32e5b57232c0411e7dea96625c415510430ac079 [3/3] spi: pxa2xx: Fix runtime PM ref imbalance on probe error commit: 65e318e17358a3fd4fcb5a69d89b14016dee2f06 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark