All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Sebastian Reichel <sre@kernel.org>, Marcus Cooper <codekipper@gmail.com>
Cc: linux-pm@vger.kernel.org, Linus Walleij <linus.walleij@linaro.org>
Subject: [PATCH 5/5 v2] power: supply: ab8500: Drop unused member
Date: Sun, 23 May 2021 00:50:43 +0200	[thread overview]
Message-ID: <20210522225043.1004103-5-linus.walleij@linaro.org> (raw)
In-Reply-To: <20210522225043.1004103-1-linus.walleij@linaro.org>

This setting is read directly from the device tree in
the ab8500_charger.c code.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
ChangeLog v1->v2:
- Rebase on v5.13-rc1
---
 drivers/power/supply/ab8500-bm.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/power/supply/ab8500-bm.h b/drivers/power/supply/ab8500-bm.h
index 871bdc1f5cbd..0c940571e5b0 100644
--- a/drivers/power/supply/ab8500-bm.h
+++ b/drivers/power/supply/ab8500-bm.h
@@ -506,7 +506,6 @@ struct abx500_bm_data {
 	int usb_safety_tmr_h;
 	int bkup_bat_v;
 	int bkup_bat_i;
-	bool autopower_cfg;
 	bool no_maintenance;
 	bool capacity_scaling;
 	bool chg_unknown_bat;
-- 
2.31.1


  parent reply	other threads:[~2021-05-22 22:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-22 22:50 [PATCH 1/5 v2] power: supply: ab8500: Move to componentized binding Linus Walleij
2021-05-22 22:50 ` [PATCH 2/5 v2] power: supply: ab8500: Call battery population once Linus Walleij
2021-05-22 22:50 ` [PATCH 3/5 v2] power: supply: ab8500: Avoid NULL pointers Linus Walleij
2021-05-22 22:50 ` [PATCH 4/5 v2] power: supply: ab8500: Enable USB and AC Linus Walleij
2021-05-22 22:50 ` Linus Walleij [this message]
2021-06-03 16:47 ` [PATCH 1/5 v2] power: supply: ab8500: Move to componentized binding 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=20210522225043.1004103-5-linus.walleij@linaro.org \
    --to=linus.walleij@linaro.org \
    --cc=codekipper@gmail.com \
    --cc=linux-pm@vger.kernel.org \
    --cc=sre@kernel.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.