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 0/2] Hi all,
Date: Thu, 16 Mar 2017 11:05:28 -0500 [thread overview]
Message-ID: <20170316160530.14956-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
[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.11.0
next reply other threads:[~2017-03-16 16:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-16 16:05 Andrew F. Davis [this message]
2017-03-16 16:05 ` [PATCH 1/2] power: supply: move HDQ interface for bq27xxx from w1 to power/supply Andrew F. Davis
2017-03-16 16:05 ` [PATCH 2/2] power: supply: bq27xxx: move platform driver code into bq27xxx_battery_hdq.c Andrew F. Davis
2017-03-16 16:07 ` [PATCH 0/2] Hi all, Andrew F. Davis
2017-03-17 22:49 ` Pali Rohár
2017-03-20 1:18 ` 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=20170316160530.14956-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