public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] da8xx
@ 2009-11-05  2:46 Tom
  2009-11-05  9:32 ` Nick Thompson
  0 siblings, 1 reply; 2+ messages in thread
From: Tom @ 2009-11-05  2:46 UTC (permalink / raw)
  To: u-boot

The v4 is looking good.
No regressions on MAKEALL arm

Are there any outstanding issues besides needing lowercase variable names and 
the pin multiplex dependency ?

Tom

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] da8xx
  2009-11-05  2:46 [U-Boot] da8xx Tom
@ 2009-11-05  9:32 ` Nick Thompson
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Thompson @ 2009-11-05  9:32 UTC (permalink / raw)
  To: u-boot

Tom wrote:
> The v4 is looking good.
> No regressions on MAKEALL arm
> 
> Are there any outstanding issues besides needing lowercase variable names and 
> the pin multiplex dependency ?
> 
> Tom

Sekhar Nori over at TI was kind enough to review this for me prior to submission.
The only outstanding question was whether clk_get() should be used by the rest of
DaVinci as well as DA8xx.

The answer is probably yes, but this implementation relies on the C structure
register overlays, which DaVinci devices do not yet use. Changing DaVinci is
outside the remit of adding DA8xx support I believe.

One question relating to lower case variable names. You said:

> > +#define PINMUX	&DAVINCI_SYSCFG_REGS->pinmux
> > +
>
> Lowercase variables
> Apply globally.

These are not true variables, but #defines. Is it considered okay to use lowercase
in this kind of situation? I would be happier with lowercase, I admit.

I would have preferred to use static "const" variables, but of coursse C doesn't
allow those to be used in static assignments as they are not really constant. Bah.

Thanks,
Nick.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-05  9:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-05  2:46 [U-Boot] da8xx Tom
2009-11-05  9:32 ` Nick Thompson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox