Re: [U-Boot] [PATCH 2/9 V3] add c structures for SoC access

2010-01-31 Thread Jens Scharsig
Tom wrote: >> > > I was expecting this patch to convert existing #define's to c struct's > I was not expecting it to add new features. > The features should be broken out into their own patch. > Specifically at91_matrix > > These are significant enough changes that you should > append a copyright

Re: [U-Boot] [PATCH 2/9 V3] add c structures for SoC access

2010-01-30 Thread Tom
Jens Scharsig wrote: > * add's c structures for SoC access to pheriperials head files > * add's missing pheriperials head files (new SoC) > > Signed-off-by: Jens Scharsig > --- > include/asm-arm/arch-at91/at91_matrix.h | 125 > +++ > include/asm-arm/arch-at91/at91_p

[U-Boot] [PATCH 2/9 V3] add c structures for SoC access

2010-01-23 Thread Jens Scharsig
* add's c structures for SoC access to pheriperials head files * add's missing pheriperials head files (new SoC) Signed-off-by: Jens Scharsig --- include/asm-arm/arch-at91/at91_matrix.h | 125 +++ include/asm-arm/arch-at91/at91_pdc.h| 41 + include/