[PATCH v2] 8xx: Add support for the MPC852 based board from keymile.

Stephen Rothwell sfr at canb.auug.org.au
Tue Mar 18 18:33:20 EST 2008


Hi Heiko,

On Tue, 18 Mar 2008 08:13:06 +0100 Heiko Schocher <hs at denx.de> wrote:
>
> Stephen Rothwell wrote:
> > On Fri, 14 Mar 2008 10:24:30 +0100 Heiko Schocher <hs at denx.de> wrote:
> [...]
> >> +struct cpm_pin {
> >> +		int port, pin, flags;
> >> +};
> > 
> > I wish someone would consolidate all these definitions of cpm_pin.
> 
> Hmm... do you mean something like, moving this struct
> in cpm1.h and ...

Yes or somewhere else appropriate.

> >> +	for (i = 0; i < ARRAY_SIZE(mgsuvd_pins); i++) {
> >> +		struct cpm_pin *pin = &mgsuvd_pins[i];
> >> +		cpm1_set_pin(pin->port, pin->pin, pin->flags);
> >> +	}
> > 
> > And the code that uses them ...
> 
> making in arch/powerpc/sysdev/cpm1.c a function
> cpm1_setup_pins (struct cpm_pin *pins) ?

Yes.

This is not necessary for your patch, but would be a nice cleanup later.
N.B. this struct is alos used by users of cpm2_set_pin().

-- 
Cheers,
Stephen Rothwell                    sfr at canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20080318/6aed503b/attachment.pgp>


More information about the Linuxppc-dev mailing list