diff mbox

omap: Register pandaboard for uncompress traces

Message ID 1278409027-13767-1-git-send-email-s-jan@ti.com
State Accepted
Headers show

Commit Message

Sebastien Jan July 6, 2010, 9:37 a.m. UTC
Register the pandaboard into arch_decomp_setup() to get the
decompressions traces.

Signed-off-by: Sebastien Jan <s-jan@ti.com>
---
 arch/arm/plat-omap/include/plat/uncompress.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Bryan Wu July 6, 2010, 9:49 a.m. UTC | #1
On 07/06/2010 05:37 PM, Sebastien Jan wrote:
> Register the pandaboard into arch_decomp_setup() to get the
> decompressions traces.
>
> Signed-off-by: Sebastien Jan<s-jan@ti.com>

Looks reasonable to me
Acked-by: Bryan Wu <bryan.wu@canonical.com>

But there should be a space between your name and email in S-O-B line.

> ---
>   arch/arm/plat-omap/include/plat/uncompress.h |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/plat-omap/include/plat/uncompress.h b/arch/arm/plat-omap/include/plat/uncompress.h
> index 81d9ec5..30411b0 100644
> --- a/arch/arm/plat-omap/include/plat/uncompress.h
> +++ b/arch/arm/plat-omap/include/plat/uncompress.h
> @@ -157,6 +157,7 @@ static inline void __arch_decomp_setup(unsigned long arch_id)
>
>   		/* omap4 based boards using UART3 */
>   		DEBUG_LL_OMAP4(3, omap_4430sdp);
> +		DEBUG_LL_OMAP4(3, omap4_panda);
>
>   		/* zoom2/3 external uart */
>   		DEBUG_LL_ZOOM(omap_zoom2);
Tim Gardner July 6, 2010, 12:54 p.m. UTC | #2
On 07/06/2010 03:49 AM, Bryan Wu wrote:
> On 07/06/2010 05:37 PM, Sebastien Jan wrote:
>> Register the pandaboard into arch_decomp_setup() to get the
>> decompressions traces.
>>
>> Signed-off-by: Sebastien Jan<s-jan@ti.com>
>
> Looks reasonable to me
> Acked-by: Bryan Wu<bryan.wu@canonical.com>
>
> But there should be a space between your name and email in S-O-B line.
>
>> ---
>>    arch/arm/plat-omap/include/plat/uncompress.h |    1 +
>>    1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/plat-omap/include/plat/uncompress.h b/arch/arm/plat-omap/include/plat/uncompress.h
>> index 81d9ec5..30411b0 100644
>> --- a/arch/arm/plat-omap/include/plat/uncompress.h
>> +++ b/arch/arm/plat-omap/include/plat/uncompress.h
>> @@ -157,6 +157,7 @@ static inline void __arch_decomp_setup(unsigned long arch_id)
>>
>>    		/* omap4 based boards using UART3 */
>>    		DEBUG_LL_OMAP4(3, omap_4430sdp);
>> +		DEBUG_LL_OMAP4(3, omap4_panda);
>>
>>    		/* zoom2/3 external uart */
>>    		DEBUG_LL_ZOOM(omap_zoom2);
>

Applied after fixing Windoze mangling. Isn't this a Linux project?

rtg@lochsa:/usr3/ubuntu/ubuntu-maverick$ scripts/checkpatch.pl 
~/tmp/omap4.eml
ERROR: DOS line endings
#73: FILE: arch/arm/plat-omap/include/plat/uncompress.h:160:
+^I^IDEBUG_LL_OMAP4(3, omap4_panda);^M$

total: 1 errors, 0 warnings, 7 lines checked

/home/rtg/tmp/omap4.eml has style problems, please review.  If any of 
these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
Sebastien Jan July 6, 2010, 1:05 p.m. UTC | #3
On 07/06/2010 02:54 PM, Tim Gardner wrote:
> On 07/06/2010 03:49 AM, Bryan Wu wrote:
>> On 07/06/2010 05:37 PM, Sebastien Jan wrote:
>>> Register the pandaboard into arch_decomp_setup() to get the
>>> decompressions traces.
>>>
>>> Signed-off-by: Sebastien Jan<s-jan@ti.com>
>>
>> Looks reasonable to me
>> Acked-by: Bryan Wu<bryan.wu@canonical.com>
>>
>> But there should be a space between your name and email in S-O-B line.
>>
>>> ---
>>>    arch/arm/plat-omap/include/plat/uncompress.h |    1 +
>>>    1 files changed, 1 insertions(+), 0 deletions(-)
>>>
>>> diff --git a/arch/arm/plat-omap/include/plat/uncompress.h b/arch/arm/plat-omap/include/plat/uncompress.h
>>> index 81d9ec5..30411b0 100644
>>> --- a/arch/arm/plat-omap/include/plat/uncompress.h
>>> +++ b/arch/arm/plat-omap/include/plat/uncompress.h
>>> @@ -157,6 +157,7 @@ static inline void __arch_decomp_setup(unsigned long arch_id)
>>>
>>>    		/* omap4 based boards using UART3 */
>>>    		DEBUG_LL_OMAP4(3, omap_4430sdp);
>>> +		DEBUG_LL_OMAP4(3, omap4_panda);
>>>
>>>    		/* zoom2/3 external uart */
>>>    		DEBUG_LL_ZOOM(omap_zoom2);
>>
> 
> Applied after fixing Windoze mangling. Isn't this a Linux project?
> 
> rtg@lochsa:/usr3/ubuntu/ubuntu-maverick$ scripts/checkpatch.pl 
> ~/tmp/omap4.eml
> ERROR: DOS line endings
> #73: FILE: arch/arm/plat-omap/include/plat/uncompress.h:160:
> +^I^IDEBUG_LL_OMAP4(3, omap4_panda);^M$
> 
> total: 1 errors, 0 warnings, 7 lines checked

That's strange, my .patch file passes checkpatch.pl --strict and was sent with 
git send-email. Not sure about what happened there...

Thanks for fixing.
diff mbox

Patch

diff --git a/arch/arm/plat-omap/include/plat/uncompress.h b/arch/arm/plat-omap/include/plat/uncompress.h
index 81d9ec5..30411b0 100644
--- a/arch/arm/plat-omap/include/plat/uncompress.h
+++ b/arch/arm/plat-omap/include/plat/uncompress.h
@@ -157,6 +157,7 @@  static inline void __arch_decomp_setup(unsigned long arch_id)
 
 		/* omap4 based boards using UART3 */
 		DEBUG_LL_OMAP4(3, omap_4430sdp);
+		DEBUG_LL_OMAP4(3, omap4_panda);
 
 		/* zoom2/3 external uart */
 		DEBUG_LL_ZOOM(omap_zoom2);