Chrome platform driver development
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: MyungJoo Ham <myungjoo.ham@samsung.com>,
	Chanwoo Choi <cw00.choi@samsung.com>
Cc: linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Benson Leung <bleung@chromium.org>,
	Guenter Roeck <groeck@chromium.org>,
	chrome-platform@lists.linux.dev
Subject: [PATCH 0/7] extcon: Convert to platform remove callback returning void
Date: Sun, 25 Feb 2024 16:54:49 +0100	[thread overview]
Message-ID: <cover.1708876186.git.u.kleine-koenig@pengutronix.de> (raw)

Hello,

this series converts all drivers below drivers/extcon to struct
platform_driver::remove_new(). See commit 5c5a7680e67b ("platform:
Provide a remove callback that returns no value") for an extended
explanation and the eventual goal.

All conversations are trivial, because their .remove() callbacks
returned zero unconditionally.

There are no interdependencies between these patches, so they could be
picked up individually. But I'd hope that they get picked up all
together by the extcon maintainer team.

Best regards
Uwe

Uwe Kleine-König (7):
  extcon: adc-jack: Convert to platform remove callback returning void
  extcon: intel-cht-wc: Convert to platform remove callback returning void
  extcon: intel-mrfld: Convert to platform remove callback returning void
  extcon: max3355: Convert to platform remove callback returning void
  extcon: max77843: Convert to platform remove callback returning void
  extcon: usb-gpio: Convert to platform remove callback returning void
  extcon: usbc-cros-ec: Convert to platform remove callback returning void

 drivers/extcon/extcon-adc-jack.c     | 6 ++----
 drivers/extcon/extcon-intel-cht-wc.c | 6 ++----
 drivers/extcon/extcon-intel-mrfld.c  | 6 ++----
 drivers/extcon/extcon-max3355.c      | 6 ++----
 drivers/extcon/extcon-max77843.c     | 6 ++----
 drivers/extcon/extcon-usb-gpio.c     | 6 ++----
 drivers/extcon/extcon-usbc-cros-ec.c | 6 ++----
 7 files changed, 14 insertions(+), 28 deletions(-)

base-commit: 33e1d31873f87d119e5120b88cd350efa68ef276
-- 
2.43.0


             reply	other threads:[~2024-02-25 15:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20240225161430epcas1p371a4ee6a088b0121092af5064d56bc16@epcas1p3.samsung.com>
2024-02-25 15:54 ` Uwe Kleine-König [this message]
2024-02-25 15:54   ` [PATCH 7/7] extcon: usbc-cros-ec: Convert to platform remove callback returning void Uwe Kleine-König
2024-02-26  5:48     ` Tzung-Bi Shih
2024-03-07 11:34   ` [PATCH 0/7] extcon: " Chanwoo Choi

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=cover.1708876186.git.u.kleine-koenig@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=bleung@chromium.org \
    --cc=chrome-platform@lists.linux.dev \
    --cc=cw00.choi@samsung.com \
    --cc=groeck@chromium.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=myungjoo.ham@samsung.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