Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1230520

Re: [PATCH v5 0/6] Add support for DA9150 Fuel-Gauge

From Lee Jones <lee.jones@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH v5 0/6] Add support for DA9150 Fuel-Gauge
Date 2015-09-22 19:20 +0200
Message-ID <qbzou-3mH-25@gated-at.bofh.it> (permalink)
References <q7trj-6Qv-3@gated-at.bofh.it> <qbyiM-1PH-75@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, 22 Sep 2015, Sebastian Reichel wrote:
> On Fri, Sep 11, 2015 at 11:05:21AM +0100, Adam Thomson wrote:
> > This patch set adds support for the Dialog DA9150 Fuel-Gauge.
> >
> > [...]
> > 
> > Adam Thomson (6):
> >   mfd: da9150: Add support for Fuel-Gauge
> >   mfd: da9150: Update DT bindings for Fuel-Gauge support
> >   power: Add support for DA9150 Fuel-Gauge
> >   power: da9150: Add DT bindings documentation for Fuel-Gauge
> >   mfd: da9150: Use relative paths in DT bindings document
> >   mfd: da9150: Use DEFINE_RES_IRQ_NAMED() help macro for IRQ resource
> > 
> >  Documentation/devicetree/bindings/mfd/da9150.txt   |  33 +-
> >  .../devicetree/bindings/power/da9150-fg.txt        |  23 +
> >  drivers/mfd/da9150-core.c                          | 191 +++++--
> >  drivers/power/Kconfig                              |  10 +
> >  drivers/power/Makefile                             |   1 +
> >  drivers/power/da9150-fg.c                          | 578 +++++++++++++++++++++
> >  include/linux/mfd/da9150/core.h                    |  19 +-
> >  7 files changed, 810 insertions(+), 45 deletions(-)
> >  create mode 100644 Documentation/devicetree/bindings/power/da9150-fg.txt
> >  create mode 100644 drivers/power/da9150-fg.c
> 
> I suggest, that you take the whole patchset via the mfd tree.

That's fine, but I'm still missing an Ack for patch 4.



-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

Re: [PATCH v5 0/6] Add support for DA9150 Fuel-Gauge Sebastian Reichel <sre@kernel.org> - 2015-09-22 18:10 +0200
  Re: [PATCH v5 0/6] Add support for DA9150 Fuel-Gauge Lee Jones <lee.jones@linaro.org> - 2015-09-22 19:20 +0200
    RE: [PATCH v5 0/6] Add support for DA9150 Fuel-Gauge "Opensource [Adam Thomson]" <Adam.Thomson.Opensource@diasemi.com> - 2015-09-30 11:00 +0200

csiph-web