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=-10.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 66EBFC2D0A8 for ; Wed, 23 Sep 2020 19:03:05 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D91702145D for ; Wed, 23 Sep 2020 19:03:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="H2Khl2N8"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="unYUsaQi" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D91702145D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Subject:References:In-Reply-To:To:From: Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=MdTisFeDPJYmC0e4qdXmd1tTXPgwjEGAV6GcqWi5nto=; b=H2Khl2N8nixgKCKB18yyM1EMlh kkTbHetwemq4ct1dcDY+Oc2L6TDugv/eijkiLze/I0iITiDCXHQt0lQXCO2ZbGsEfeKwey14Ui5Kb DShqQ1tdd7J4Mdz/lGhCVo6812jJ2nqylc/53e2nJnNE+MryX8q41BOqMM02+WK2YeRckEdT9WwQa Ujqvgl5r1JWNAh3xeCy99GxNSjp5lnm4kGrvksWfJN1mfUgm4zMa5daSBvVyTN/hYayeZxtHJdSjO 78Z6KjBvjF93Ws8SZiiaGXvdfnoyLGtG5hgmQtdLfUgQ3920CqfcKTPX8pYitwgtSrXgUxjMMdEFo 70KYKirA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kLA1S-0004sa-93; Wed, 23 Sep 2020 19:01:46 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kLA1Q-0004sB-FC for linux-arm-kernel@lists.infradead.org; Wed, 23 Sep 2020 19:01:45 +0000 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 0F9E92145D; Wed, 23 Sep 2020 19:01:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600887703; bh=wYOx2809fD9zFTQpfYTklRI/JU7zt4lSWqWJw2Q/IZI=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=unYUsaQipRjJ62Fj12oq/D52mBr7GCvcDC5ateYLhkCykMVnkpKiN9crPomCmxuEq SrAyPlpt4s94l/HmOHQRweaC/jtlFeAYzv/ijoNhA42rbYOl5TYeb1twXIPpJ2RVLf sr2AzTT8imR/BtIF3ORuyFpijq0+WVMEqkR1Uitw= Date: Wed, 23 Sep 2020 20:00:49 +0100 From: Mark Brown To: Marc Kleine-Budde In-Reply-To: <20200917202420.1914104-1-mkl@pengutronix.de> References: <20200917202420.1914104-1-mkl@pengutronix.de> Subject: Re: [PATCH] spi: spi-imx: spi_imx_transfer(): add support for effective_speed_hz Message-Id: <160088764365.36195.12331903743837990814.b4-ty@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200923_150144_611021_3960D20C X-CRM114-Status: GOOD ( 13.61 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kernel@pengutronix.de, Shawn Guo , NXP Linux Team , linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 17 Sep 2020 22:24:20 +0200, Marc Kleine-Budde wrote: > This patch implementes the reporting of the effectivly used speed_hz for the > transfer by setting tfr->effective_speed_hz. > > See the following patch, which adds this feature to the SPI core for more > information: > > 5d7e2b5ed585 spi: core: allow reporting the effectivly used speed_hz for a transfer Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/1] spi: spi-imx: spi_imx_transfer(): add support for effective_speed_hz commit: bf253e6bf6b876a4ce74db7dcf8a13b80d84aa5f 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel