Quoting Sebastian Capella (2013-08-30 11:42:30)
> Quoting Pavel Machek (2013-08-30 04:35:33)
> > On Mon 2013-08-26 10:40:50, Sebastian Capella wrote:
> > > Quoting Pavel Machek (2013-08-25 08:38:11)
> > > > Is the allocation actually neccessary? At the very least thi
Quoting Pavel Machek (2013-08-30 04:35:33)
> On Mon 2013-08-26 10:40:50, Sebastian Capella wrote:
> > Quoting Pavel Machek (2013-08-25 08:38:11)
> > > Is the allocation actually neccessary? At the very least this should
> > > test for NULL...
> >
> > name
Expand the existing documentation to explicitly list the options for
resuming a hibernation image, including the manual resume option which
can be used from the initrd or initramfs and the kernel init resume.
Signed-off-by: Sebastian Capella
Cc: Rob Landley
Cc: Len Brown
Cc: Pavel Machek
Cc
same syntax as the resume=device
parameter, we can parse the resume=device in the init script and
use the resume device directly from the kernel command line.
Signed-off-by: Sebastian Capella
Cc: Len Brown
Cc: Pavel Machek
Cc: "Rafael J. Wysocki"
---
kernel/power/hib
Patchset related to hibernation resume: one enhancement to make the use
of an existing file more general and one documentation update.
Both patches are based on the 3.11-rc6 tag. This was tested on a
Pandaboard with partial hibernation support, and compiled on x86.
Further testing is needed on o
Apologies for my previous top post reply...
Quoting Pavel Machek (2013-08-25 08:38:11)
> Is the allocation actually neccessary? At the very least this should
> test for NULL...
Thanks Pavel! I'll add the check for NULL.
name_to_dev_t expects a non-const name, but the buffer passed in
is const.
well. By allowing
> > /sys/debug/resume to accept the same syntax as the resume=device
> > parameter, we can parse the resume=device in the init script and
> > use the resume device directly from the kernel command line.
> >
> > Signed-off-by: Sebastian Capella
&g
Expand the existing documentation to explicitly list the options for
resuming a hibernation image, including the manual resume option which
can be used from the initrd or initramfs and the kernel init resume.
Signed-off-by: Sebastian Capella
---
Documentation/power/swsusp.txt | 15
Patchset related to hibernation resume: one enhancement to make the use
of an existing file more general and one documentation update.
Both patches are based on the 3.11-rc6 tag. This was tested on a
Pandaboard with partial hibernation support, and compiled on x86.
Further testing is needed on o
same syntax as the resume=device
parameter, we can parse the resume=device in the init script and
use the resume device directly from the kernel command line.
Signed-off-by: Sebastian Capella
---
kernel/power/hibernate.c | 14 +-
1 file changed, 9 insertions(+), 5 deletions(-)
diff --
Hi,
I haven't heard back from anyone regarding my last request. If there are
no objections, I'll go ahead and publish this patch to LKML and LAKML.
Thanks,
Sebastian
On 29 May 2013 07:37, Sebastian Capella wrote:
> Hi Guys,
>
> Sorry, I think the conversation went prett
n for all of your time.
Sebastian
On 22 May 2013 11:51, Sebastian Capella wrote:
> Quoting Dave Martin (2013-05-22 11:22:36)
> > Currently not. This partly depends on whether the target residency is
> > supposed to be a hint about the rough order of magnitude of the expected
> &g
Quoting Dave Martin (2013-05-22 11:22:36)
> Currently not. This partly depends on whether the target residency is
> supposed to be a hint about the rough order of magnitude of the expected
> idle period, or whether it's supposed to be a strict contract.
>
> In effect, I think it's a hint which st
Thanks Liviu!
Some comments below..
Quoting Liviu Dudau (2013-05-21 10:15:42)
> ... Which side of the interface are you actually thinking of?
Both, I'm really just trying to understand the problem.
> I don't think there is any C-state other than simple idle (which
> translates into an WFI for t
Hi Nico, Liviu, Catalin,
Do you expect there to also be cases where the PSCI interface may
not be aware of all of the platform states?
Eg. if you have an SOC, not all of the cstates and latencies are
directly related to the ARM core.. Maybe you can have
additional states and latencies accounting
avior? Wouldn't it be worse to
migrate to a lower c-state then we had intended?
Thanks,
Sebastian
On 15 May 2013 10:07, Jon Medhurst (Tixy) wrote:
> On Wed, 2013-05-15 at 09:49 -0700, Sebastian Capella wrote:
> > Thanks Daniel!
> >
> > Liviu,
> >
> > I have b
Lezcano wrote:
> On 05/15/2013 05:24 PM, Liviu Dudau wrote:
> > Hi Sebastian,
> >
> > On Mon, May 13, 2013 at 07:53:42PM +0100, Sebastian Capella wrote:
> >> Pass residency information to the mcpm_cpu_suspend. The information
> >> is taken from the t
maintained in the device tree and the vendor specific
handling will then have enough information to determine what power state to
enter without needing additional changes to the big_little framework.
Signed-off-by: Sebastian Capella
---
drivers/cpuidle/arm_big_little.c |6 --
1 file changed
. Would someone be able to help
verify this change on TC2?
Thanks!
Sebastian
Sebastian Capella (1):
cpuidle: arm_big_little: route target residency to mcpm
drivers/cpuidle/arm_big_little.c |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
--
1.7.9.5
to help
verify this change on TC2?
Thanks!
Sebastian
Sebastian Capella (1):
cpuidle: arm_big_little: route target residency to mcpm
drivers/cpuidle/arm_big_little.c |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
--
1.7.9.5
maintained in the device tree and the vendor specific
handling will then have enough information to determine what power state to
enter without needing additional changes to the big_little framework.
Signed-off-by: Sebastian Capella
---
drivers/cpuidle/arm_big_little.c |6 --
1 file changed
Hi Sanjay,
Also, clock tree dump (using powerdebug -dc) does not show the clock info
anymore with this change.
Thanks,
Sebastian
On 7 May 2013 15:05, Sebastian Capella wrote:
> The original clock display in powerdebug would expand and collapse
> subtrees in the clock heirarchy usi
The original clock display in powerdebug would expand and collapse subtrees
in the clock heirarchy using the enter key. If we continue along the lines
you're following, you'll want to override the actions in clock_select to do
nothing as they're currently trying to expand the subtree which is caus
23 matches
Mail list logo