All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] ARM925/OMAP updates and console device chaining.
@ 2003-08-29 22:14 Woodruff, Richard
  2003-08-30  0:11 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Woodruff, Richard @ 2003-08-29 22:14 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

I was hoping to get comments on the device chaining aspect.  I put this
together quickly with that more central in my mind.  So ...? (later I did
notice that there were 4 c++ comments in there also).

I can break up the 925/omap bits.  I have a couple critical fixes to add
anyway.

Best Regards,

Richard Woodruff

> -----Original Message-----
> From: Wolfgang Denk [mailto:wd at denx.de] 
> Sent: Friday, August 29, 2003 5:07 PM
> To: Woodruff, Richard
> Cc: 'u-boot-users at lists.sourceforge.net'
> Subject: Re: [U-Boot-Users] [PATCH] ARM925/OMAP updates and 
> console device chaining. 
> 
> 
> In message 
> <FD2AC9A020DDD51194710008C7089B200BEE2301@dlee17.itg.ti.com> 
> you wrote:
> >
> > This patch adds a few updates for the ARM925/OMAP boards.
> >  - DSP idle routine (I call from board specific code).
> >  - cache flush implemented so lib_arm/cache.c is not just a place 
> > holder.
> >  - header file updates.
> > It also adds support for having multiple devices called as 
> part of your
> > console (if you install them).  There is also a handy 
> CCACHE addition to the
> > makefile which can speed up compilations a if you have 
> ccache on your
> > machine. ... I have also included the nand fix which I 
> submitted a little
> > while ago.
> 
> Please split into separate (orthogonal) parts.
> 
> Please make extensions (multiple device support) configurable.
> 
> Also:
> 
> Please do not use C++ comments.
> 
> Please use proper indentation (TABs).
> 
> Please do not add trailing white space.
> 
> Please exclude  the  ccache  part,  as  this  tool  is  not  
> commonly available.
> 
> 
> Patch rejected.
> 
> 
> Best regards,
> 
> Wolfgang Denk
> 
> -- 
> Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
> Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
> "A witty saying proves nothing."                           - Voltaire
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot-Users] [PATCH] ARM925/OMAP updates and console device chaining.
  2003-08-29 22:14 [U-Boot-Users] [PATCH] ARM925/OMAP updates and console device chaining Woodruff, Richard
@ 2003-08-30  0:11 ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2003-08-30  0:11 UTC (permalink / raw)
  To: u-boot

Dear Richard,

in message <FD2AC9A020DDD51194710008C7089B200BEE2335@dlee17.itg.ti.com> you wrote:
> 
> I was hoping to get comments on the device chaining aspect.  I put this

Detlev Zundel send two comments to the list. I agree with him.

> I can break up the 925/omap bits.  I have a couple critical fixes to add
> anyway.

Thanks.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot-Users] [PATCH] ARM925/OMAP updates and console device chaining.
  2003-08-23  0:54 Woodruff, Richard
@ 2003-08-29 22:06 ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2003-08-29 22:06 UTC (permalink / raw)
  To: u-boot

In message <FD2AC9A020DDD51194710008C7089B200BEE2301@dlee17.itg.ti.com> you wrote:
>
> This patch adds a few updates for the ARM925/OMAP boards.
>  - DSP idle routine (I call from board specific code).
>  - cache flush implemented so lib_arm/cache.c is not just a place holder.
>  - header file updates.
> It also adds support for having multiple devices called as part of your
> console (if you install them).  There is also a handy CCACHE addition to the
> makefile which can speed up compilations a if you have ccache on your
> machine. ... I have also included the nand fix which I submitted a little
> while ago.

Please split into separate (orthogonal) parts.

Please make extensions (multiple device support) configurable.

Also:

Please do not use C++ comments.

Please use proper indentation (TABs).

Please do not add trailing white space.

Please exclude  the  ccache  part,  as  this  tool  is  not  commonly
available.


Patch rejected.


Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
"A witty saying proves nothing."                           - Voltaire

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot-Users] [PATCH] ARM925/OMAP updates and console device chaining.
@ 2003-08-23  0:54 Woodruff, Richard
  2003-08-29 22:06 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Woodruff, Richard @ 2003-08-23  0:54 UTC (permalink / raw)
  To: u-boot

Hello,

This patch adds a few updates for the ARM925/OMAP boards.
 - DSP idle routine (I call from board specific code).
 - cache flush implemented so lib_arm/cache.c is not just a place holder.
 - header file updates.
It also adds support for having multiple devices called as part of your
console (if you install them).  There is also a handy CCACHE addition to the
makefile which can speed up compilations a if you have ccache on your
machine. ... I have also included the nand fix which I submitted a little
while ago.

Regards,

Richard Woodruff.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: dev_925.changelog
Type: application/octet-stream
Size: 292 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20030822/30080a6b/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dev_925.diff
Type: application/octet-stream
Size: 28764 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20030822/30080a6b/attachment-0001.obj 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-08-30  0:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-29 22:14 [U-Boot-Users] [PATCH] ARM925/OMAP updates and console device chaining Woodruff, Richard
2003-08-30  0:11 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2003-08-23  0:54 Woodruff, Richard
2003-08-29 22:06 ` Wolfgang Denk

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.