public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Davis <afd@ti.com>
To: Sebastian Reichel <sre@kernel.org>,
	Support Opensource <support.opensource@diasemi.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: <linux-pm@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	Andrew Davis <afd@ti.com>
Subject: [PATCH v2 0/4] Power supply register with devm
Date: Mon, 29 Jan 2024 13:02:42 -0600	[thread overview]
Message-ID: <20240129190246.73067-1-afd@ti.com> (raw)

Hello all,

These are the 4 patches that had "unused variable" warnings (thanks kernel
test robot). Fixed the warnings and rebased on -next so all taken patches
from v1 are dropped.

Thanks,
Andrew

Andrew Davis (4):
  power: supply: max14577: Use devm_power_supply_register() helper
  power: supply: max77693: Use devm_power_supply_register() helper
  power: supply: max8925: Use devm_power_supply_register() helper
  power: supply: wm8350: Use devm_power_supply_register() helper

 drivers/power/supply/max14577_charger.c |  8 ++----
 drivers/power/supply/max77693_charger.c | 10 ++-----
 drivers/power/supply/max8925_power.c    | 37 +++++++------------------
 drivers/power/supply/wm8350_power.c     | 30 +++++---------------
 4 files changed, 23 insertions(+), 62 deletions(-)

-- 
2.39.2


             reply	other threads:[~2024-01-29 19:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-29 19:02 Andrew Davis [this message]
2024-01-29 19:02 ` [PATCH v2 1/4] power: supply: max14577: Use devm_power_supply_register() helper Andrew Davis
2024-01-29 19:02 ` [PATCH v2 2/4] power: supply: max77693: " Andrew Davis
2024-01-29 19:02 ` [PATCH v2 3/4] power: supply: max8925: " Andrew Davis
2024-01-29 19:02 ` [PATCH v2 4/4] power: supply: wm8350: " Andrew Davis
2024-02-01 21:51 ` [PATCH v2 0/4] Power supply register with devm Sebastian Reichel

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=20240129190246.73067-1-afd@ti.com \
    --to=afd@ti.com \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=sre@kernel.org \
    --cc=support.opensource@diasemi.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