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 58E6CEB64DA for ; Thu, 20 Jul 2023 19:11:56 +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-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:Cc: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=a80X9wNPtYLzoPiab0rj7pwBg1iFqCxRBzkgpzqnO7Y=; b=J9SFLEi5cx5bC/RuAiZcdjCOdi z3o97+93TlzF57Votcz8XQkK9IZk0VGe41sUl5gRvOX/gCIaDOADnzKsm8nJb5yVAShNJ1qg5uVz6 7kzhdsCBodeFxb+Bo7uWhwWxg8E+5TN7mPIGal5eXzpxqYZ4jCcMj2d0UvBUQDgHe5+jfCyQPhg/g Uzbx2b+LXM4Ui0mI128OsKSop3ZIIq85uG/NHhWqD5KrOmnc0ovEfOsLGn2G958iSS+eSJWrFPfFP bc1FXyzTTR38ztIX2nlsqJg3gNkWX6Y9p+i1tfnDg8SdQE2uIKBqNXCAsT4V50s0FvROpYxIwM55a l/sqevVw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qMZ3m-00C1E9-0v; Thu, 20 Jul 2023 19:11:34 +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 1qMZ3k-00C1Da-18 for linux-arm-kernel@lists.infradead.org; Thu, 20 Jul 2023 19:11:33 +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 6DCC861A60; Thu, 20 Jul 2023 19:11:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B472FC433C8; Thu, 20 Jul 2023 19:11:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689880290; bh=CQQ6H3A+0VM71IQHoBL3hnVKvWrzOIVuzLlOqZfDdL8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DELywHrRc+nKmj9Oy7iMDpSIfkRAJS76fSASrDLksXbLHHoe2riBXN8y3DISWoLPb YfjApBK6jVXY2ue5OL3Wq6jKMRSYOTnG3UhMXkvh8dvsK+hfBbu0iFSTkjiLnp23Ts A1XQUvAPEKoFfK/1067+9y1A1ADKk5mmOlpaen4hKQDgdTgZ5RcgDkb/AEqN9ssATg zJLxTO+/iDSBPjxG8vO7dWDWEDA6IZBXMX8quHGKoqbNw+qt8q2MNWt56b5eWsuM63 BQAHBBx9QRtlxf/n9l1TZONiS42jYp6DLv064vVHFVLADSQgma9fdSOOcTwgaDIQyC BQtIFLNg95edQ== Date: Thu, 20 Jul 2023 15:11:29 -0400 From: Sasha Levin To: Mark Brown Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Jaewon Kim , andi.shyti@kernel.org, krzysztof.kozlowski@linaro.org, linux-spi@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH AUTOSEL 6.4 04/26] spi: s3c64xx: change polling mode to optional Message-ID: References: <20230709151255.512931-1-sashal@kernel.org> <20230709151255.512931-4-sashal@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230720_121132_452020_64E2F1C1 X-CRM114-Status: GOOD ( 10.52 ) 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, Jul 09, 2023 at 10:14:04PM +0100, Mark Brown wrote: >On Sun, Jul 09, 2023 at 11:12:33AM -0400, Sasha Levin wrote: >> From: Jaewon Kim >> >> [ Upstream commit d1a7718ee8dbcc488d3243d52e19c755123e0024 ] >> >> Previously, Polling mode was supported as quirk for SOC without DMA. >> To provide more flexible support for polling mode, it changed to polling >> mode when the 'dmas' property is not present in the devicetree, rather than >> using a quirk. > >This is a new feature/performance improvement, not a fix. Dropped, thanks! -- Thanks, Sasha _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel