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 CFAA9C433E0 for ; Mon, 6 Jul 2020 15:41:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 98D3820724 for ; Mon, 6 Jul 2020 15:41:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594050063; bh=SwSxahhtuTzmIaKzQUXmibsLSVDRV4OhW+mc2haz7KM=; h=Date:From:To:Cc:In-Reply-To:References:Subject:List-ID:From; b=Om+w5BwCyC9oAuIb6exjEwHQq0wPUusSWmbuaOrGjaxL/EsAOGnMS10jOTYYg+D9D fowaCOVK2+QUUTKOzm89naj3ETQkqT808zZ19tLQUwE3dNGw/+Ittc8mM63/haRTLP icUxbwxBETomc2CcLDA1t6iaQqCx+2XP81mA0yv0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729197AbgGFPlD (ORCPT ); Mon, 6 Jul 2020 11:41:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:55938 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729293AbgGFPlD (ORCPT ); Mon, 6 Jul 2020 11:41: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 5A5D52070C; Mon, 6 Jul 2020 15:41:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594050062; bh=SwSxahhtuTzmIaKzQUXmibsLSVDRV4OhW+mc2haz7KM=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=09dlQzJ1jVSl5Vt0Hi4TyE9xkHREh0s1qpH5wOSbRmkS4dBn0b1zdamEIn90J/7lq BO0p9rccngUEdc/o7CDhNWcaxmOT4fSxowdmVlFlPzr3xSHsdfklS7ZwbLShsb/IjL 7x2ULJ7xukzRktALktio9zzRtK/zIU9jvES8MfVs= Date: Mon, 06 Jul 2020 16:40:58 +0100 From: Mark Brown To: Marc Kleine-Budde Cc: Chen-Yu Tsai , Maxime Ripard , kernel@pengutronix.de, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org In-Reply-To: <20200706143443.9855-1-mkl@pengutronix.de> References: <20200706143443.9855-1-mkl@pengutronix.de> Subject: Re: [PATCH v2 00/10] spi: spi-sun6i: One fix and some improvements Message-Id: <159405005854.25601.18322450319577837749.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, 6 Jul 2020 16:34:33 +0200, Marc Kleine-Budde wrote: > this series first fixes the calculation of the clock rate. The driver will > round up to the nearest clock rate instead of rounding down. Resulting in SPI > devices accessed with a too high SPI clock. > > The remaining patches improve the performance of the driver. The changes range > from micro-optimizations like reducing MMIO writes to the controller to > reducing the number of needed interrupts in some use cases. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/1] spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rate commit: ed7815db70d17b1741883f2da8e1d80bc2efe517 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 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.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 5696BC433DF for ; Mon, 6 Jul 2020 15:42:29 +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 2954B2070C for ; Mon, 6 Jul 2020 15:42:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="NdehqLOC"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="09dlQzJ1" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2954B2070C 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=ZKkI2GSKA9HW8Bi9F0+UcblBz4nWy9q9Ai5T7CZEyHA=; b=NdehqLOCd3VFThjooB88xNTxbH grgaRvzDfV2XTZkGE1oDMiCE+U9C5qxfLEyPgx8APY3kGXyUu9Of2/lMcZUWtePtyrkyCKQfz3Odp ZSvI+m+zqBxZjrEtzUMgraGZ1C1kL1Ya+371Gyymyw1HkyX30C7KaFJi/mB9OBGNPLg6tCD5t4Jvl eyy64JkpCWxk+BCs9QeEGasoIwwQsMNKLKtOi0+UM6cCWFFvLMk3XpCnbm6zuy1UrSme62tdN/s6k zBgzDOiBMjTIX1KFcjDLquY8A/UFxvCMBN1s+TPvYooj9lpXjF5d1IkOJ122pm+Zq0RgnICbtMc2e ewVCf3XQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jsTEv-0007nH-S3; Mon, 06 Jul 2020 15:41:05 +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 1jsTEt-0007mF-HJ for linux-arm-kernel@lists.infradead.org; Mon, 06 Jul 2020 15:41:04 +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 5A5D52070C; Mon, 6 Jul 2020 15:41:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594050062; bh=SwSxahhtuTzmIaKzQUXmibsLSVDRV4OhW+mc2haz7KM=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=09dlQzJ1jVSl5Vt0Hi4TyE9xkHREh0s1qpH5wOSbRmkS4dBn0b1zdamEIn90J/7lq BO0p9rccngUEdc/o7CDhNWcaxmOT4fSxowdmVlFlPzr3xSHsdfklS7ZwbLShsb/IjL 7x2ULJ7xukzRktALktio9zzRtK/zIU9jvES8MfVs= Date: Mon, 06 Jul 2020 16:40:58 +0100 From: Mark Brown To: Marc Kleine-Budde In-Reply-To: <20200706143443.9855-1-mkl@pengutronix.de> References: <20200706143443.9855-1-mkl@pengutronix.de> Subject: Re: [PATCH v2 00/10] spi: spi-sun6i: One fix and some improvements Message-Id: <159405005854.25601.18322450319577837749.b4-ty@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200706_114103_685618_2F4424F9 X-CRM114-Status: GOOD ( 12.88 ) 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: linux-arm-kernel@lists.infradead.org, Chen-Yu Tsai , kernel@pengutronix.de, Maxime Ripard , 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 Mon, 6 Jul 2020 16:34:33 +0200, Marc Kleine-Budde wrote: > this series first fixes the calculation of the clock rate. The driver will > round up to the nearest clock rate instead of rounding down. Resulting in SPI > devices accessed with a too high SPI clock. > > The remaining patches improve the performance of the driver. The changes range > from micro-optimizations like reducing MMIO writes to the controller to > reducing the number of needed interrupts in some use cases. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/1] spi: spi-sun6i: sun6i_spi_transfer_one(): fix setting of clock rate commit: ed7815db70d17b1741883f2da8e1d80bc2efe517 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