Re: [PATCH 0/7 v5] OMAP3: clean up ASM sleep code

2010-12-18 Thread Jean Pihet
On Sat, Dec 18, 2010 at 12:22 AM, Nishanth Menon  wrote:
> Jean Pihet had written, on 12/17/2010 05:07 PM, the following:
>>
>> Hi Kevin,
>>
>> On Sat, Dec 18, 2010 at 12:02 AM, Kevin Hilman
>>  wrote:
>>>
>>> Hi Jean,
>>>
>>> jean.pi...@newoldbits.com writes:
>>>
 From: Jean Pihet 

 This patch only contains clean-ups and cosmetic changes,
 no functional change.

 Clean-up of the ASM sleep code, for better readability and
 easier maintenance.

 Applies on top of Nishant's latest idle path errata fixes step 2,
 cf. http://marc.info/?l=linux-omap&m=129139584919242&w=2
>>>
>>> Can you do one more spin of this series in order to collect the
>>> reviewed-by/tested-by tags posted, and address some of Nishanth's
>>> comments.  Since we are reaching a merge window deadline, I'll leave it
>>> to your discretion to decide which of Nishanth's suggestions to address
>>> now and which to address later.
>>
>> Sure I will post a new version tomorrow.
>> This will include some fixes after Nishant's comments. The rest can be
>> done later after we agree on the future changes.
>
> Sounds good to me as well.. the minor cleanups should be easy to do..
> will help with testing tomorrow on the new series if there are any
> functional changes. I will post out my revamped series as well 2morrow.

Ok I just re-sent the series as '[PATCH 0/7 v6] OMAP3: clean up ASM sleep code'.

Thanks!
Jean

>
>
> --
> Regards,
> Nishanth Menon
>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/7 v5] OMAP3: clean up ASM sleep code

2010-12-17 Thread Nishanth Menon

Jean Pihet had written, on 12/17/2010 05:07 PM, the following:

Hi Kevin,

On Sat, Dec 18, 2010 at 12:02 AM, Kevin Hilman
 wrote:

Hi Jean,

jean.pi...@newoldbits.com writes:


From: Jean Pihet 

This patch only contains clean-ups and cosmetic changes,
no functional change.

Clean-up of the ASM sleep code, for better readability and
easier maintenance.

Applies on top of Nishant's latest idle path errata fixes step 2,
cf. http://marc.info/?l=linux-omap&m=129139584919242&w=2

Can you do one more spin of this series in order to collect the
reviewed-by/tested-by tags posted, and address some of Nishanth's
comments.  Since we are reaching a merge window deadline, I'll leave it
to your discretion to decide which of Nishanth's suggestions to address
now and which to address later.

Sure I will post a new version tomorrow.
This will include some fixes after Nishant's comments. The rest can be
done later after we agree on the future changes.

Sounds good to me as well.. the minor cleanups should be easy to do..
will help with testing tomorrow on the new series if there are any 
functional changes. I will post out my revamped series as well 2morrow.



--
Regards,
Nishanth Menon
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/7 v5] OMAP3: clean up ASM sleep code

2010-12-17 Thread Jean Pihet
Hi Kevin,

On Sat, Dec 18, 2010 at 12:02 AM, Kevin Hilman
 wrote:
> Hi Jean,
>
> jean.pi...@newoldbits.com writes:
>
>> From: Jean Pihet 
>>
>> This patch only contains clean-ups and cosmetic changes,
>> no functional change.
>>
>> Clean-up of the ASM sleep code, for better readability and
>> easier maintenance.
>>
>> Applies on top of Nishant's latest idle path errata fixes step 2,
>> cf. http://marc.info/?l=linux-omap&m=129139584919242&w=2
>
> Can you do one more spin of this series in order to collect the
> reviewed-by/tested-by tags posted, and address some of Nishanth's
> comments.  Since we are reaching a merge window deadline, I'll leave it
> to your discretion to decide which of Nishanth's suggestions to address
> now and which to address later.
Sure I will post a new version tomorrow.
This will include some fixes after Nishant's comments. The rest can be
done later after we agree on the future changes.

Thanks,
Jean

>
> Kevin
>
>> Jean Pihet (7):
>>   OMAP2+: use global values for the SRAM PA addresses
>>   OMAP3: remove hardcoded values from the ASM sleep code
>>   OMAP3: re-organize the ASM sleep code
>>   OMAP3: rework of the ASM sleep code execution paths
>>   OMAP3: add comments for low power code errata
>>   OMAP3: ASM sleep code format rework
>>   OMAP3: remove unused code from the ASM sleep code
>>
>>  arch/arm/mach-omap2/control.c          |    9 +-
>>  arch/arm/mach-omap2/control.h          |    2 +
>>  arch/arm/mach-omap2/pm.h               |    1 -
>>  arch/arm/mach-omap2/pm34xx.c           |    4 +-
>>  arch/arm/mach-omap2/sdrc.h             |    1 -
>>  arch/arm/mach-omap2/sleep34xx.S        |  724 
>> +---
>>  arch/arm/plat-omap/include/plat/sram.h |   11 +
>>  arch/arm/plat-omap/sram.c              |    7 +-
>>  8 files changed, 413 insertions(+), 346 deletions(-)
>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/7 v5] OMAP3: clean up ASM sleep code

2010-12-17 Thread Kevin Hilman
Hi Jean,

jean.pi...@newoldbits.com writes:

> From: Jean Pihet 
>
> This patch only contains clean-ups and cosmetic changes,
> no functional change.
>
> Clean-up of the ASM sleep code, for better readability and
> easier maintenance.
>
> Applies on top of Nishant's latest idle path errata fixes step 2,
> cf. http://marc.info/?l=linux-omap&m=129139584919242&w=2

Can you do one more spin of this series in order to collect the
reviewed-by/tested-by tags posted, and address some of Nishanth's
comments.  Since we are reaching a merge window deadline, I'll leave it
to your discretion to decide which of Nishanth's suggestions to address
now and which to address later.

Kevin

> Jean Pihet (7):
>   OMAP2+: use global values for the SRAM PA addresses
>   OMAP3: remove hardcoded values from the ASM sleep code
>   OMAP3: re-organize the ASM sleep code
>   OMAP3: rework of the ASM sleep code execution paths
>   OMAP3: add comments for low power code errata
>   OMAP3: ASM sleep code format rework
>   OMAP3: remove unused code from the ASM sleep code
>
>  arch/arm/mach-omap2/control.c  |9 +-
>  arch/arm/mach-omap2/control.h  |2 +
>  arch/arm/mach-omap2/pm.h   |1 -
>  arch/arm/mach-omap2/pm34xx.c   |4 +-
>  arch/arm/mach-omap2/sdrc.h |1 -
>  arch/arm/mach-omap2/sleep34xx.S|  724 
> +---
>  arch/arm/plat-omap/include/plat/sram.h |   11 +
>  arch/arm/plat-omap/sram.c  |7 +-
>  8 files changed, 413 insertions(+), 346 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 0/7 v5] OMAP3: clean up ASM sleep code

2010-12-17 Thread jean . pihet
From: Jean Pihet 

This patch only contains clean-ups and cosmetic changes,
no functional change.

Clean-up of the ASM sleep code, for better readability and
easier maintenance.

Applies on top of Nishant's latest idle path errata fixes step 2,
cf. http://marc.info/?l=linux-omap&m=129139584919242&w=2

Jean Pihet (7):
  OMAP2+: use global values for the SRAM PA addresses
  OMAP3: remove hardcoded values from the ASM sleep code
  OMAP3: re-organize the ASM sleep code
  OMAP3: rework of the ASM sleep code execution paths
  OMAP3: add comments for low power code errata
  OMAP3: ASM sleep code format rework
  OMAP3: remove unused code from the ASM sleep code

 arch/arm/mach-omap2/control.c  |9 +-
 arch/arm/mach-omap2/control.h  |2 +
 arch/arm/mach-omap2/pm.h   |1 -
 arch/arm/mach-omap2/pm34xx.c   |4 +-
 arch/arm/mach-omap2/sdrc.h |1 -
 arch/arm/mach-omap2/sleep34xx.S|  724 +---
 arch/arm/plat-omap/include/plat/sram.h |   11 +
 arch/arm/plat-omap/sram.c  |7 +-
 8 files changed, 413 insertions(+), 346 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html