Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-07 Thread Daniel Mack
On Thu, May 07, 2009 at 11:02:34PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > > Can you please run a "git show 24e37645" again? > > > > To me it seems that this commit > > > > - removed the usage of UP2OCR from board/delta/delta.c > > but also > > - added the usage of UP2OCR to the new fil

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:00 Thu 07 May , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090507203647.ga3...@game.jcrosoft.org> you wrote: > > On 12:48 Tue 05 May , Daniel Mack wrote: > > > U-Boot does not currently build for PXA platforms with USB support > > > enabled. This

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-07 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090507203647.ga3...@game.jcrosoft.org> you wrote: > On 12:48 Tue 05 May , Daniel Mack wrote: > > U-Boot does not currently build for PXA platforms with USB support > > enabled. This is due to commit 24e37645e7378b20fa8f20e2996c8fb8e9 > > whi

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:48 Tue 05 May , Daniel Mack wrote: > U-Boot does not currently build for PXA platforms with USB support > enabled. This is due to commit 24e37645e7378b20fa8f20e2996c8fb8e9 > which introduced the usage of UP2OCR without defining it. unfortunatly it's the invert this commit remove it pleas

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-05 Thread Wolfgang Denk
Dear Daniel Mack, In message <20090505103623.ge22...@buzzloop.caiaq.de> you wrote: > > > No, I disagree. I don't care at all about any out-of-tree ports that > > might exist anywhere. I will not waste any thoughts about the > > eventual possibility that changes to the mainline U-Boot co

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-05 Thread Markus Klotzbücher
On Tue, May 05, 2009 at 12:16:06PM +0200, Daniel Mack wrote: > On Tue, May 05, 2009 at 12:58:57AM +0200, Wolfgang Denk wrote: > > > the usb driver use the same file for supporting all the PXA > > > and as it's store in a generic header. We must define the register only > > > the specific pxa versio

[U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-05 Thread Daniel Mack
U-Boot does not currently build for PXA platforms with USB support enabled. This is due to commit 24e37645e7378b20fa8f20e2996c8fb8e9 which introduced the usage of UP2OCR without defining it. Signed-off-by: Daniel Mack Cc: Markus Klotzbuecher --- include/asm-arm/arch-pxa/pxa-regs.h |4

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-05 Thread Daniel Mack
On Tue, May 05, 2009 at 12:28:33PM +0200, Wolfgang Denk wrote: > > That's not the point. I for myself won't bring my board support into > > U-Boot's mainline (at least not now) because that would help nobody as > > nobody except for me has the hardware the code was written for. And I > > guess I'm

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-05 Thread Wolfgang Denk
Dear Daniel Mack, In message <20090505101606.gd22...@buzzloop.caiaq.de> you wrote: > > Correct. It does not build anymore. Another possibility is to revert the > commit which caused the trouble and make Markus Klotzbuecher fix it in a > way Jean-Christophe PLAGNIOL-VILLARD likes. We will not do t

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-05 Thread Daniel Mack
On Tue, May 05, 2009 at 12:58:57AM +0200, Wolfgang Denk wrote: > > the usb driver use the same file for supporting all the PXA > > and as it's store in a generic header. We must define the register only > > the specific pxa version and when the same register could mean differents > > things dependi

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:58 Tue 05 May , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090504224128.gf13...@game.jcrosoft.org> you wrote: > > > > > > > U-Boot does not currently build for PXA platforms with USB support > > > > > enabled. This is due to commit 24e37645e7378b20fa8

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-04 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090504224128.gf13...@game.jcrosoft.org> you wrote: > > > > > U-Boot does not currently build for PXA platforms with USB support > > > > enabled. This is due to commit 24e37645e7378b20fa8f20e2996c8fb8e9 > > > > which introduced the usage of UP2OC

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:40 Mon 04 May , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090504120514.gd25...@game.jcrosoft.org> you wrote: > > On 12:34 Mon 04 May , Daniel Mack wrote: > > > U-Boot does not currently build for PXA platforms with USB support > > > enabled. This

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-04 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090504120514.gd25...@game.jcrosoft.org> you wrote: > On 12:34 Mon 04 May , Daniel Mack wrote: > > U-Boot does not currently build for PXA platforms with USB support > > enabled. This is due to commit 24e37645e7378b20fa8f20e2996c8fb8e9 > > wh

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-04 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:34 Mon 04 May , Daniel Mack wrote: > U-Boot does not currently build for PXA platforms with USB support > enabled. This is due to commit 24e37645e7378b20fa8f20e2996c8fb8e9 > which introduced the usage of UP2OCR without defining it. > > Signed-off-by: Daniel Mack > Cc: Markus Klotzbueche

Re: [U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-04 Thread Markus Klotzbücher
On Mon, May 04, 2009 at 12:34:01PM +0200, Daniel Mack wrote: > U-Boot does not currently build for PXA platforms with USB support > enabled. This is due to commit 24e37645e7378b20fa8f20e2996c8fb8e9 > which introduced the usage of UP2OCR without defining it. > > Signed-off-by: Daniel Mack > Cc: Ma

[U-Boot] [PATCH] ARM: unbreak PXA build by defining UP2OCR

2009-05-04 Thread Daniel Mack
U-Boot does not currently build for PXA platforms with USB support enabled. This is due to commit 24e37645e7378b20fa8f20e2996c8fb8e9 which introduced the usage of UP2OCR without defining it. Signed-off-by: Daniel Mack Cc: Markus Klotzbuecher --- include/asm-arm/arch-pxa/pxa-regs.h |1 + 1 f