All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dragan Simic <dsimic@manjaro.org>
To: lee@kernel.org, wens@csie.org
Cc: linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev
Subject: [PATCH 0/2] Use devm_register_power_off_handler() where appropriate
Date: Tue, 12 Nov 2024 13:46:46 +0100	[thread overview]
Message-ID: <cover.1731415409.git.dsimic@manjaro.org> (raw)

This is a tiny series that simplifies the code a bit in a couple of MFD
drivers by using devm_register_power_off_handler(), which is a purpose-
specific wrapper for devm_register_sys_off_handler().

No intended functional changes are introduced.

Dragan Simic (2):
  mfd: axp20x: Use devm_register_power_off_handler()
  mfd: stpmic1: Use devm_register_power_off_handler()

 drivers/mfd/axp20x.c  | 5 +----
 drivers/mfd/stpmic1.c | 6 +-----
 2 files changed, 2 insertions(+), 9 deletions(-)


             reply	other threads:[~2024-11-12 12:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-12 12:46 Dragan Simic [this message]
2024-11-12 12:46 ` [PATCH 1/2] mfd: axp20x: Use devm_register_power_off_handler() Dragan Simic
2024-11-12 12:46 ` [PATCH 2/2] mfd: stpmic1: " Dragan Simic
2024-12-11 12:06 ` [PATCH 0/2] Use devm_register_power_off_handler() where appropriate Lee Jones

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.1731415409.git.dsimic@manjaro.org \
    --to=dsimic@manjaro.org \
    --cc=lee@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sunxi@lists.linux.dev \
    --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 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.