From: mark gross <markgross@thegnar.org>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: markgross@thegnar.org,
Raffaele Recalcati <lamiaposta71@gmail.com>,
linux-pm@lists.linux-foundation.org,
davinci-linux-open-source@linux.davincidsp.com,
linux-kernel@vger.kernel.org
Subject: Re: [linux-pm] pm loss development
Date: Thu, 19 May 2011 05:45:39 -0700 [thread overview]
Message-ID: <20110519124539.GA10262@gvim.org> (raw)
In-Reply-To: <201105182143.13237.rjw@sisk.pl>
On Wed, May 18, 2011 at 09:43:13PM +0200, Rafael J. Wysocki wrote:
> On Wednesday, May 18, 2011, mark gross wrote:
> > On Wed, May 18, 2011 at 01:07:57AM +0200, Rafael J. Wysocki wrote:
> > > On Saturday, May 14, 2011, mark gross wrote:
> > > > On Fri, May 13, 2011 at 06:54:57PM +0200, Rafael J. Wysocki wrote:
> > > > > On Friday, May 13, 2011, Raffaele Recalcati wrote:
> > > > > > Hi Rafael,
> > > > > >
> > > > > > 2011/5/12 Rafael J. Wysocki <rjw@sisk.pl>:
> > > > > > > On Thursday, May 12, 2011, Raffaele Recalcati wrote:
> > > > > > >> What happen normally in runtime pm implementation is that every devices
> > > > > > >> are switched off and are enabled only when needed.
> > > > > > >> In our case instead we have a completely functional embedded system and,
> > > > > > >> when an asyncrhonous event appear, we have only some tens milliseconds
> > > > > > >> before the actual power failure takes place.
> > > > > > >> This patchset add a support in order to switch off not vital part of the system,
> > > > > > >> in order to allow the board to survive longer.
> > > > > > >> This allow the possibility to save important data.
> > > > > > >
> > > > > > > OK, so first, who decides what parts of the system are vital and what aren't?
> > > > > >
> > > > > > Take a quick look at Documentation/power/loss.txt paragrpah "2.4
> > > > > > Power loss policies".
> > > > > > You can decide what can be powered off.
> > > > >
> > > > > I read the patches. My question was about the general idea of who should
> > > > > be responsible of making these decisions.
> > > >
> > > > I would expect the system integrator would based on the application the
> > > > device is getting deployed into.
> > > >
> > > > A generic opportunistic policy for peripherals that are stateless and can
> > > > be trivially power gated off/on from an ISR could be a default but, for
> > > > peripherals that need to do some processing (like waiting on an eMMC DMA
> > > > to complete) can take time to power down into a safe state.
> > >
> > > What do you mean by safe state?
> > >
> > I need to get more details on this but I assume its a state where the
> > meta data of the file system is committed to the emmc before lights go
> > off such that when power is reapplied that the damage isn't too big.
>
> I don't think you can guarantee that the metadata won't be damaged
> without notifying the filesystem of the event (and making it react
> appropriately).
>
true. I'm just brain storming what infrastructure would be needed to
support such a feature.
> > I've also heard some talk of sim card corruption risks but, I don't have
> > first hand info on that.
>
> Well, I guess that might be prevented by the driver alone.
Only the radio has a direct interface to the sim. (pretty sure anyway)
so this would transfer into some AT commands pushed to the modem.
--mark
next prev parent reply other threads:[~2011-05-19 12:45 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-12 17:11 pm loss development Raffaele Recalcati
2011-05-12 17:11 ` [PATCH 1/4] export bus_kset Raffaele Recalcati
2011-05-12 17:11 ` Raffaele Recalcati
2011-05-12 19:28 ` Rafael J. Wysocki
2011-05-13 17:11 ` Davide Ciminaghi
2011-05-13 17:11 ` Davide Ciminaghi
2011-05-15 14:13 ` [linux-pm] " Davide Ciminaghi
2011-05-17 23:04 ` Rafael J. Wysocki
2011-05-17 23:04 ` Rafael J. Wysocki
2011-05-15 14:13 ` Davide Ciminaghi
2011-05-12 19:28 ` Rafael J. Wysocki
2011-05-12 17:11 ` [PATCH 2/4] PM / Loss: power loss management Raffaele Recalcati
2011-05-12 19:57 ` Rafael J. Wysocki
2011-05-13 13:02 ` Davide Ciminaghi
2011-05-13 13:02 ` Davide Ciminaghi
2011-05-17 23:32 ` Rafael J. Wysocki
2011-05-19 9:26 ` Davide Ciminaghi
2011-05-19 14:25 ` Alan Stern
2011-05-19 14:25 ` [linux-pm] " Alan Stern
2011-05-19 20:52 ` Rafael J. Wysocki
2011-05-19 20:52 ` Rafael J. Wysocki
2011-05-19 9:26 ` Davide Ciminaghi
2011-05-17 23:32 ` Rafael J. Wysocki
2011-05-12 19:57 ` Rafael J. Wysocki
2011-05-12 17:11 ` Raffaele Recalcati
2011-05-12 17:11 ` [PATCH 3/4] mmc: bus and block device drivers: support for pm_loss Raffaele Recalcati
2011-05-12 17:11 ` Raffaele Recalcati
2011-05-12 17:11 ` [PATCH 4/4] DaVinci: vpfe: " Raffaele Recalcati
2011-05-12 17:11 ` Raffaele Recalcati
2011-05-12 19:27 ` pm loss development Rafael J. Wysocki
2011-05-12 19:27 ` Rafael J. Wysocki
2011-05-13 6:39 ` Raffaele Recalcati
2011-05-13 6:39 ` Raffaele Recalcati
2011-05-13 16:54 ` Rafael J. Wysocki
2011-05-14 16:35 ` mark gross
2011-05-14 16:35 ` [linux-pm] " mark gross
2011-05-17 23:07 ` Rafael J. Wysocki
2011-05-18 3:12 ` mark gross
2011-05-18 19:43 ` Rafael J. Wysocki
2011-05-18 19:43 ` [linux-pm] " Rafael J. Wysocki
2011-05-18 22:17 ` Mark Brown
2011-05-18 22:17 ` Mark Brown
2011-05-19 12:45 ` mark gross [this message]
2011-05-19 12:45 ` mark gross
2011-06-02 22:21 ` Pavel Machek
2011-06-02 22:21 ` [linux-pm] " Pavel Machek
2011-06-14 14:06 ` mark gross
2011-06-14 14:06 ` [linux-pm] " mark gross
2011-06-14 14:36 ` Alan Cox
2011-06-14 14:36 ` [linux-pm] " Alan Cox
2011-05-18 3:12 ` mark gross
2011-05-17 23:07 ` Rafael J. Wysocki
2011-05-14 20:21 ` Raffaele Recalcati
2011-05-14 20:21 ` Raffaele Recalcati
2011-05-17 23:10 ` Rafael J. Wysocki
2011-05-17 23:10 ` Rafael J. Wysocki
2011-05-13 16:54 ` Rafael J. Wysocki
2011-05-14 18:53 ` Oliver Neukum
2011-05-14 18:53 ` [linux-pm] " Oliver Neukum
2011-05-14 20:34 ` Raffaele Recalcati
2011-05-17 23:06 ` Rafael J. Wysocki
2011-05-17 23:06 ` [linux-pm] " Rafael J. Wysocki
2011-05-14 20:34 ` Raffaele Recalcati
2011-05-14 16:24 ` mark gross
2011-05-14 16:24 ` [linux-pm] " mark gross
2011-05-14 20:30 ` Raffaele Recalcati
2011-05-14 20:30 ` [linux-pm] " Raffaele Recalcati
2011-05-14 23:33 ` mark gross
2011-05-14 23:33 ` [linux-pm] " mark gross
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=20110519124539.GA10262@gvim.org \
--to=markgross@thegnar.org \
--cc=davinci-linux-open-source@linux.davincidsp.com \
--cc=lamiaposta71@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=rjw@sisk.pl \
/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.