From: "Andrew F. Davis" <afd@ti.com>
To: "Pali Rohár" <pali.rohar@gmail.com>,
"Sebastian Reichel" <sre@kernel.org>,
"Evgeniy Polyakov" <zbr@ioremap.net>
Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org,
"Andrew F . Davis" <afd@ti.com>
Subject: [PATCH v2 0/2] Remove BQ27xxx platform interface
Date: Wed, 19 Jul 2017 12:04:05 -0500 [thread overview]
Message-ID: <20170719170407.14005-1-afd@ti.com> (raw)
To finish the work started in this patch[0] we needed to reorganize
the 1-wire subsystem a bit, this is done here[1]. After that is taken
this series can remove the need for a platform driver for supporting
1-wire connected BQ27xxx devices.
Thanks,
Andrew
Changes from v1:
- Rebased on v4.13-rc1
- [1] has been taken, this series can now be merged
[0] https://patchwork.kernel.org/patch/7684371/
[1] https://lkml.org/lkml/2017/3/16/604
Andrew F. Davis (2):
power: supply: move HDQ interface for bq27xxx from w1 to power/supply
power: supply: bq27xxx: move platform driver code into
bq27xxx_battery_hdq.c
drivers/power/supply/Kconfig | 9 ++
drivers/power/supply/Makefile | 1 +
drivers/power/supply/bq27xxx_battery.c | 104 ----------------------
drivers/power/supply/bq27xxx_battery_hdq.c | 135 +++++++++++++++++++++++++++++
drivers/w1/slaves/Kconfig | 6 --
drivers/w1/slaves/Makefile | 1 -
drivers/w1/slaves/w1_bq27000.c | 117 -------------------------
include/linux/power/bq27xxx_battery.h | 17 ----
8 files changed, 145 insertions(+), 245 deletions(-)
create mode 100644 drivers/power/supply/bq27xxx_battery_hdq.c
delete mode 100644 drivers/w1/slaves/w1_bq27000.c
--
2.13.0
next reply other threads:[~2017-07-19 17:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-19 17:04 Andrew F. Davis [this message]
2017-07-19 17:04 ` [PATCH v2 1/2] power: supply: move HDQ interface for bq27xxx from w1 to power/supply Andrew F. Davis
2017-07-25 13:30 ` Sebastian Reichel
2017-07-25 13:48 ` Sebastian Reichel
2017-08-27 7:25 ` Evgeniy Polyakov
2017-07-19 17:04 ` [PATCH v2 2/2] power: supply: bq27xxx: move platform driver code into bq27xxx_battery_hdq.c Andrew F. Davis
2017-07-25 13:42 ` 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=20170719170407.14005-1-afd@ti.com \
--to=afd@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=pali.rohar@gmail.com \
--cc=sre@kernel.org \
--cc=zbr@ioremap.net \
/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 NNTP newsgroup(s).