linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] 82xx: Add the support for Wind River SBC PowerQUICCII
@ 2007-07-16  9:01 Mark Zhan
  2007-07-17  0:44 ` Vitaly Bordug
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Zhan @ 2007-07-16  9:01 UTC (permalink / raw)
  To: paulus, linuxppc-dev

These 3 patches add the powerpc support of Wind River SBC PowerQUICCII.

1) Currently, some mpc82xx platform hooks in mpc82xx_ads.c are actually not specific to ads board. So the 1st patch 
makes them be shared by different 82xx boards.

2) The 2nd patch make 'cpm_uart_of_init' be able to parse SMC uart in DTS

3) The 3rd patch is the platform codes, defconfig and dts for Wind River SBC PowerQUICCII 82xx board.

Any comment is welcome.

Thanks
Mark Zhan

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

* Re: [PATCH 0/3] 82xx: Add the support for Wind River SBC PowerQUICCII
  2007-07-16  9:01 [PATCH 0/3] 82xx: Add the support for Wind River SBC PowerQUICCII Mark Zhan
@ 2007-07-17  0:44 ` Vitaly Bordug
  2007-07-17  5:25   ` Mark Zhan
  0 siblings, 1 reply; 4+ messages in thread
From: Vitaly Bordug @ 2007-07-17  0:44 UTC (permalink / raw)
  To: Mark Zhan; +Cc: linuxppc-dev, paulus

On Mon, 16 Jul 2007 17:01:28 +0800
Mark Zhan wrote:

> These 3 patches add the powerpc support of Wind River SBC
> PowerQUICCII.
> 
I am sorry, but this would intercept with big 8xx/82xx series from 
Scott Wood I am reviewing now. it makes the initial merged code
more maintainable and powerpc-friendly, but would have some rework
required in upcoming patches for new BSPs.

OTOH, it would make all the changes below very short and apparent.
Of course, if something would block those series this one can be considered to merge.


> 1) Currently, some mpc82xx platform hooks in mpc82xx_ads.c are
> actually not specific to ads board. So the 1st patch makes them be
> shared by different 82xx boards.
> 
> 2) The 2nd patch make 'cpm_uart_of_init' be able to parse SMC uart in
> DTS
> 
> 3) The 3rd patch is the platform codes, defconfig and dts for Wind
> River SBC PowerQUICCII 82xx board.
> 
> Any comment is welcome.
> 
> Thanks
> Mark Zhan
> 
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev


-- 
Sincerely, Vitaly

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

* Re: [PATCH 0/3] 82xx: Add the support for Wind River SBC PowerQUICCII
  2007-07-17  0:44 ` Vitaly Bordug
@ 2007-07-17  5:25   ` Mark Zhan
  2007-07-17  6:41     ` Vitaly Bordug
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Zhan @ 2007-07-17  5:25 UTC (permalink / raw)
  To: Vitaly Bordug; +Cc: linuxppc-dev, paulus

Hi Vitaly,

When you will send out your 8xx/82xx series patches?

Thanks
Mark Zhan
On Tue, 2007-07-17 at 04:44 +0400, Vitaly Bordug wrote:
> On Mon, 16 Jul 2007 17:01:28 +0800
> Mark Zhan wrote:
> 
> > These 3 patches add the powerpc support of Wind River SBC
> > PowerQUICCII.
> > 
> I am sorry, but this would intercept with big 8xx/82xx series from 
> Scott Wood I am reviewing now. it makes the initial merged code
> more maintainable and powerpc-friendly, but would have some rework
> required in upcoming patches for new BSPs.
> 
> OTOH, it would make all the changes below very short and apparent.
> Of course, if something would block those series this one can be considered to merge.
> 
> 
> > 1) Currently, some mpc82xx platform hooks in mpc82xx_ads.c are
> > actually not specific to ads board. So the 1st patch makes them be
> > shared by different 82xx boards.
> > 
> > 2) The 2nd patch make 'cpm_uart_of_init' be able to parse SMC uart in
> > DTS
> > 
> > 3) The 3rd patch is the platform codes, defconfig and dts for Wind
> > River SBC PowerQUICCII 82xx board.
> > 
> > Any comment is welcome.
> > 
> > Thanks
> > Mark Zhan
> > 
> > _______________________________________________
> > Linuxppc-dev mailing list
> > Linuxppc-dev@ozlabs.org
> > https://ozlabs.org/mailman/listinfo/linuxppc-dev
> 
> 

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

* Re: [PATCH 0/3] 82xx: Add the support for Wind River SBC PowerQUICCII
  2007-07-17  5:25   ` Mark Zhan
@ 2007-07-17  6:41     ` Vitaly Bordug
  0 siblings, 0 replies; 4+ messages in thread
From: Vitaly Bordug @ 2007-07-17  6:41 UTC (permalink / raw)
  To: Mark Zhan; +Cc: linuxppc-dev, paulus

On Tue, 17 Jul 2007 13:25:03 +0800
Mark Zhan wrote:

> Hi Vitaly,
> 
> When you will send out your 8xx/82xx series patches?
> 
As I mentioned, they are not mine but Scott's. And should appear shortly according to him...

> Thanks
> Mark Zhan
> On Tue, 2007-07-17 at 04:44 +0400, Vitaly Bordug wrote:
> > On Mon, 16 Jul 2007 17:01:28 +0800
> > Mark Zhan wrote:
> > 
> > > These 3 patches add the powerpc support of Wind River SBC
> > > PowerQUICCII.
> > > 
> > I am sorry, but this would intercept with big 8xx/82xx series from 
> > Scott Wood I am reviewing now. it makes the initial merged code
> > more maintainable and powerpc-friendly, but would have some rework
> > required in upcoming patches for new BSPs.
> > 
> > OTOH, it would make all the changes below very short and apparent.
> > Of course, if something would block those series this one can be
> > considered to merge.
> > 
> > 
> > > 1) Currently, some mpc82xx platform hooks in mpc82xx_ads.c are
> > > actually not specific to ads board. So the 1st patch makes them be
> > > shared by different 82xx boards.
> > > 
> > > 2) The 2nd patch make 'cpm_uart_of_init' be able to parse SMC
> > > uart in DTS
> > > 
> > > 3) The 3rd patch is the platform codes, defconfig and dts for Wind
> > > River SBC PowerQUICCII 82xx board.
> > > 
> > > Any comment is welcome.
> > > 
> > > Thanks
> > > Mark Zhan
> > > 
> > > _______________________________________________
> > > Linuxppc-dev mailing list
> > > Linuxppc-dev@ozlabs.org
> > > https://ozlabs.org/mailman/listinfo/linuxppc-dev
> > 
> > 


-- 
Sincerely, Vitaly

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

end of thread, other threads:[~2007-07-17  6:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-16  9:01 [PATCH 0/3] 82xx: Add the support for Wind River SBC PowerQUICCII Mark Zhan
2007-07-17  0:44 ` Vitaly Bordug
2007-07-17  5:25   ` Mark Zhan
2007-07-17  6:41     ` Vitaly Bordug

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).