From: Mark Brown <broonie@kernel.org>
To: Icenowy Zheng <icenowy@aosc.io>
Cc: linux-arm-kernel@lists.infradead.org,
Ondrej Jirman <megous@megous.com>,
devicetree@vger.kernel.org,
Maxime Ripard <maxime.ripard@bootlin.com>,
linux-sunxi@googlegroups.com, Liam Girdwood <lgirdwood@gmail.com>,
linux-kernel@vger.kernel.org, Chen-Yu Tsai <wens@csie.org>,
Rob Herring <robh+dt@kernel.org>
Subject: Re: [PATCH v3 2/3] regulator: add support for SY8106A regulator
Date: Wed, 25 Apr 2018 11:53:09 +0100 [thread overview]
Message-ID: <20180425105309.GC24769@sirena.org.uk> (raw)
In-Reply-To: <C0C1F042-221A-420F-A8C1-5FADCFC687F1@aosc.io>
[-- Attachment #1: Type: text/plain, Size: 1356 bytes --]
On Wed, Apr 25, 2018 at 07:41:35AM +0800, Icenowy Zheng wrote:
> 于 2018年4月25日 GMT+08:00 上午1:07:33, Mark Brown <broonie@kernel.org> 写到:
> >On Mon, Apr 23, 2018 at 10:46:56PM +0800, Icenowy Zheng wrote:
> >> --- /dev/null
> >> +++ b/drivers/regulator/sy8106a-regulator.c
> >> @@ -0,0 +1,176 @@
> >> +// SPDX-License-Identifier: GPL-2.0+
> >> +/*
> >> + * sy8106a-regulator.c - Regulator device driver for SY8106A
> >Just make the entire thing a C++ comment so it looks consistent and
> >joined up.
> SPDX identifier is special -- it should be in a seperated
> comment block.
No, it just needs to be a C++ comment on the first line to ease machine
parsing. The rest of the file doesn't matter for that.
> >> + if (reg & SY8106A_GO_BIT)
> >> + return reg & rdev->desc->vsel_mask;
> >> + else
> >> + return (chip->fixed_voltage - rdev->desc->min_uV) /
> >> + rdev->desc->uV_step;
> >You could use the standard get_voltage_sel() if you provide a mapping
> >operation that set everything with _GO_BIT set to return the fixed
> >voltage. Though looking at this it seems that the fixed voltage will
> >always be one that could be set via the register anyway so I'm
> >wondering
> >if the easiest thing here isn't to just have the driver turn off
> >_GO_BIT
> Do you mean "turn on" here?
Yes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2018-04-25 10:53 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-23 14:46 [PATCH v3 0/3] SY8106 regulator support and enable it on Orange Pi PC Icenowy Zheng
[not found] ` <20180423144657.63264-1-icenowy-h8G6r0blFSE@public.gmane.org>
2018-04-23 14:46 ` [PATCH v3 1/3] dt-bindings: add binding for the SY8106A voltage regulator Icenowy Zheng
2018-05-09 9:32 ` Applied "regulator: add binding for the SY8106A voltage regulator" to the regulator tree Mark Brown
2018-05-09 9:48 ` Mark Brown
2018-04-23 14:46 ` [PATCH v3 2/3] regulator: add support for SY8106A regulator Icenowy Zheng
2018-04-24 17:07 ` Mark Brown
[not found] ` <20180424170733.GD22073-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2018-04-24 23:41 ` Icenowy Zheng
2018-04-25 10:53 ` Mark Brown [this message]
[not found] ` <20180425105309.GC24769-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2018-04-25 10:55 ` Icenowy Zheng
2018-04-25 11:13 ` Mark Brown
2018-04-23 14:46 ` [PATCH v3 3/3] ARM: dts: sun8i: h3: Add SY8106A regulator to Orange Pi PC Icenowy Zheng
[not found] ` <20180423144657.63264-4-icenowy-h8G6r0blFSE@public.gmane.org>
2018-04-23 15:03 ` Maxime Ripard
2018-04-23 15:04 ` Icenowy Zheng
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=20180425105309.GC24769@sirena.org.uk \
--to=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=icenowy@aosc.io \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sunxi@googlegroups.com \
--cc=maxime.ripard@bootlin.com \
--cc=megous@megous.com \
--cc=robh+dt@kernel.org \
--cc=wens@csie.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 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).