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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 22ED6C2BD09 for ; Mon, 1 Jul 2024 14:52:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-Id:Subject:References:In-Reply-To:Cc: To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=eaHgsrBaF0vd04ECqvK8z1nV5Z08BkEExI7gj9ecIhI=; b=v+ctSjmUIRSpl47gu2iPP2Z3Tj YxsMgVnlV/kzyVpit7hD6Ln95u6zFMFC5dNgWX4lnZqYbmj9DuaNZvoVtYjiPlwmiMCkSq8IGg0Io XSKV/FXeRXsS/ucZNS78G1PCK1nfKGeNu4UxAiyXznSpsSoz5CQfc52n01o3woPtfphMOouoDvUAJ NfGT1CavwMWTgFjIimA1mBeUX4tm7GUkE74IJ5T378bKuB7reNOAlIXoNULnQIiONV+wgjZ8w/Ph5 3JkUUDp5CMcmDY6J9LVDv5qhyEY/2ikdC4p6C++XBbyZCF5wE/+BCe3PwsRnwYHqXETabcfOfCmlU LrHjlIOQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sOIOH-00000003nV4-2yrC; Mon, 01 Jul 2024 14:52:25 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sOIO6-00000003nSg-3ZqT for linux-arm-kernel@lists.infradead.org; Mon, 01 Jul 2024 14:52:16 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id A14C56146E; Mon, 1 Jul 2024 14:52:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C0750C116B1; Mon, 1 Jul 2024 14:52:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1719845533; bh=5vB6rfS074k8h9NxKGPuRUpIHxHySANWovl75hV6ARg=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=Rnx8kpEK9JIDaxDHJudBcA0pbTOMeDB0ZuXyJYOJouuOP3Nl3kCNW9X5mJBieA+4k QSP6e3hN3/yZ/dM7XMRHRVKW/ugmtouL9wriUBK6BR5naVN+dmLnrrR66dlv2OTeRn tqFks+N0Mned2AzZCWhexR8hwPHqyd6ya6IYCFe2pycWlE0Pw/9v/GLrWnLeYhxc+I SodrOrPvwY3u15H19yBwJcIcapgQl+VHxeXBLvjuJXiIPsanR7xXcvXTL4EkvCMYCV SXB3o3VtmpLIJWFVIaLUkZhaxf0OoRyDWuz1Syg/pc2/QuNbIxaFcxU1CH6sUd2ihi Hd9Hs4ivYcZow== From: Mark Brown To: Vladimir Oltean , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Frank Li Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev, Kuldeep Singh , Vladimir Oltean In-Reply-To: <20240624-ls_qspi-v4-0-3d1c6f5005bf@nxp.com> References: <20240624-ls_qspi-v4-0-3d1c6f5005bf@nxp.com> Subject: Re: (subset) [PATCH v4 0/3] spi: fsl-dspi: Convert to yaml format and use common SPI property Message-Id: <171984553050.67981.12522537296340689285.b4-ty@kernel.org> Date: Mon, 01 Jul 2024 15:52:10 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.14-dev-d4707 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240701_075215_062328_DA23C4DD X-CRM114-Status: GOOD ( 11.96 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 24 Jun 2024 14:55:26 -0400, Frank Li wrote: > Convert fsl-dspi binding to to yaml format. > Using common SPI property spi-cs-setup-delay-ns and spi-cs-hold-delay-ns. > Update driver and ls1043 dts file. > > To: Vladimir Oltean > To: Mark Brown > To: Rob Herring > To: Krzysztof Kozlowski > To: Conor Dooley > To: Shawn Guo > Cc: linux-spi@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Cc: devicetree@vger.kernel.org > Cc: linux-arm-kernel@lists.infradead.org > Cc: imx@lists.linux.dev > Cc: olteanv@gmail.com > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/3] spi: fsl-dspi: use common proptery 'spi-cs-setup(hold)-delay-ns' commit: 52e78777b6bfd4bc47448791a99d5f97c82ff81c [2/3] spi: dt-bindings: fsl-dspi: Convert to yaml format commit: 94f19d076218a193d170da6d5ab2a87c080cc69c 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