Linux-Samsung-soc Archive mirror
 help / color / mirror / Atom feed
From: "Chanwoo Choi" <cw00.choi@samsung.com>
To: "'Uwe Kleine-König'" <u.kleine-koenig@pengutronix.de>,
	"'MyungJoo Ham'" <myungjoo.ham@samsung.com>,
	"'Kyungmin Park'" <kyungmin.park@samsung.com>
Cc: "'Krzysztof Kozlowski'" <krzysztof.kozlowski@linaro.org>,
	"'Alim Akhtar'" <alim.akhtar@samsung.com>,
	<linux-pm@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-samsung-soc@vger.kernel.org>, <kernel@pengutronix.de>,
	"'Matthias Brugger'" <matthias.bgg@gmail.com>,
	"'AngeloGioacchino Del Regno'"
	<angelogioacchino.delregno@collabora.com>,
	<linux-mediatek@lists.infradead.org>,
	"'Chen-Yu Tsai'" <wens@csie.org>,
	"'Jernej	Skrabec'" <jernej.skrabec@gmail.com>,
	"'Samuel Holland'" <samuel@sholland.org>,
	<linux-sunxi@lists.linux.dev>
Subject: RE: [PATCH 0/5] PM / devfreq: Convert to platform remove callback returning void
Date: Thu, 7 Mar 2024 20:54:24 +0900	[thread overview]
Message-ID: <002101da7086$32fe0dd0$98fa2970$@samsung.com> (raw)
In-Reply-To: <cover.1709587301.git.u.kleine-koenig@pengutronix.de>



> -----Original Message-----
> From: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Sent: Tuesday, March 5, 2024 6:29 AM
> To: Chanwoo Choi <cw00.choi@samsung.com>; MyungJoo Ham
> <myungjoo.ham@samsung.com>; Kyungmin Park <kyungmin.park@samsung.com>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>; Alim Akhtar
> <alim.akhtar@samsung.com>; linux-pm@vger.kernel.org; linux-arm-
> kernel@lists.infradead.org; linux-samsung-soc@vger.kernel.org;
> kernel@pengutronix.de; Matthias Brugger <matthias.bgg@gmail.com>;
> AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>; linux-
> mediatek@lists.infradead.org; Chen-Yu Tsai <wens@csie.org>; Jernej Skrabec
> <jernej.skrabec@gmail.com>; Samuel Holland <samuel@sholland.org>; linux-
> sunxi@lists.linux.dev
> Subject: [PATCH 0/5] PM / devfreq: Convert to platform remove callback
> returning void
> 
> Hello,
> 
> this series converts all drivers below drivers/devfreq 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
> devfreq maintainers.
> 
> Best regards
> Uwe
> 
> Uwe Kleine-König (5):
>   PM / devfreq: exynos-nocp: Convert to platform remove callback returning
> void
>   PM / devfreq: exynos-ppmu: Convert to platform remove callback returning
> void
>   PM / devfreq: mtk-cci: Convert to platform remove callback returning void
>   PM / devfreq: rk3399_dmc: Convert to platform remove callback returning
> void
>   PM / devfreq: sun8i-a33-mbus: Convert to platform remove callback returning
> void
> 
>  drivers/devfreq/event/exynos-nocp.c | 6 ++----
> drivers/devfreq/event/exynos-ppmu.c | 6 ++----
>  drivers/devfreq/mtk-cci-devfreq.c   | 6 ++----
>  drivers/devfreq/rk3399_dmc.c        | 6 ++----
>  drivers/devfreq/sun8i-a33-mbus.c    | 6 ++----
>  5 files changed, 10 insertions(+), 20 deletions(-)
> 
> base-commit: 67908bf6954b7635d33760ff6dfc189fc26ccc89
> --
> 2.43.0
> 

Applied it. Thanks.

Best Regards,
Chanwoo Choi




      parent reply	other threads:[~2024-03-07 11:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20240304212922epcas1p3f9a8c4fdf976f6d6266e3129bfcfb00c@epcas1p3.samsung.com>
2024-03-04 21:28 ` [PATCH 0/5] PM / devfreq: Convert to platform remove callback returning void Uwe Kleine-König
2024-03-04 21:28   ` [PATCH 1/5] PM / devfreq: exynos-nocp: " Uwe Kleine-König
2024-03-04 21:28   ` [PATCH 2/5] PM / devfreq: exynos-ppmu: " Uwe Kleine-König
2024-03-07 11:54   ` Chanwoo Choi [this message]

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='002101da7086$32fe0dd0$98fa2970$@samsung.com' \
    --to=cw00.choi@samsung.com \
    --cc=alim.akhtar@samsung.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=matthias.bgg@gmail.com \
    --cc=myungjoo.ham@samsung.com \
    --cc=samuel@sholland.org \
    --cc=u.kleine-koenig@pengutronix.de \
    --cc=wens@csie.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).