Re: [PATCH 7/7] omap3: make coresight register save across OFF modes a sysfs option

2010-09-23 Thread Tony Lindgren
* Cousson, Benoit [100904 01:49]: > > These patches are still using static virtual to physical mapping in > io.h, shouldn't we take the opportunity of this series to fix that > and use ioremap instead? Hmm, well the amba device should ioremap, but we need the virt address for sleep34xx.S also.

Re: [PATCH 7/7] omap3: make coresight register save across OFF modes a sysfs option

2010-09-04 Thread Cousson, Benoit
Hi Tony, On 8/6/2010 2:47 PM, Tony Lindgren wrote: * Alexander Shishkin [100806 15:30]: On Sun, Jul 25, 2010 at 08:05:20 +0300, Alexander Shishkin wrote: This adds a sysfs file at /sys/power/coresight_save which is used to control if the ETM and debug components' states should be saved and re

Re: [PATCH 7/7] omap3: make coresight register save across OFF modes a sysfs option

2010-08-06 Thread Tony Lindgren
* Alexander Shishkin [100806 15:30]: > On Sun, Jul 25, 2010 at 08:05:20 +0300, Alexander Shishkin wrote: > > This adds a sysfs file at /sys/power/coresight_save which is used to > > control if the ETM and debug components' states should be saved and > > restored across OFF modes. > > The non-omap

Re: [PATCH 7/7] omap3: make coresight register save across OFF modes a sysfs option

2010-08-06 Thread Alexander Shishkin
On Sun, Jul 25, 2010 at 08:05:20 +0300, Alexander Shishkin wrote: > This adds a sysfs file at /sys/power/coresight_save which is used to > control if the ETM and debug components' states should be saved and > restored across OFF modes. The non-omap patches are merged to Russell's tree, so these th

[PATCH 7/7] omap3: make coresight register save across OFF modes a sysfs option

2010-07-25 Thread Alexander Shishkin
This adds a sysfs file at /sys/power/coresight_save which is used to control if the ETM and debug components' states should be saved and restored across OFF modes. Signed-off-by: Alexander Shishkin Cc: Tony Lindgren Cc: Russell King Cc: Paul Walmsley Cc: Kevin Hilman Cc: linux-omap@vger.kerne