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 CB904CA0EFA for ; Mon, 18 Aug 2025 13:35:14 +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=rj8KztQo/vYoPw8ip5JxCLEMpy/ChJJt/ncXeZ5hr1A=; b=4KATrl3aGaxIgk oK/4b8NLUvh5JReWu1pLzfeO+vDggg7L0Wsi89jm/xWhpgZs7ACAZmOLwDz0i3tFqWgOfCtvwBrv2 +mZmgdZEQZTg2DkB/gX8cbI5zuJFmV/+98nrTX5vtioJ4HKuWFAjSuF9ioDa5QGkOs1cev+aSzG8u 24u7nJeiFIK0HAcak30Um6NkEpLkqTH7D/11zBsEBJ+l5eqOuPI0xXgdq7ITSxrRWffPQ6iUsS8Ha 35gcvA0PihWn9mdocaSVfzR8U4mcUGtSmhUHxUe+BQi5hnlbhSxuemWq/pN3+CKhyz4sBFCeevnVJ QRm4uk+2W/67x4mlVrlw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uo00z-00000007T0A-11C8; Mon, 18 Aug 2025 13:35:09 +0000 Received: from desiato.infradead.org ([2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1umYn1-0000000HESx-0tpF; Thu, 14 Aug 2025 14:18:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=Content-Transfer-Encoding:Content-Type :MIME-Version:Date:Message-Id:Subject:References:In-Reply-To:Cc:To:From: Sender:Reply-To:Content-ID:Content-Description; bh=V+vnB+61+tXOtwzGfCSSnwdvyVeojqtPAkoFjSfvsr4=; b=NhgbMQ8NdbEOVmheS2dvX0oJNY ALrfcMDsEEnMNgunbvqREbZq1oHzp7ccngaUVMO5++E/uAyDNYqinyGThJmEpm7YBuhT3Tkh+VNi9 jAiqOM4rhUamhaj70Il7HCUSt7yzARMU72pOqw494k8l1Q8HailKIeknsdWt3dhAX7o6ayScfHwg/ Ii2lXAh/WZDOQPZt1HReyHlinv8O2qaXvljjxRqrXeqJkA4eRQnMCoaoGWNgplNRdFpt+ynmupnga gL3L3ZRJ3TFncfXNK8+zrX/4powWhhke2jb57DUcEBWSVdXUgPoJqcrPP4QPAtiJT8kRpW7Q8p3j3 voDIwG1A==; Received: from sea.source.kernel.org ([172.234.252.31]) by desiato.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1umYmw-0000000GRX7-0xy9; Thu, 14 Aug 2025 14:18:45 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id BF3F944BCD; Thu, 14 Aug 2025 14:18:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 140DFC4CEEF; Thu, 14 Aug 2025 14:18:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755181116; bh=aIOvB7Z2yTByNAFttZWfPG8POEc6396jSKH09BJ+/Lw=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=EqgU/EDu3oDCYRt1Si13BRghMkcwK5LqN9GkAcGcfcrhFTazE34zUUq8Od+e5oGUJ GNx5ulPcFgtO5ZyiSpwIBr8FUNyAthpqEJ1HFf9GnjWHY+qIpiLzwl5jpRBrlolPn2 z6xjKGXo4jawDOcpqGnCDN73BGfqRqAyieck88qD94UdpBJX7zr50+UVyAUEIFPEy1 8iZ5/OdecI+vpH1tXXE5PIrAiCENDSW7wdju78QYNBO7tccEMhyLT5/PeO3ORXivtj sVMKdqgvEftfF5s9YxpUhwR00ND4s4PmT0wxP/dvrTnBxT6CdvlYHRM7ommRoJA5zP uiUsOyuYlg5Jw== From: Mark Brown To: linux-kernel@vger.kernel.org, Wolfram Sang Cc: Adrian Hunter , Alexandre Belloni , Alexandre Torgue , Alim Akhtar , Andrea della Porta , =?utf-8?q?Andreas_F=C3=A4rber?= , Andrzej Hajda , Andy Shevchenko , Andy Yan , Avi Fishman , Bartosz Golaszewski , Benjamin Fair , Bjorn Andersson , Chen-Yu Tsai , Daniel Lezcano , David Airlie , David Lechner , Dmitry Torokhov , Drew Fustini , dri-devel@lists.freedesktop.org, Fabio Estevam , Fabrice Gasnier , Fu Wei , Guo Ren , Hans Verkuil , =?utf-8?q?Heiko_St=C3=BCbner?= , imx@lists.linux.dev, Iwona Winiarska , Jaroslav Kysela , Jassi Brar , Jernej Skrabec , Jerome Brunet , Jonas Karlman , Jonathan Cameron , Kevin Hilman , Kishon Vijay Abraham I , Konrad Dybcio , Krzysztof Kozlowski , Laurent Pinchart , Lee Jones , Liam Girdwood , Linus Walleij , linux-actions@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-iio@vger.kernel.org, linux-input@vger.kernel.org, linux-media@vger.kernel.org, linux-mmc@vger.kernel.org, linux-phy@lists.infradead.org, linux-pm@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-pwm@vger.kernel.org, linux-riscv@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-rtc@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-sound@vger.kernel.org, linux-spi@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-sunxi@lists.linux.dev, Liu Ying , Lukasz Luba , Maarten Lankhorst , Manivannan Sadhasivam , Martin Blumenstingl , Mauro Carvalho Chehab , Maxime Coquelin , Maxime Ripard , Michael Turquette , Miquel Raynal , Nancy Yuen , Neil Armstrong , Nicolin Chen , =?utf-8?q?Nuno_S=C3=A1?= , openbmc@lists.ozlabs.org, Patrick Venture , Paul Walmsley , Pengutronix Kernel Team , Philipp Zabel , Piotr Wojtaszczyk , "Rafael J. Wysocki" , Robert Foss , Samuel Holland , Samuel Holland , Sandy Huang , Sascha Hauer , Shawn Guo , Shengjiu Wang , Simona Vetter , Stephen Boyd , Takashi Iwai , Tali Perry , Thomas Zimmermann , Tomer Maimon , Ulf Hansson , =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= , Vasily Khoruzhick , Vinod Koul , Vladimir Zapolskiy , Xiubo Li , Yangtao Li , Zhang Rui In-Reply-To: <20250813161517.4746-1-wsa+renesas@sang-engineering.com> References: <20250813161517.4746-1-wsa+renesas@sang-engineering.com> Subject: Re: (subset) [PATCH 00/21] treewide: remove unneeded 'fast_io' parameter in regmap_config Message-Id: <175518109481.47921.1666131365484481268.b4-ty@kernel.org> Date: Thu, 14 Aug 2025 15:18:14 +0100 MIME-Version: 1.0 X-Mailer: b4 0.15-dev-cff91 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250814_151842_687303_497FAFC4 X-CRM114-Status: GOOD ( 16.64 ) X-Mailman-Approved-At: Mon, 18 Aug 2025 01:02:16 -0700 X-BeenThere: linux-amlogic@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-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org On Wed, 13 Aug 2025 18:14:46 +0200, Wolfram Sang wrote: > While working on a driver using regmap with MMIO, I wondered if I need > to set 'fast_io' in the config. Turned out I don't need to, so I added > documentation for it with commit ffc72771ff6e ("regmap: Annotate that > MMIO implies fast IO"). > > This series fixes the existing users in the tree which needlessly set > the flag. They have been found using this coccinelle script: > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [21/21] ASoC: remove unneeded 'fast_io' parameter in regmap_config commit: d578faf7096affc036fd16333f1bfbe4991a22f7 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-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic