devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paul Bolle <pebolle@tiscali.nl>
To: Beomho Seo <beomho.seo@samsung.com>
Cc: Valentin Rothberg <valentinrothberg@gmail.com>,
	linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org,
	devicetree@vger.kernel.org, sre@kernel.org, lee.jones@linaro.org,
	broonie@kernel.org, dbaryshkov@gmail.com, robh+dt@kernel.org,
	pawel.moll@arm.com, mark.rutland@arm.com,
	ijc+devicetree@hellion.org.uk, galak@codeaurora.org,
	cw00.choi@samsung.com, inki.dae@samsung.com,
	sw0312.kim@samsung.com
Subject: Re: [PATCH v2 0/3] power: rt5033: Add Richtek RT533 drivers
Date: Mon, 12 Jan 2015 11:42:53 +0100	[thread overview]
Message-ID: <1421059373.22660.34.camel@x220> (raw)
In-Reply-To: <1421059225.22660.33.camel@x220>

[s/lee.jone@linaro.org/lee.jones@linaro.org]

On Mon, 2015-01-12 at 11:40 +0100, Paul Bolle wrote:
> Beomho,
> 
> On Fri, 2015-01-09 at 17:45 +0900, Beomho Seo wrote:
> > This patchset adds driver for Richtek rt5033 chip The chip contains
> > switching charge mode Li-Ion/Li-Polymer battery charger, fuelgauge.
> > Additionally, This includes document for device tree of RT5033 device.
> > 
> > RT5033 core driver is applied by Lee Jones.
> > RT5033 regulator driver have been merged by Mark Brown. commit is below,
> > 
> > commit b1917578fd5d8efa67afa05a0d6d7e323f2802da
> > 
> > Changes in v2:
> > - Revise binding documentation..
> >  
> > Beomho Seo (3):
> >   power: rt5033_battery: Add RT5033 Fuel gauge device driver
> >   power: rt5033_charger: Add RT5033 charger device driver
> >   Documentation: Add documentation for rt5033 multifunction device
> > 
> >  Documentation/devicetree/bindings/mfd/rt5033.txt   |  101 ++++
> >  .../devicetree/bindings/vendor-prefixes.txt        |    1 +
> >  drivers/power/Kconfig                              |   16 +
> >  drivers/power/Makefile                             |    2 +
> >  drivers/power/rt5033_battery.c                     |  177 +++++++
> >  drivers/power/rt5033_charger.c                     |  485 ++++++++++++++++++++
> >  6 files changed, 782 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/mfd/rt5033.txt
> >  create mode 100644 drivers/power/rt5033_battery.c
> >  create mode 100644 drivers/power/rt5033_charger.c
> 
> This series adds two drivers that depend on MFD_RT5033. But there's
> currently no Kconfig symbol MFD_RT5033.
> 
> The regulator driver mentioned above is another driver that depends on
> MFD_RT5033. It was included first in next-20141117. It is also included
> in mainline since v3.19-rc1. That regulator driver has never been
> buildable, even if one bypasses its dependency on MFD_RT5033. That is
> because it includes two headers that are not yet part of the tree
> (linux/mfd/rt5033.h and linux/mfd/rt5033-private.h).
> 
> When is the Kconfig symbol MFD_RT5033 expected to be included in the
> tree?
> 
> 
> Paul Bolle

  reply	other threads:[~2015-01-12 10:42 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-09  8:45 [PATCH v2 0/3] power: rt5033: Add Richtek RT533 drivers Beomho Seo
     [not found] ` <1420793114-20586-1-git-send-email-beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-01-09  8:45   ` [PATCH v2 1/3] power: rt5033_battery: Add RT5033 Fuel gauge device driver Beomho Seo
2015-01-15  1:01     ` Sebastian Reichel
2015-01-09  8:45 ` [PATCH v2 2/3] power: rt5033_charger: Add RT5033 charger " Beomho Seo
2015-01-09  8:45 ` [PATCH v2 3/3] Documentation: Add documentation for rt5033 multifunction device Beomho Seo
2015-01-19  8:15   ` Lee Jones
2015-01-12 10:40 ` [PATCH v2 0/3] power: rt5033: Add Richtek RT533 drivers Paul Bolle
2015-01-12 10:42   ` Paul Bolle [this message]
2015-01-12 10:51   ` Beomho Seo
2015-01-12 11:10     ` Paul Bolle
2015-01-18 17:20       ` Lee Jones

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=1421059373.22660.34.camel@x220 \
    --to=pebolle@tiscali.nl \
    --cc=beomho.seo@samsung.com \
    --cc=broonie@kernel.org \
    --cc=cw00.choi@samsung.com \
    --cc=dbaryshkov@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=inki.dae@samsung.com \
    --cc=lee.jones@linaro.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=sre@kernel.org \
    --cc=sw0312.kim@samsung.com \
    --cc=valentinrothberg@gmail.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).