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: bleung@chromium.org, tzungbi@kernel.org, pmalani@chromium.org,
groeck@chromium.org, briannorris@chromium.org,
zkhuang@hust.edu.cn, dzm91@hust.edu.cn,
gregkh@linuxfoundation.org, hdegoede@redhat.com,
ilpo.jarvinen@linux.intel.com, markgross@kernel.org,
vadimp@nvidia.com, gerd.haeussler.ext@siemens.com,
xingtong.wu@siemens.com, tobias.schaffner@siemens.com,
chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org,
platform-driver-x86@vger.kernel.org, kernel@pengutronix.de
Subject: Re: [PATCH 00/27] platform: Convert to platform remove callback returning void
Date: Thu, 28 Sep 2023 05:30:26 +0000 [thread overview]
Message-ID: <169587902691.21006.3174707915483675738.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230927081040.2198742-1-u.kleine-koenig@pengutronix.de>
Hello:
This series was applied to chrome-platform/linux.git (for-kernelci)
by Tzung-Bi Shih <tzungbi@kernel.org>:
On Wed, 27 Sep 2023 10:10:13 +0200 you wrote:
> Hello,
>
> this series converts all platform drivers below drivers/platform 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.
>
> [...]
Here is the summary with links:
- [01/27] platform/chrome: cros_ec_chardev: Convert to platform remove callback returning void
https://git.kernel.org/chrome-platform/c/f04410e7be65
- [02/27] platform/chrome: cros_ec_debugfs: Convert to platform remove callback returning void
https://git.kernel.org/chrome-platform/c/f366fa0064ef
- [03/27] platform/chrome: cros_ec_lightbar: Convert to platform remove callback returning void
https://git.kernel.org/chrome-platform/c/fa45583c3133
- [04/27] platform/chrome: cros_ec_lpc: Convert to platform remove callback returning void
https://git.kernel.org/chrome-platform/c/e02944e85169
- [05/27] platform/chrome: cros_ec_sysfs: Convert to platform remove callback returning void
https://git.kernel.org/chrome-platform/c/6478e302409a
- [06/27] platform/chrome: cros_ec_vbc: Convert to platform remove callback returning void
https://git.kernel.org/chrome-platform/c/58b15196b0ef
- [07/27] platform/chrome: cros_typec_switch: Convert to platform remove callback returning void
https://git.kernel.org/chrome-platform/c/ea4bad2badb7
- [08/27] platform/chrome: cros_usbpd_logger: Convert to platform remove callback returning void
https://git.kernel.org/chrome-platform/c/b6c1fea83550
- [09/27] platform/chrome: cros_usbpd_notify: Convert to platform remove callback returning void
https://git.kernel.org/chrome-platform/c/b98362be7c92
- [10/27] platform/chrome/wilco_ec: core: Convert to platform remove callback returning void
https://git.kernel.org/chrome-platform/c/48648504e488
- [11/27] platform/chrome/wilco_ec: debugfs: Convert to platform remove callback returning void
https://git.kernel.org/chrome-platform/c/1fca58f347d8
- [12/27] platform/chrome/wilco_ec: telemetry: Convert to platform remove callback returning void
https://git.kernel.org/chrome-platform/c/7396a5b980fd
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-09-28 5:30 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-27 8:10 [PATCH 00/27] platform: Convert to platform remove callback returning void Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 01/27] platform/chrome: cros_ec_chardev: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 02/27] platform/chrome: cros_ec_debugfs: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 03/27] platform/chrome: cros_ec_lightbar: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 04/27] platform/chrome: cros_ec_lpc: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 05/27] platform/chrome: cros_ec_sysfs: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 06/27] platform/chrome: cros_ec_vbc: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 07/27] platform/chrome: cros_typec_switch: " Uwe Kleine-König
2023-09-28 17:10 ` Prashant Malani
2023-09-27 8:10 ` [PATCH 08/27] platform/chrome: cros_usbpd_logger: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 09/27] platform/chrome: cros_usbpd_notify: " Uwe Kleine-König
2023-09-28 17:11 ` Prashant Malani
2023-09-27 8:10 ` [PATCH 10/27] platform/chrome/wilco_ec: core: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 11/27] platform/chrome/wilco_ec: debugfs: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 12/27] platform/chrome/wilco_ec: telemetry: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 13/27] platform/goldfish: goldfish_pipe: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 14/27] platform/mellanox: mlxbf-bootctl: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 15/27] platform/mellanox: mlxbf-tmfifo: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 16/27] platform/mellanox: mlxreg-hotplug: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 17/27] platform/mellanox: mlxreg-io: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 18/27] platform/mellanox: mlxreg-lc: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 19/27] platform/mellanox: nvsw-sn2201: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 20/27] platform/x86/intel: bytcrc_pwrsrc: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 21/27] platform/x86: mlx-platform: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 22/27] platform/x86: sel3350-platform: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 23/27] platform/x86/siemens: simatic-ipc-batt: Simplify simatic_ipc_batt_remove() Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 24/27] platform/x86/siemens: simatic-ipc-batt: Convert to platform remove callback returning void Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 25/27] platform/x86/siemens: simatic-ipc-batt-apollolake: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 26/27] platform/x86/siemens: simatic-ipc-batt-elkhartlake: " Uwe Kleine-König
2023-09-27 8:10 ` [PATCH 27/27] platform/x86/siemens: simatic-ipc-batt-f7188x: " Uwe Kleine-König
2023-09-28 5:30 ` patchwork-bot+chrome-platform [this message]
2023-09-28 10:36 ` [PATCH 00/27] platform: " Ilpo Järvinen
2023-09-28 11:03 ` Ilpo Järvinen
2023-10-02 3:00 ` 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=169587902691.21006.3174707915483675738.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=bleung@chromium.org \
--cc=briannorris@chromium.org \
--cc=chrome-platform@lists.linux.dev \
--cc=dzm91@hust.edu.cn \
--cc=gerd.haeussler.ext@siemens.com \
--cc=gregkh@linuxfoundation.org \
--cc=groeck@chromium.org \
--cc=hdegoede@redhat.com \
--cc=ilpo.jarvinen@linux.intel.com \
--cc=kernel@pengutronix.de \
--cc=linux-kernel@vger.kernel.org \
--cc=markgross@kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
--cc=pmalani@chromium.org \
--cc=tobias.schaffner@siemens.com \
--cc=tzungbi@kernel.org \
--cc=vadimp@nvidia.com \
--cc=xingtong.wu@siemens.com \
--cc=zkhuang@hust.edu.cn \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.