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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BC93ECE7AFB for ; Thu, 28 Sep 2023 05:30:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230171AbjI1Fab (ORCPT ); Thu, 28 Sep 2023 01:30:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50502 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229445AbjI1Faa (ORCPT ); Thu, 28 Sep 2023 01:30:30 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9711C98; Wed, 27 Sep 2023 22:30:27 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 060B8C433C9; Thu, 28 Sep 2023 05:30:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695879027; bh=HDYgPUCI+LmYNO0vm26kgt+z36xjUEfke95fD+pSCT0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=hzOZo3k1OeAOWCAl33Q6caaPSZvBz6tVxyfUjAXRCQlKP5n0EPjkttmc2bIoIBfp6 mmaTujz/k+p5185iS3/OrM8nRyitVb37UfuMNkMb8vVdWfp8wRk6Kc9x7nYzZ+0NuL Sb30TYokD32b2QDLsl1yVJIagvOAaJsVzfb86hNhlYpSw2cSxJtr4MVO1oCe8/AzKf sbkOTRcRWzjX7UL9EUiQFCW1LeICVpZtUgUMCxP+0xyS6EkCfyNUK+wIMcNSl81sgP 6UxyCHlrLfaT2SXY0OYKH4XpxHZZ5tCEtF0rVQjiUO4DEGCNelNeD56w2Rsr9I7pF1 WlI0agXpAfHgw== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id E09EEC395E0; Thu, 28 Sep 2023 05:30:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH 00/27] platform: Convert to platform remove callback returning void From: patchwork-bot+chrome-platform@kernel.org Message-Id: <169587902691.21006.3174707915483675738.git-patchwork-notify@kernel.org> Date: Thu, 28 Sep 2023 05:30:26 +0000 References: <20230927081040.2198742-1-u.kleine-koenig@pengutronix.de> In-Reply-To: <20230927081040.2198742-1-u.kleine-koenig@pengutronix.de> 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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to chrome-platform/linux.git (for-kernelci) by Tzung-Bi Shih : 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