linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Jonathan Cameron <jic23@jic23.retrosnub.co.uk>
Cc: Sebastian Reichel <sre@kernel.org>,
	Adam Thomson <Adam.Thomson.Opensource@diasemi.com>,
	Jonathan Cameron <jic23@kernel.org>,
	Samuel Ortiz <sameo@linux.intel.com>,
	Hartmut Knaack <knaack.h@gmx.de>,
	linux-iio@vger.kernel.org,
	Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>,
	David Woodhouse <dwmw2@infradead.org>,
	linux-pm@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	Grant Likely <grant.likely@linaro.org>,
	devicetree@vger.kernel.org,
	Andrew Morton <akpm@linux-foundation.org>,
	Joe Perches <joe@perches.com>,
	linux-kernel@vger.kernel.org, support.opensource@diasemi.com
Subject: Re: [PATCH v6 0/7] Add initial support for DA9150 Charger & Fuel-Gauge IC
Date: Thu, 22 Jan 2015 07:58:11 +0000	[thread overview]
Message-ID: <20150122075811.GO22024@x1> (raw)
In-Reply-To: <C1079F30-5D1D-45AA-A129-FE1E68EA5DC5@jic23.retrosnub.co.uk>

On Wed, 21 Jan 2015, Jonathan Cameron wrote:

> 
> 
> On 21 January 2015 16:52:50 GMT+00:00, Sebastian Reichel <sre@kernel.org> wrote:
> >Hi,
> >
> >On Wed, Jan 21, 2015 at 03:46:25PM +0000, Adam Thomson wrote:
> >> This patch set adds initial support for the Dialog DA9150 Integrated
> >Charger &
> >> Fuel-Gauge IC. The device also provides GPIO and GPADC functionality.
> >> 
> >> In this patch set the following is provided:
> >>  - MFD Core support and DT bindings documentation.
> >>  - IIO GPADC support and DT bindings documentation.
> >>  - Power Supply Charger support and DT bindings documentation.
> >>  - Update to MAINTAINERS file to add DA9150 files to Dialog support
> >list.
> >> 
> >> To keep patch submission from being too large, support for GPIO and
> >Fuel-Gauge
> >> will come after initial support patches are accepted.
> >> 
> >> This patch set is baselined against the v3.19-rc5 kernel version.
> >> 
> >> Changes in v6:
> >> - For GPADC driver, Use lower case extended names for IIO GPADC
> >channels, and
> >>   remove extended names for GPIO related channels.
> >> - For charger driver, revert to no devm IRQ request/free functions as
> >ordering
> >>   is important, and probe failure scenario was not being correctly
> >covered. A
> >>   helper function for free IRQs has been added to make code cleaner.
> >
> >Probably a devm_ variant of power_supply_register should be created,
> >but for now this is ok for me.
> >
> >Jonathan, Lee: I assume you are ok with the whole patchset going
> >through the power supply subsystem?
> >
> Fine by me if either power supply or MFD.

I am, but there is a lot of MFD code here, so I'd like to take it in
as well.  I'd like a tagged pull-request from Sebastian.

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2015-01-22  7:58 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-21 15:46 [PATCH v6 0/7] Add initial support for DA9150 Charger & Fuel-Gauge IC Adam Thomson
2015-01-21 15:46 ` [PATCH v6 1/7] mfd: Add support for DA9150 combined charger & fuel-gauge device Adam Thomson
2015-01-21 15:46 ` [PATCH v6 2/7] mfd: da9150: Add DT binding documentation for core Adam Thomson
2015-01-21 15:46 ` [PATCH v6 3/7] iio: Add support for DA9150 GPADC Adam Thomson
     [not found]   ` <ae9b56cc8cd15bd72ea1b721ae02b1dde8632dbf.1421854282.git.Adam.Thomson.Opensource-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org>
2015-01-21 16:06     ` Varka Bhadram
     [not found]       ` <54BFCE97.4050007-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-01-27 16:15         ` Opensource [Adam Thomson]
     [not found] ` <cover.1421854282.git.Adam.Thomson.Opensource-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org>
2015-01-21 15:46   ` [PATCH v6 4/7] iio: da9150: Add DT binding documentation for GPADC Adam Thomson
2015-01-21 15:46   ` [PATCH v6 5/7] power: Add support for DA9150 Charger Adam Thomson
2015-01-21 16:14     ` Varka Bhadram
     [not found]       ` <54BFD072.8000707-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-01-27 16:16         ` Opensource [Adam Thomson]
2015-01-21 16:52   ` [PATCH v6 0/7] Add initial support for DA9150 Charger & Fuel-Gauge IC Sebastian Reichel
     [not found]     ` <20150121165250.GG13715-SfvFxonMDyemK9LvCR3Hrw@public.gmane.org>
2015-01-21 17:19       ` Jonathan Cameron
2015-01-22  7:58         ` Lee Jones [this message]
2015-02-16 21:45           ` Opensource [Adam Thomson]
     [not found]             ` <2E89032DDAA8B9408CB92943514A0337AB52D71F-68WUHU125fLLPO1uwJ3ImwLouzNaz+3S@public.gmane.org>
2015-02-17 18:04               ` Sebastian Reichel
2015-02-17 18:15                 ` Opensource [Adam Thomson]
2015-01-21 15:47 ` [PATCH v6 6/7] power: da9150: Add DT binding documentation for charger Adam Thomson
2015-01-21 15:47 ` [PATCH v6 7/7] MAINTAINERS: Include DA9150 files in Dialog Semiconductor support list Adam Thomson

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=20150122075811.GO22024@x1 \
    --to=lee.jones@linaro.org \
    --cc=Adam.Thomson.Opensource@diasemi.com \
    --cc=akpm@linux-foundation.org \
    --cc=dbaryshkov@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dwmw2@infradead.org \
    --cc=galak@codeaurora.org \
    --cc=grant.likely@linaro.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=jic23@jic23.retrosnub.co.uk \
    --cc=jic23@kernel.org \
    --cc=joe@perches.com \
    --cc=knaack.h@gmx.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=pawel.moll@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=sameo@linux.intel.com \
    --cc=sre@kernel.org \
    --cc=support.opensource@diasemi.com \
    /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).