Re: [U-Boot] [PATCH ARM] updates the at91 main_clock calculation

2010-02-17 Thread Tom
Daniel Gorsulowski wrote: > Am 16.02.2010 16:23, schrieb Tom: >> Daniel Gorsulowski wrote: >>> Jens Scharsig wrote: * updates the conditional main_clock calculation (if AT91_MAIN_CLOCK defined) to c structure SoC access * add need register flags Signed-off-by: Jens

Re: [U-Boot] [PATCH ARM] updates the at91 main_clock calculation

2010-02-17 Thread Jens Scharsig
Daniel Gorsulowski wrote: >>> Jens Scharsig wrote: > soft_i2c.c: In function 'send_reset': > soft_i2c.c:103: warning: unused variable 'pio' --snip-- > soft_i2c.c: In function 'read_byte': > soft_i2c.c:259: warning: unused variable 'pio' There are two ways to define I2C_ macros: gpio or direct

Re: [U-Boot] [PATCH ARM] updates the at91 main_clock calculation

2010-02-17 Thread Daniel Gorsulowski
Am 16.02.2010 16:23, schrieb Tom: > Daniel Gorsulowski wrote: >> Jens Scharsig wrote: >>> * updates the conditional main_clock calculation (if AT91_MAIN_CLOCK >>> defined) to c structure SoC access >>> * add need register flags >>> >>> >>> Signed-off-by: Jens Scharsig >>> --- >>> cpu/arm926ejs

Re: [U-Boot] [PATCH ARM] updates the at91 main_clock calculation

2010-02-16 Thread Tom
Daniel Gorsulowski wrote: > Jens Scharsig wrote: >> * updates the conditional main_clock calculation (if AT91_MAIN_CLOCK >> defined) to c structure SoC access >> * add need register flags >> >> >> Signed-off-by: Jens Scharsig >> --- >> cpu/arm926ejs/at91/clock.c |7 --- >> in

Re: [U-Boot] [PATCH ARM] updates the at91 main_clock calculation

2010-02-15 Thread Daniel Gorsulowski
Jens Scharsig wrote: > * updates the conditional main_clock calculation (if AT91_MAIN_CLOCK > defined) to c structure SoC access > * add need register flags > > > Signed-off-by: Jens Scharsig > --- > cpu/arm926ejs/at91/clock.c |7 --- > include/asm-arm/arch-at91/at91_pmc.h

[U-Boot] [PATCH ARM] updates the at91 main_clock calculation

2010-02-14 Thread Jens Scharsig
* updates the conditional main_clock calculation (if AT91_MAIN_CLOCK defined) to c structure SoC access * add need register flags Signed-off-by: Jens Scharsig --- cpu/arm926ejs/at91/clock.c |7 --- include/asm-arm/arch-at91/at91_pmc.h |3 +++ 2 files changed, 7 insertio