linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Remove BQ27xxx platform interface
@ 2017-07-19 17:04 Andrew F. Davis
  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-19 17:04 ` [PATCH v2 2/2] power: supply: bq27xxx: move platform driver code into bq27xxx_battery_hdq.c Andrew F. Davis
  0 siblings, 2 replies; 7+ messages in thread
From: Andrew F. Davis @ 2017-07-19 17:04 UTC (permalink / raw)
  To: Pali Rohár, Sebastian Reichel, Evgeniy Polyakov
  Cc: linux-pm, linux-kernel, Andrew F . Davis

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-08-27  7:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-19 17:04 [PATCH v2 0/2] Remove BQ27xxx platform interface Andrew F. Davis
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

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).