All of lore.kernel.org
 help / color / mirror / Atom feed
From: Liam Breck <liam@networkimprov.net>
To: "Andrew F. Davis" <afd@ti.com>, linux-pm@vger.kernel.org
Subject: [PATCH v12.3 0/6] bq27xxx_battery partial series
Date: Fri, 31 Mar 2017 03:25:27 -0700	[thread overview]
Message-ID: <20170331102533.27528-1-liam@networkimprov.net> (raw)

I recounted; we're at 17 versions including partial series. I don't mind
making lots of changes, but each feedback/revision cycle has substantial
overhead, and I need to move on to other work. I'm starting to wonder
whether I work for TI.

Latest changes:

A maintenance cookie for you: new patch to flag identical reg maps. After
this is tested we'll hide it behind #ifdef debug.

Describe di->chip IDs as "category prototypes/members".

Add kernel-doc for bq27xxx_dm_buf. I just realized nothing else in the file
has kernel-doc, and it's not a header, so I don't know why this needed it.

I/O helpers return -ENOSYS if di->bus.* missing.

Macro for DM fields in bq27xxx_regs.




  power: bq27xxx_battery: Add bulk transfer bus methods
  power: bq27xxx_battery: Add chip data memory read/write support
  power: bq27xxx_battery: Add power_supply_battery_info support
  power: bq27xxx_battery: Enable chip data memory update for certain chips
  power: bq27xxx_battery: Remove duplicate register arrays

 drivers/power/supply/bq27xxx_battery.c     | 681 +++++++++++++++++++++++------
 drivers/power/supply/bq27xxx_battery_i2c.c |  98 ++++-
 include/linux/power/bq27xxx_battery.h      |  26 +-
 3 files changed, 663 insertions(+), 142 deletions(-)

-- 
2.9.3

             reply	other threads:[~2017-03-31 10:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-31 10:25 Liam Breck [this message]
2017-03-31 10:25 ` [PATCH v12.3 5/10] power: bq27xxx_battery: Add bulk transfer bus methods Liam Breck
2017-03-31 10:25 ` [PATCH v12.3 6/10] power: bq27xxx_battery: Add chip data memory read/write support Liam Breck
2017-03-31 10:25 ` [PATCH v12.3 7/10] power: bq27xxx_battery: Add power_supply_battery_info support Liam Breck
2017-03-31 10:25 ` [PATCH v12.3 8/10] power: bq27xxx_battery: Enable chip data memory update for certain chips Liam Breck
2017-03-31 10:25 ` [PATCH v12.3 9/10] power: bq27xxx_battery: Flag identical register maps when in debug mode Liam Breck
2017-03-31 10:25 ` [PATCH v12.3 10/10] power: bq27xxx_battery: Remove duplicate register arrays Liam Breck

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=20170331102533.27528-1-liam@networkimprov.net \
    --to=liam@networkimprov.net \
    --cc=afd@ti.com \
    --cc=linux-pm@vger.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.