From: patchwork-bot+chrome-platform@kernel.org
To: =?utf-8?q?Uwe_Kleine-K=C3=B6nig_=3Cu=2Ekleine-koenig=40pengutronix=2Ede=3E?=@ci.codeaurora.org
Cc: jic23@kernel.org, jikos@kernel.org,
srinivas.pandruvada@linux.intel.com, lars@metafoo.de,
linux-input@vger.kernel.org, linux-iio@vger.kernel.org,
kernel@pengutronix.de, linus.walleij@linaro.org,
linux-arm-kernel@lists.infradead.org,
eugen.hristev@collabora.com, nicolas.ferre@microchip.com,
alexandre.belloni@bootlin.com, claudiu.beznea@tuxon.dev,
ruanjinjie@huawei.com, robh@kernel.org, heiko@sntech.de,
yangyingliang@huawei.com, wens@csie.org,
aidanmacdonald.0x0@gmail.com, andy.shevchenko@gmail.com,
rjui@broadcom.com, sbranden@broadcom.com,
bcm-kernel-feedback-list@broadcom.com,
hsweeten@visionengravers.com, alexander.sverdlin@gmail.com,
krzysztof.kozlowski@linaro.org, alim.akhtar@samsung.com,
linux-samsung-soc@vger.kernel.org, shawnguo@kernel.org,
s.hauer@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com,
ak@it-klinger.de, cai.huoqing@linux.dev, haibo.chen@nxp.com,
neil.armstrong@linaro.org, khilman@baylibre.com,
jbrunet@baylibre.com, martin.blumenstingl@googlemail.com,
gnstark@sberdevices.ru, andriy.shevchenko@linux.intel.com,
nuno.sa@analog.com, linux-amlogic@lists.infradead.org,
sravanhome@gmail.com, jkluo@hust.edu.cn, dzm91@hust.edu.cn,
avifishman70@gmail.com, tmaimon77@gmail.com,
tali.perry1@gmail.com, venture@google.com, yuenn@google.com,
benjaminfair@google.com, openbmc@lists.ozlabs.org,
agross@kernel.org, andersson@kernel.org,
konrad.dybcio@linaro.org, linux-arm-msm@vger.kernel.org,
marek.vasut@gmail.com, mcoquelin.stm32@gmail.com,
alexandre.torgue@foss.st.com, olivier.moysan@foss.st.com,
fabrice.gasnier@foss.st.com, zhang_shurong@foxmail.com,
frank.li@vivo.com, linux-stm32@st-md-mailman.stormreply.com,
sean@geanix.com, trix@redhat.com, jernej.skrabec@gmail.com,
samuel@sholland.org, rafael.j.wysocki@intel.com,
damien.lemoal@opensource.wdc.com, broonie@kernel.org,
idosch@nvidia.com, daniel.lezcano@linaro.org,
linux-sunxi@lists.linux.dev, dmitry.torokhov@gmail.com,
andreas@kemnade.info, peda@axentia.se, vz@mleia.com,
ktsai@capellamicro.com, bleung@chromium.org, groeck@chromium.org,
chrome-platform@lists.linux.dev
Subject: Re: [PATCH 00/49] iio: Convert to platform remove callback returning void
Date: Mon, 13 Nov 2023 03:23:54 +0000 [thread overview]
Message-ID: <169984583492.27851.676337627622488866.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230919174931.1417681-1-u.kleine-koenig@pengutronix.de>
Hello:
This patch was applied to chrome-platform/linux.git (for-kernelci)
by Jonathan Cameron <Jonathan.Cameron@huawei.com>:
On Tue, 19 Sep 2023 19:48:42 +0200 you wrote:
> this series converts all platform drivers below drivers/iio to use
> .remove_new(). The motivation is to get rid of an integer return code
> that is (mostly) ignored by the platform driver core and error prone on
> the driver side. As all platform drivers return zero unconditionally in their
> remove callback up to now, the conversions are "trivial".
>
> See commit 5c5a7680e67b ("platform: Provide a remove callback that
> returns no value") for an extended explanation and the eventual goal.
>
> [...]
Here is the summary with links:
- [45/49] iio: proximity: cros_ec_mkbp: Convert to platform remove callback returning void
https://git.kernel.org/chrome-platform/c/2df694f710d2
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2023-11-13 3:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-19 17:48 [PATCH 00/49] iio: Convert to platform remove callback returning void Uwe Kleine-König
2023-09-19 17:49 ` [PATCH 18/49] iio: adc: qcom-pm8xxx-xoadc: " Uwe Kleine-König
2023-09-19 21:14 ` Konrad Dybcio
2023-09-23 17:35 ` [PATCH 00/49] iio: " Jonathan Cameron
2023-11-13 3:23 ` patchwork-bot+chrome-platform [this message]
2023-11-13 3:42 ` patchwork-bot+chrome-platform
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=169984583492.27851.676337627622488866.git-patchwork-notify@kernel.org \
--to=patchwork-bot+chrome-platform@kernel.org \
--cc==?utf-8?q?Uwe_Kleine-K=C3=B6nig_=3Cu=2Ekleine-koenig=40pengutronix=2Ede=3E?=@ci.codeaurora.org \
--cc=agross@kernel.org \
--cc=aidanmacdonald.0x0@gmail.com \
--cc=ak@it-klinger.de \
--cc=alexander.sverdlin@gmail.com \
--cc=alexandre.belloni@bootlin.com \
--cc=alexandre.torgue@foss.st.com \
--cc=alim.akhtar@samsung.com \
--cc=andersson@kernel.org \
--cc=andreas@kemnade.info \
--cc=andriy.shevchenko@linux.intel.com \
--cc=andy.shevchenko@gmail.com \
--cc=avifishman70@gmail.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=benjaminfair@google.com \
--cc=bleung@chromium.org \
--cc=broonie@kernel.org \
--cc=cai.huoqing@linux.dev \
--cc=chrome-platform@lists.linux.dev \
--cc=claudiu.beznea@tuxon.dev \
--cc=damien.lemoal@opensource.wdc.com \
--cc=daniel.lezcano@linaro.org \
--cc=dmitry.torokhov@gmail.com \
--cc=dzm91@hust.edu.cn \
--cc=eugen.hristev@collabora.com \
--cc=fabrice.gasnier@foss.st.com \
--cc=festevam@gmail.com \
--cc=frank.li@vivo.com \
--cc=gnstark@sberdevices.ru \
--cc=groeck@chromium.org \
--cc=haibo.chen@nxp.com \
--cc=heiko@sntech.de \
--cc=hsweeten@visionengravers.com \
--cc=idosch@nvidia.com \
--cc=jbrunet@baylibre.com \
--cc=jernej.skrabec@gmail.com \
--cc=jic23@kernel.org \
--cc=jikos@kernel.org \
--cc=jkluo@hust.edu.cn \
--cc=kernel@pengutronix.de \
--cc=khilman@baylibre.com \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=ktsai@capellamicro.com \
--cc=lars@metafoo.de \
--cc=linus.walleij@linaro.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-imx@nxp.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux-sunxi@lists.linux.dev \
--cc=marek.vasut@gmail.com \
--cc=martin.blumenstingl@googlemail.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=neil.armstrong@linaro.org \
--cc=nicolas.ferre@microchip.com \
--cc=nuno.sa@analog.com \
--cc=olivier.moysan@foss.st.com \
--cc=openbmc@lists.ozlabs.org \
--cc=peda@axentia.se \
--cc=rafael.j.wysocki@intel.com \
--cc=rjui@broadcom.com \
--cc=robh@kernel.org \
--cc=ruanjinjie@huawei.com \
--cc=s.hauer@pengutronix.de \
--cc=samuel@sholland.org \
--cc=sbranden@broadcom.com \
--cc=sean@geanix.com \
--cc=shawnguo@kernel.org \
--cc=sravanhome@gmail.com \
--cc=srinivas.pandruvada@linux.intel.com \
--cc=tali.perry1@gmail.com \
--cc=tmaimon77@gmail.com \
--cc=trix@redhat.com \
--cc=venture@google.com \
--cc=vz@mleia.com \
--cc=wens@csie.org \
--cc=yangyingliang@huawei.com \
--cc=yuenn@google.com \
--cc=zhang_shurong@foxmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox