Re: [U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-22 Thread Stefan Roese
On Wednesday 22 July 2009 13:08:30 Wolfgang Denk wrote: > Please do me (and yourself, and us all) a favour and just read the > rules, and then follow them, instead of wasting our all time. I'm pretty sure that I'm doing at least some developers a favour, in discussing this issue. It's annoying no

Re: [U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-22 Thread Wolfgang Denk
Dear Stefan Roese, In message <200907221312.17644...@denx.de> you wrote: > > Your version is 10 lines long, ours is 5. That twice as long. I still prefer > our version and think this kind of personal freedom should be allowed. Nobody attempts to restrict yoru thoughts or preferences. But you wa

Re: [U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-22 Thread Stefan Roese
On Wednesday 22 July 2009 13:05:56 Wolfgang Denk wrote: > I don't understand what's so difficult about it; just indent by TABs: > > struct ppc4xx_config ppc4xx_config_val[] = { > { > "133", > "CPU: 133 PLB: 133 OPB: 66 EBC: 44 PCI: 44/66", > { >

Re: [U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-22 Thread Wolfgang Denk
Dear Stefan Roese, In message <200907221257.30824...@denx.de> you wrote: > > Fuck Ack. But: This has nothing to do with the problem we are discussing > here. > I was talking about alignment and not indentation. Do you want to forbid > people use alignment at all? Please do me (and yourself, an

Re: [U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-22 Thread Wolfgang Denk
Dear Matthias Fuchs, In message <200907221214.25935.matthias.fu...@esd.eu> you wrote: > > > The braces should be indented by TABs. > Can you please post a suggestion you you would like to this these > lines indented. When I try to replace the spaces by TABs, the code > looks very ugly and unreada

Re: [U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-22 Thread Stefan Roese
On Wednesday 22 July 2009 12:34:44 Wolfgang Denk wrote: > > > Indentation is not done by TABs, but by TABs + spaces, and this is > > > wrong. > > > > Why should this be wrong? This alignment looks better IMHO. Please allow > > the developers a little bit of freedom. > > "Documentation/CodingStyle":

Re: [U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-22 Thread Wolfgang Denk
Dear Stefan Roese, In message <200907221147.25539...@denx.de> you wrote: > > > Indentation is not done by TABs, but by TABs + spaces, and this is > > wrong. > > Why should this be wrong? This alignment looks better IMHO. Please allow the > developers a little bit of freedom. "Documentation/Codi

Re: [U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-22 Thread Matthias Fuchs
Dear Wolfgang, On Wednesday 22 July 2009 11:41, Wolfgang Denk wrote: > Dear Stefan Roese, > > In message <200907220936.55822...@denx.de> you wrote: > > Hi Wolfgang, > > > > On Wednesday 22 July 2009 09:26:09 Wolfgang Denk wrote: > > > > +struct ppc4xx_config ppc4xx_config_val[] = { > > > > + > >

Re: [U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-22 Thread Wolfgang Denk
Dear Matthias Fuchs, In message <200907221024.33607.matthias.fu...@esd.eu> you wrote: > On Wednesday 22 July 2009 09:26, Wolfgang Denk wrote: > > Dear Matthias Fuchs, > > > > In message <12481717431327-git-send-email-matthias.fu...@esd.eu> you wrote: > > > patch v2: > > > - coding style cleanup

Re: [U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-22 Thread Stefan Roese
On Wednesday 22 July 2009 11:41:45 Wolfgang Denk wrote: > > > Indentation by TAB , please. > > > > I don't see a problem here. The code is aligned to the lines above via > > spaces (< 8 spaces). Example: > > The braces should be indented by TABs. > > > { 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x

Re: [U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-22 Thread Wolfgang Denk
Dear Stefan Roese, In message <200907220936.55822...@denx.de> you wrote: > Hi Wolfgang, > > On Wednesday 22 July 2009 09:26:09 Wolfgang Denk wrote: > > > +struct ppc4xx_config ppc4xx_config_val[] = { > > > + > > > + { "133", "CPU: 133 PLB: 133 OPB: 66 EBC: 44 PCI: 44/66", > > > + { 0x19, 0x00,

Re: [U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-22 Thread Stefan Roese
On Wednesday 22 July 2009 10:24:33 Matthias Fuchs wrote: > On Wednesday 22 July 2009 09:26, Wolfgang Denk wrote: > > Dear Matthias Fuchs, > > > > In message <12481717431327-git-send-email-matthias.fu...@esd.eu> you wrote: > > > patch v2: > > > - coding style cleanup > > > - added CONFIG_PHY1_A

Re: [U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-22 Thread Matthias Fuchs
On Wednesday 22 July 2009 09:26, Wolfgang Denk wrote: > Dear Matthias Fuchs, > > In message <12481717431327-git-send-email-matthias.fu...@esd.eu> you wrote: > > patch v2: > > - coding style cleanup > > - added CONFIG_PHY1_ADDR > > patch v3: > > - refactor PLL reconfiguration code > >

Re: [U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-22 Thread Stefan Roese
On Wednesday 22 July 2009 10:23:11 Matthias Fuchs wrote: > > > Indentation by TAB , please. > > > > I don't see a problem here. The code is aligned to the lines above via > > spaces (< 8 spaces). Example: > > > > { 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, > > 0x00, 0x00, 0x00,

Re: [U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-22 Thread Matthias Fuchs
On Wednesday 22 July 2009 09:36, Stefan Roese wrote: > Hi Wolfgang, > > On Wednesday 22 July 2009 09:26:09 Wolfgang Denk wrote: > > > +struct ppc4xx_config ppc4xx_config_val[] = { > > > + > > > + { "133", "CPU: 133 PLB: 133 OPB: 66 EBC: 44 PCI: 44/66", > > > + { 0x19, 0x00, 0x00, 0x00, 0x00, 0x0

Re: [U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-22 Thread Stefan Roese
Hi Wolfgang, On Wednesday 22 July 2009 09:26:09 Wolfgang Denk wrote: > > +struct ppc4xx_config ppc4xx_config_val[] = { > > + > > + { "133", "CPU: 133 PLB: 133 OPB: 66 EBC: 44 PCI: 44/66", > > + { 0x19, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, > > + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

Re: [U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-22 Thread Wolfgang Denk
Dear Matthias Fuchs, In message <12481717431327-git-send-email-matthias.fu...@esd.eu> you wrote: > patch v2: > - coding style cleanup > - added CONFIG_PHY1_ADDR > patch v3: > - refactor PLL reconfiguration code > - beautify some one-line-functions > patch v4: > - remo

[U-Boot] [PATCH V5] ppc4xx: Add 405EP based PMC405DE board

2009-07-21 Thread Matthias Fuchs
patch v2: - coding style cleanup - added CONFIG_PHY1_ADDR patch v3: - refactor PLL reconfiguration code - beautify some one-line-functions patch v4: - remove 'sbe' command - add CONFIG_CMD_CHIP_CONFIG support - use ppc4xx_gpio struct for GPIO