Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp663230ybl; Wed, 14 Aug 2019 04:09:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqynJTHB6P3e1eTYRS9mRU99ftOi/Hjo99yOF8gQZrcDGeTdHp8Xi0pZ4BWwegfHiv5+qyHb X-Received: by 2002:a17:902:461:: with SMTP id 88mr30884866ple.296.1565780979086; Wed, 14 Aug 2019 04:09:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565780979; cv=none; d=google.com; s=arc-20160816; b=sPmIsxX0er7Y1neZxnEsnUNanKFj50Uhp0O6g9sFY1KuJRRnuVwYgewUOImLBJqxuq aLb+PK8DXfWHLrAFUeAjtLjwQ+zwzdMluMQ6qr3BnAVZjROCt0YgxdnC5EBAdBysAeBu Un9yuJDFo9vE7yKLTe4ntf2UaLrLdQng5bCGHrZ0LwuYfxr2yFGoNWlEvmWajN5TjRp7 SliNqrLMi5XsjvOb6f3ELgKa16dCy714bz0qOn4z5xAnk9PmRKwcDj4LjX8acLEfcEpu 4OYYO2K5I5fw+sUtH8kD25vWgPFOUfvRan7YgXlEOwNAuy+Ic9En9J+FBmD+IfNfoBzj 90Yw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=ZeXhPZCSsHpsXf8ZrbL2D6g5aQKlrH5XeHf4/skK7Hw=; b=f4WGXWdDxXb1fOrzKPW8/UT3bvTeC8+hKmT6s0HXZdVtv3IAX4rqH4SznQ2HgZIFU4 KvMApBWDgd1vnSe0tRBuY28kE1gp42d3InHzAr1wI3AhWi9P7W+HHmgwwr4V1m137EKZ pS6Zrbz+2PHqo1SImuyl2/m8pVMIgCr+BXJxr66XxyNPdCnoJgqM0NuII+Pxgim4WHDD h5SNGUiPjZZ3nTwuZES0bZ/SWW58g1iFdRyfeQYYc9XtFu3jXZsapKfAKgTEqRoaXETv ZSAFS3T7uqZ7aYbJ1m4JoSMT/g/eyRvsU7cSp8CbiqPBUnkAf8TnIODGbcc6FlUGHIbs gK2A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b30si16415257pla.368.2019.08.14.04.09.23; Wed, 14 Aug 2019 04:09:39 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727650AbfHNLIo (ORCPT + 99 others); Wed, 14 Aug 2019 07:08:44 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:52515 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727157AbfHNLIn (ORCPT ); Wed, 14 Aug 2019 07:08:43 -0400 X-Originating-IP: 86.250.200.211 Received: from localhost (lfbn-1-17395-211.w86-250.abo.wanadoo.fr [86.250.200.211]) (Authenticated sender: maxime.ripard@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 6340A240007; Wed, 14 Aug 2019 11:08:41 +0000 (UTC) Date: Wed, 14 Aug 2019 09:20:07 +0200 From: Maxime Ripard To: codekipper@gmail.com Cc: wens@csie.org, linux-sunxi@googlegroups.com, linux-arm-kernel@lists.infradead.org, lgirdwood@gmail.com, broonie@kernel.org, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org, be17068@iperbole.bo.it Subject: Re: [PATCH v5 15/15] ASoC: sun4i-i2s: Adjust regmap settings Message-ID: <20190814072007.6tfvhzsw4oxbwpc2@flea> References: <20190814060854.26345-1-codekipper@gmail.com> <20190814060854.26345-16-codekipper@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="dgil7vhvwetdcvgj" Content-Disposition: inline In-Reply-To: <20190814060854.26345-16-codekipper@gmail.com> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --dgil7vhvwetdcvgj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Aug 14, 2019 at 08:08:54AM +0200, codekipper@gmail.com wrote: > From: Marcus Cooper > > Bypass the regmap cache when flushing the i2s FIFOs and modify the tables > to reflect this. > > Signed-off-by: Marcus Cooper This patch looks like it's fixing something while the commit log doesn't mention what is being fixed. Having some context here would be great. Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --dgil7vhvwetdcvgj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXVO2JwAKCRDj7w1vZxhR xRxTAQCYD2CO3SPSOc5RdlVUrQv1djtiH0pfZP5VbijJa1lzPwD+PM6hd04us2FV WlQk7WtocalzR0MoGH07HDDW7ZocGA0= =ba8a -----END PGP SIGNATURE----- --dgil7vhvwetdcvgj--