From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Mark Brown <broonie@kernel.org>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>,
alsa-devel@alsa-project.org, Liam Girdwood <lgirdwood@gmail.com>,
linux-kernel@vger.kernel.org, Takashi Iwai <tiwai@suse.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: Re: [PATCH 3/3] ASoC: tlv320aic32x4: Enable fast charge
Date: Tue, 15 Sep 2020 16:14:01 +0200 [thread overview]
Message-ID: <20200915161401.54f6d4f3@xps13> (raw)
In-Reply-To: <20200915141025.GB4913@sirena.org.uk>
Hi Mark,
Mark Brown <broonie@kernel.org> wrote on Tue, 15 Sep 2020 15:10:25
+0100:
> On Tue, Sep 15, 2020 at 03:02:07PM +0200, Alexandre Belloni wrote:
> > On 15/09/2020 12:50:34+0100, Mark Brown wrote:
> > > On Tue, Sep 15, 2020 at 10:26:02AM +0200, Alexandre Belloni wrote:
> > > > On 11/09/2020 19:31:40+0200, Miquel Raynal wrote:
>
> > > > > + /*
> > > > > + * Enable the fast charging feature and ensure the needed 40ms ellapsed
> > > > > + * before using the analog circuits.
> > > > > + */
> > > > > + snd_soc_component_write(component, AIC32X4_REFPOWERUP,
> > > > > + AIC32X4_REFPOWERUP_40MS);
> > > > > + msleep(40);
> > > > > +
>
> > > > Maybe the actual REFPOWERUP value could be exposed as a control so
> > > > userspace has a way to set the policy?
>
> > > We very rarely do this, there's not usially anything
>
> > Could you suggest something then? This mainly changes the power
> > codec power consumption. I guess people will want to trade latency
> > for less consumption.
>
> Is it increasing steady state power consumption or is it just drawing
> more power during the ramp (ie, peak current consumption is bigger)?
> Usually this is trading off clean ramps for fast ramps rather than
> affecting steady state. If it's affecting steady state a control seems
> sensible.
Indeed, it is just affecting the ramp (peak current is bigger).
Thanks,
Miquèl
WARNING: multiple messages have this Message-ID (diff)
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Mark Brown <broonie@kernel.org>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>,
Liam Girdwood <lgirdwood@gmail.com>,
Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.com>,
alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: Re: [PATCH 3/3] ASoC: tlv320aic32x4: Enable fast charge
Date: Tue, 15 Sep 2020 16:14:01 +0200 [thread overview]
Message-ID: <20200915161401.54f6d4f3@xps13> (raw)
In-Reply-To: <20200915141025.GB4913@sirena.org.uk>
Hi Mark,
Mark Brown <broonie@kernel.org> wrote on Tue, 15 Sep 2020 15:10:25
+0100:
> On Tue, Sep 15, 2020 at 03:02:07PM +0200, Alexandre Belloni wrote:
> > On 15/09/2020 12:50:34+0100, Mark Brown wrote:
> > > On Tue, Sep 15, 2020 at 10:26:02AM +0200, Alexandre Belloni wrote:
> > > > On 11/09/2020 19:31:40+0200, Miquel Raynal wrote:
>
> > > > > + /*
> > > > > + * Enable the fast charging feature and ensure the needed 40ms ellapsed
> > > > > + * before using the analog circuits.
> > > > > + */
> > > > > + snd_soc_component_write(component, AIC32X4_REFPOWERUP,
> > > > > + AIC32X4_REFPOWERUP_40MS);
> > > > > + msleep(40);
> > > > > +
>
> > > > Maybe the actual REFPOWERUP value could be exposed as a control so
> > > > userspace has a way to set the policy?
>
> > > We very rarely do this, there's not usially anything
>
> > Could you suggest something then? This mainly changes the power
> > codec power consumption. I guess people will want to trade latency
> > for less consumption.
>
> Is it increasing steady state power consumption or is it just drawing
> more power during the ramp (ie, peak current consumption is bigger)?
> Usually this is trading off clean ramps for fast ramps rather than
> affecting steady state. If it's affecting steady state a control seems
> sensible.
Indeed, it is just affecting the ramp (peak current is bigger).
Thanks,
Miquèl
next prev parent reply other threads:[~2020-09-15 14:15 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-11 17:31 [PATCH 0/3] tlv320aic3xx4 updates Miquel Raynal
2020-09-11 17:31 ` Miquel Raynal
2020-09-11 17:31 ` [PATCH 1/3] ASoC: tlv320aic32x4: Ensure a minimum delay before clock stabilization Miquel Raynal
2020-09-11 17:31 ` Miquel Raynal
2020-09-11 17:31 ` [PATCH 2/3] ASoC: tlv320aic32x4: Fix bdiv clock rate derivation Miquel Raynal
2020-09-11 17:31 ` Miquel Raynal
2020-09-11 17:31 ` [PATCH 3/3] ASoC: tlv320aic32x4: Enable fast charge Miquel Raynal
2020-09-11 17:31 ` Miquel Raynal
2020-09-15 8:26 ` Alexandre Belloni
2020-09-15 8:26 ` Alexandre Belloni
2020-09-15 11:50 ` Mark Brown
2020-09-15 11:50 ` Mark Brown
2020-09-15 13:02 ` Alexandre Belloni
2020-09-15 13:02 ` Alexandre Belloni
2020-09-15 14:10 ` Mark Brown
2020-09-15 14:10 ` Mark Brown
2020-09-15 14:14 ` Miquel Raynal [this message]
2020-09-15 14:14 ` Miquel Raynal
2020-09-15 14:27 ` Alexandre Belloni
2020-09-15 14:27 ` Alexandre Belloni
2020-09-15 15:46 ` Mark Brown
2020-09-15 15:46 ` Mark Brown
2020-09-21 21:40 ` [PATCH 0/3] tlv320aic3xx4 updates Mark Brown
2020-09-21 21:40 ` Mark Brown
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=20200915161401.54f6d4f3@xps13 \
--to=miquel.raynal@bootlin.com \
--cc=alexandre.belloni@bootlin.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=thomas.petazzoni@bootlin.com \
--cc=tiwai@suse.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.