linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
To: Mark Rutland <mark.rutland@arm.com>
Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>,
	David Woodhouse <dwmw2@infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Samuel Ortiz <sameo@linux.intel.com>,
	Lee Jones <lee.jones@linaro.org>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Rob Herring <robh+dt@kernel.org>,
	Pawel Moll <Pawel.Moll@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Marek Szyprowski <m.szyprowski@samsung.com>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Tomasz Figa <t.figa@samsung.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [RESEND PATCH 5/5] devicetree: mfd: max14577: Add device tree bindings document
Date: Fri, 04 Jul 2014 10:13:17 +0200	[thread overview]
Message-ID: <1404461597.21830.2.camel@AMDC1943> (raw)
In-Reply-To: <20140704080702.GA31812@leverpostej>

On pią, 2014-07-04 at 09:07 +0100, Mark Rutland wrote:
> On Thu, Jul 03, 2014 at 12:44:34PM +0100, Krzysztof Kozlowski wrote:
> > On czw, 2014-07-03 at 12:32 +0100, Mark Rutland wrote:
> > > Hi,
> > > 
> > > On Tue, Jul 01, 2014 at 08:02:00AM +0100, Krzysztof Kozlowski wrote:
> > > > Add document describing device tree bindings for MAX14577 MFD
> > > > drivers: MFD core, extcon, regulator and charger.
> > > > 
> > > > Both MAX14577 and MAX77836 chipsets are documented.
> > > > 
> > > > Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> > > > Cc: Kyungmin Park <kyungmin.park@samsung.com>
> > > > Cc: Tomasz Figa <t.figa@samsung.com>
> > > > Cc: devicetree@vger.kernel.org
> > > > Cc: Rob Herring <robh+dt@kernel.org>
> > > > Cc: Pawel Moll <pawel.moll@arm.com>
> > > > Cc: Mark Rutland <mark.rutland@arm.com>
> > > > Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
> > > > Cc: Kumar Gala <galak@codeaurora.org>
> > > > Reviewed-by: Tomasz Figa <t.figa@samsung.com>
> > > > ---
> > > >  Documentation/devicetree/bindings/mfd/max14577.txt | 152 +++++++++++++++++++++
> > > >  1 file changed, 152 insertions(+)
> > > >  create mode 100644 Documentation/devicetree/bindings/mfd/max14577.txt
> > > > 
> > > > diff --git a/Documentation/devicetree/bindings/mfd/max14577.txt b/Documentation/devicetree/bindings/mfd/max14577.txt
> > > > new file mode 100644
> > > > index 000000000000..b235250a7b41
> > > > --- /dev/null
> > > > +++ b/Documentation/devicetree/bindings/mfd/max14577.txt
> > > > @@ -0,0 +1,152 @@
> > > > +Maxim MAX14577/77836 Multi-Function Device
> > > > +
> > > > +MAX14577 is a Multi-Function Device with Micro-USB Interface Circuit, Li+
> > > > +Battery Charger and SFOUT LDO output for powering USB devices. It is
> > > > +interfaced to host controller using I2C.
> > > > +
> > > > +MAX77836 additionally contains PMIC (with two LDO regulators) and Fuel Gauge.
> > > > +
> > > > +
> > > > +Required properties:
> > > > +- compatible : Must be "maxim,max14577" or "maxim,max77836".
> > > > +- reg : I2C slave address for the max14577 chip (0x25 for max14577/max77836)
> > > > +- interrupts : IRQ line for the chip.
> > > > +- interrupt-parent :  The parent interrupt controller.
> > > > +
> > > > +
> > > > +Required nodes:
> > > > + - charger :
> > > > +	Node for configuring the charger driver.
> > > > +	Required properties:
> > > > +		- compatible : "maxim,max14577-charger"
> > > > +			or "maxim,max77836-charger"
> > > > +		- maxim,fast-charge-timer : Timer in hours to trigger the
> > > > +			INT3/MBCCHGERR interrupt; Valid values:
> > > > +			- 5, 6 or 7 (hours),
> > > > +			- 0 to disable.
> > > 
> > > I'm not sure I follow what this is any why it should be in the DT.
> > > 
> > > Could you explain what this is used for?
> > 
> > Hi,
> > 
> > These are settings for max14577 battery charger. Actually this
> > particular setting does not look like board-specific but other (like
> > battery voltage) do.
> > 
> > The timer above is used by device to stop charging and to trigger
> > interrupt.
> 
> Ok. What I don't get is why this should be in the DT, it sounds like a
> configuration option that would better be set at run time.

I understand. I'll add this as sysfs entry and re-spin with version 3 of
patchset.

Best regards,
Krzysztof


  reply	other threads:[~2014-07-04  8:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-01  7:01 [RESEND PATCH 0/5] charger/mfd: max14577: Add support for MAX77836 Krzysztof Kozlowski
2014-07-01  7:01 ` [RESEND PATCH 1/5] charger: max14577: Add support for MAX77836 charger Krzysztof Kozlowski
2014-07-01  7:01 ` [RESEND PATCH 2/5] regulator/mfd: max14577: Export symbols for calculating charger current Krzysztof Kozlowski
2014-07-01  7:01 ` [RESEND PATCH 3/5] charger: max14577: Configure battery-dependent settings from DTS Krzysztof Kozlowski
2014-07-03 11:36   ` Mark Rutland
2014-07-03 11:45     ` Krzysztof Kozlowski
2014-07-01  7:01 ` [RESEND PATCH 4/5] power: max17040: Add ID for MAX77836 Fuel Gauge block Krzysztof Kozlowski
2014-07-01  7:02 ` [RESEND PATCH 5/5] devicetree: mfd: max14577: Add device tree bindings document Krzysztof Kozlowski
2014-07-03 11:32   ` Mark Rutland
2014-07-03 11:44     ` Krzysztof Kozlowski
2014-07-04  8:07       ` Mark Rutland
2014-07-04  8:13         ` Krzysztof Kozlowski [this message]
2014-07-01  7:40 ` [RESEND PATCH 0/5] charger/mfd: max14577: Add support for MAX77836 Lee Jones
  -- strict thread matches above, loose matches on Subject: below --
2014-05-26  7:47 [RESEND PATCH 0/5] charger/mfd: max14577: Part 2 of adding " Krzysztof Kozlowski
2014-05-26  7:47 ` [RESEND PATCH 5/5] devicetree: mfd: max14577: Add device tree bindings document Krzysztof Kozlowski

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=1404461597.21830.2.camel@AMDC1943 \
    --to=k.kozlowski@samsung.com \
    --cc=Pawel.Moll@arm.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=broonie@kernel.org \
    --cc=dbaryshkov@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dwmw2@infradead.org \
    --cc=galak@codeaurora.org \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=kyungmin.park@samsung.com \
    --cc=lee.jones@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=mark.rutland@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=sameo@linux.intel.com \
    --cc=t.figa@samsung.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).