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 C677EEB64DD for ; Wed, 12 Jul 2023 15:35:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id: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=GUxc8LE5DsnEr15w3WaW6W2KyQl6pzIQJTqxYJmLc4s=; b=TeM2g48IXFd4bg UToND6wEC0UocYtg6Fz6eef+9DBS0dqYANonl+VLU1ZD5gdSXCcqXbtWpvWhOqmSQ85F3ory8SKsm vD2ZmbgTGB29kgoGsqSRpAeAMEuwVzh3erBVWvQt+Akaso+5Ou0J0xfyvA0RiwybNhvewoLw/IBQb wugEIuKZ1K1bRmPpOh5QEzIcD6Z4LIJmR9CO/el4V6MuR+LoNehuszO4hNbZN0jncZWBMf5b8mGws keTGaH5rp73hlRkSI0rxaP6MrtWkZb8s603GhBFE9hn8eOeaH5q4uVzHC0j6K3X3WsRv89OqHA/lM 10aGwo75E/8EUpEdokcA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qJbrM-000N1a-36; Wed, 12 Jul 2023 15:34:32 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qJbrL-000N1A-0E for linux-arm-kernel@lists.infradead.org; Wed, 12 Jul 2023 15:34:32 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8947161866; Wed, 12 Jul 2023 15:34:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 20ACAC433C9; Wed, 12 Jul 2023 15:34:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689176069; bh=YgQ7abP3N+JH1cPPrmVFk/Ktw1lSieyjGSon5H2pQo4=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=vM+ig1hXHoTgkEfo0U9c11KAe3Du/5PnuEFjj6KGWe7wWyv4trKLxMvMJYu/YDupl EvxJlmKdTHHmeNous7jvFi3aJf78oiLCIeDRT9Fz6kxnt8m9aTVSZnF4lP4Fs94yqc nAplA5y+wGGFBa163j9nkAkRbXK+cn8gnRHRCIp2PplI4LSQu6FgG1Ae7/BtnPUwGK f6wmXmnFt9J8ttchAYdxqpga4VDnpxMOJc8rdHudpbxzyV5sosX88fZ8VMWAVjN1IH JYeYyl8254IgnFL3NHMW3ZoQKAdc9X0p+ywdEdlPXkjVkPxeSBZQtOqACabKxfgo3s wsCKNvS/3vO6A== From: Mark Brown To: Andi Shyti , Krzysztof Kozlowski , Alim Akhtar , Jaewon Kim Cc: linux-spi@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Chanho Park In-Reply-To: <20230711082020.138165-1-jaewon02.kim@samsung.com> References: <20230711082020.138165-1-jaewon02.kim@samsung.com> Subject: Re: [PATCH] spi: s3c64xx: clear loopback bit after loopback test Message-Id: <168917606784.94105.1230521336031355958.b4-ty@kernel.org> Date: Wed, 12 Jul 2023 16:34:27 +0100 MIME-Version: 1.0 X-Mailer: b4 0.13-dev-099c9 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230712_083431_150408_AA67D3CC X-CRM114-Status: GOOD ( 12.14 ) 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: , 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 Tue, 11 Jul 2023 17:20:20 +0900, Jaewon Kim wrote: > When SPI loopback transfer is performed, S3C64XX_SPI_MODE_SELF_LOOPBACK > bit still remained. It works as loopback even if the next transfer is > not spi loopback mode. > If not SPI_LOOP, needs to clear S3C64XX_SPI_MODE_SELF_LOOPBACK bit. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/1] spi: s3c64xx: clear loopback bit after loopback test commit: 9ec3c5517e22a12d2ff1b71e844f7913641460c6 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