From: Thierry Reding <thierry.reding@avionic-design.de>
To: Alex Courbot <acourbot@nvidia.com>
Cc: Andrew Chew <AChew@nvidia.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/1 v3] pwm_bl: Add support for backlight enable regulator
Date: Wed, 6 Mar 2013 11:11:59 +0100 [thread overview]
Message-ID: <20130306101159.GA3648@avionic-0098.mockup.avionic-design.de> (raw)
In-Reply-To: <51370056.3040508@nvidia.com>
[-- Attachment #1: Type: text/plain, Size: 2253 bytes --]
On Wed, Mar 06, 2013 at 05:37:42PM +0900, Alex Courbot wrote:
> On 03/06/2013 04:00 PM, Thierry Reding wrote:
> >* PGP Signed by an unknown key
> >
> >On Wed, Mar 06, 2013 at 01:53:27PM +0900, Alex Courbot wrote:
> >>On 03/06/2013 11:41 AM, Andrew Chew wrote:
> >>>>> struct pwm_bl_data {
> >>>>> struct pwm_device *pwm;
> >>>>> struct device *dev;
> >>>>>+ struct regulator *en_supply;
> >>>>>+ bool en_supply_enabled;
> >>>>
> >>>>Couldn't you use regulator_is_enabled() and get rid of en_supply_enabled?
> >>>>It would also ensure the driver performs correctly no matter what the initial
> >>>>state of the regulator is.
> >>>
> >>>Are you sure this works? I'm concerned about the (bizarre and unlikely) case
> >>>where this supply is shared with another driver, so I use en_supply_enabled
> >>>to track the state of the supply such that I can ignore that case.
> >>
> >>You're right, consumers can share regulators and the calls to
> >>enable/disable need to be balanced. Also there is no way to check
> >>the intensity of the backlight prior to the change to detect a
> >>transition, so I guess your approach is indeed the most appropriate
> >>here.
> >
> >I think the right thing to do here is just enable the regulator when
> >the pwm-backlight driver needs it. If it is shared with other devices
> >they'll have to do the same and the reference counting should only
> >disable the regulator when there are no users.
> >
> >Tracking this via platform data won't work because platform data is
> >statically defined at compile time. So if indeed there was another user
> >of the regulator it enable/disable the regulator at any time and your
> >en_supply_enabled would be wrong.
>
> Oh wait. I thought regulator_enable/disable calls needed to be
> balanced, is that not the case? So every consumer receives a
> different regulator handle in case of a shared regulator, which
> becomes disabled if all handles are disabled? In that case yes, we
> won't have to bother about a status variable here and balancing
> calls. Sorry for the confusion.
I think they'll receive the exact same handle to the regulator. Calls
will remain balanced as long as they are balanced in each user.
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
next prev parent reply other threads:[~2013-03-06 10:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-05 23:51 Andrew Chew
2013-03-06 2:18 ` Alex Courbot
2013-03-06 2:41 ` Andrew Chew
2013-03-06 4:53 ` Alex Courbot
2013-03-06 7:00 ` Thierry Reding
2013-03-06 8:37 ` Alex Courbot
2013-03-06 10:11 ` Thierry Reding [this message]
2013-03-06 4:20 ` Stephen Warren
2013-03-06 4:56 ` Alex Courbot
2013-03-06 7:10 ` Thierry Reding
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=20130306101159.GA3648@avionic-0098.mockup.avionic-design.de \
--to=thierry.reding@avionic-design.de \
--cc=AChew@nvidia.com \
--cc=acourbot@nvidia.com \
--cc=linux-kernel@vger.kernel.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
all inboxes | Powered by JetHome®