Re: [U-Boot] [PATCH ARM 1/3] s3c24x0 code style changes

2010-01-04 Thread Scott Wood
On Tue, Dec 15, 2009 at 10:51:14PM +0100, Wolfgang Denk wrote: > Dear Scott Wood, > > In message <4b27faf1.1070...@freescale.com> you wrote: > > > > Yes, as part of the set of patches in the custodian tree. Why introduce > > conflicts by targetting an older tree? What if the new patch depends o

Re: [U-Boot] [PATCH ARM 1/3] s3c24x0 code style changes

2009-12-15 Thread Wolfgang Denk
Dear Scott Wood, In message <4b27faf1.1070...@freescale.com> you wrote: > > Yes, as part of the set of patches in the custodian tree. Why introduce > conflicts by targetting an older tree? What if the new patch depends on > previous patches that have gone into the custodian branch? Custodians

Re: [U-Boot] [PATCH ARM 1/3] s3c24x0 code style changes

2009-12-15 Thread Scott Wood
Wolfgang Denk wrote: > Dear Scott Wood, > > In message <20091215201449.ga4...@loki.buserror.net> you wrote: >> I don't follow -- why can't people base patches on the tree they're >> expecting them to be applied to? > > In the end, people expect to have their patches applied to mainline, > which m

Re: [U-Boot] [PATCH ARM 1/3] s3c24x0 code style changes

2009-12-15 Thread Wolfgang Denk
Dear Scott Wood, In message <20091215201449.ga4...@loki.buserror.net> you wrote: > > I don't follow -- why can't people base patches on the tree they're > expecting them to be applied to? In the end, people expect to have their patches applied to mainline, which means "master" or "next", right? A

Re: [U-Boot] [PATCH ARM 1/3] s3c24x0 code style changes

2009-12-15 Thread Scott Wood
On Tue, Dec 15, 2009 at 01:15:17PM +0100, Wolfgang Denk wrote: > Dear "kevin.morf...@fearnside-systems.co.uk", > > In message <4b2548eb.4000...@fearnside-systems.co.uk> you wrote: > > Cleans up the s3c24x0 header files by changing the upper case members > > of the s3c24x0 register structures to lo

Re: [U-Boot] [PATCH ARM 1/3] s3c24x0 code style changes

2009-12-15 Thread Wolfgang Denk
Dear "kevin.morf...@fearnside-systems.co.uk", In message <4b2548eb.4000...@fearnside-systems.co.uk> you wrote: > Cleans up the s3c24x0 header files by changing the upper case members > of the s3c24x0 register structures to lower case and changing all code > that uses these register structures. >

[U-Boot] [PATCH ARM 1/3] s3c24x0 code style changes

2009-12-13 Thread kevin.morf...@fearnside-systems.co.uk
Cleans up the s3c24x0 header files by changing the upper case members of the s3c24x0 register structures to lower case and changing all code that uses these register structures. Signed-off-by: Kevin Morfitt --- The patches are based on the u-boot-samsung repository. checkpatch reports no errors