[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <175512050873.352044.97744864083041762.b4-ty@kernel.org>
Date: Wed, 13 Aug 2025 22:28:28 +0100
From: Mark Brown <broonie@...nel.org>
To: linux-kernel@...r.kernel.org,
Wolfram Sang <wsa+renesas@...g-engineering.com>
Cc: Adrian Hunter <adrian.hunter@...el.com>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
Alexandre Torgue <alexandre.torgue@...s.st.com>,
Alim Akhtar <alim.akhtar@...sung.com>,
Andrea della Porta <andrea.porta@...e.com>,
Andreas Färber <afaerber@...e.de>,
Andrzej Hajda <andrzej.hajda@...el.com>, Andy Shevchenko <andy@...nel.org>,
Andy Yan <andy.yan@...k-chips.com>, Avi Fishman <avifishman70@...il.com>,
Bartosz Golaszewski <brgl@...ev.pl>,
Benjamin Fair <benjaminfair@...gle.com>,
Bjorn Andersson <andersson@...nel.org>, Chen-Yu Tsai <wens@...e.org>,
Daniel Lezcano <daniel.lezcano@...aro.org>,
David Airlie <airlied@...il.com>, David Lechner <dlechner@...libre.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Drew Fustini <fustini@...nel.org>, dri-devel@...ts.freedesktop.org,
Fabio Estevam <festevam@...il.com>,
Fabrice Gasnier <fabrice.gasnier@...s.st.com>, Fu Wei <wefu@...hat.com>,
Guo Ren <guoren@...nel.org>, Hans Verkuil <hverkuil@...nel.org>,
Heiko Stübner <heiko@...ech.de>, imx@...ts.linux.dev,
Iwona Winiarska <iwona.winiarska@...el.com>,
Jaroslav Kysela <perex@...ex.cz>, Jassi Brar <jassisinghbrar@...il.com>,
Jernej Skrabec <jernej.skrabec@...il.com>,
Jerome Brunet <jbrunet@...libre.com>, Jonas Karlman <jonas@...boo.se>,
Jonathan Cameron <jic23@...nel.org>, Kevin Hilman <khilman@...libre.com>,
Kishon Vijay Abraham I <kishon@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>,
Krzysztof Kozlowski <krzk@...nel.org>,
Laurent Pinchart <Laurent.pinchart@...asonboard.com>,
Lee Jones <lee@...nel.org>, Liam Girdwood <lgirdwood@...il.com>,
Linus Walleij <linus.walleij@...aro.org>, linux-actions@...ts.infradead.org,
linux-amlogic@...ts.infradead.org, linux-arm-kernel@...ts.infradead.org,
linux-arm-msm@...r.kernel.org, linux-clk@...r.kernel.org,
linux-gpio@...r.kernel.org, linux-iio@...r.kernel.org,
linux-input@...r.kernel.org, linux-media@...r.kernel.org,
linux-mmc@...r.kernel.org, linux-phy@...ts.infradead.org,
linux-pm@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
linux-pwm@...r.kernel.org, linux-riscv@...ts.infradead.org,
linux-rockchip@...ts.infradead.org, linux-rtc@...r.kernel.org,
linux-samsung-soc@...r.kernel.org, linux-sound@...r.kernel.org,
linux-spi@...r.kernel.org, linux-stm32@...md-mailman.stormreply.com,
linux-sunxi@...ts.linux.dev, Liu Ying <victor.liu@....com>,
Lukasz Luba <lukasz.luba@....com>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Manivannan Sadhasivam <mani@...nel.org>,
Martin Blumenstingl <martin.blumenstingl@...glemail.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Maxime Coquelin <mcoquelin.stm32@...il.com>,
Maxime Ripard <mripard@...nel.org>,
Michael Turquette <mturquette@...libre.com>,
Miquel Raynal <miquel.raynal@...tlin.com>, Nancy Yuen <yuenn@...gle.com>,
Neil Armstrong <neil.armstrong@...aro.org>,
Nicolin Chen <nicoleotsuka@...il.com>,
Nuno Sá <nuno.sa@...log.com>, openbmc@...ts.ozlabs.org,
Patrick Venture <venture@...gle.com>,
Paul Walmsley <paul.walmsley@...ive.com>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Philipp Zabel <p.zabel@...gutronix.de>,
Piotr Wojtaszczyk <piotr.wojtaszczyk@...esys.com>,
"Rafael J. Wysocki" <rafael@...nel.org>, Robert Foss <rfoss@...nel.org>,
Samuel Holland <samuel.holland@...ive.com>,
Samuel Holland <samuel@...lland.org>, Sandy Huang <hjc@...k-chips.com>,
Sascha Hauer <s.hauer@...gutronix.de>, Shawn Guo <shawnguo@...nel.org>,
Shengjiu Wang <shengjiu.wang@...il.com>, Simona Vetter <simona@...ll.ch>,
Stephen Boyd <sboyd@...nel.org>, Takashi Iwai <tiwai@...e.com>,
Tali Perry <tali.perry1@...il.com>, Thomas Zimmermann <tzimmermann@...e.de>,
Tomer Maimon <tmaimon77@...il.com>, Ulf Hansson <ulf.hansson@...aro.org>,
Uwe Kleine-König <ukleinek@...nel.org>,
Vasily Khoruzhick <anarsoul@...il.com>, Vinod Koul <vkoul@...nel.org>,
Vladimir Zapolskiy <vz@...ia.com>, Xiubo Li <Xiubo.Lee@...il.com>,
Yangtao Li <tiny.windzz@...il.com>, Zhang Rui <rui.zhang@...el.com>
Subject: Re: (subset) [PATCH 00/21] treewide: remove unneeded 'fast_io'
parameter in regmap_config
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/regulator.git for-next
Thanks!
[15/21] regulator: remove unneeded 'fast_io' parameter in regmap_config
commit: 37533933bfe92cd5a99ef4743f31dac62ccc8de0
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
Powered by blists - more mailing lists