On Wed, May 6, 2009 at 2:15 PM, Wolfgang Denk <w...@denx.de> wrote: > From: Piotr Ziecik <ko...@semihalf.com> > > Signed-off-by: Piotr Ziecik <ko...@semihalf.com> > Signed-off-by: Wolfgang Denk <w...@denx.de> > Cc: Grant Likely <grant.lik...@secretlab.ca> > Cc: John Rigby <jcri...@gmail.com>
No patch description. I would also like to see this patch merged with the actual user of it since it is so small. > --- > arch/powerpc/include/asm/mpc512x.h | 13 +++++++++++++ > 1 files changed, 13 insertions(+), 0 deletions(-) > > diff --git a/arch/powerpc/include/asm/mpc512x.h > b/arch/powerpc/include/asm/mpc512x.h > index c48a165..ea50d8d 100644 > --- a/arch/powerpc/include/asm/mpc512x.h > +++ b/arch/powerpc/include/asm/mpc512x.h > @@ -16,6 +16,19 @@ > #ifndef __ASM_POWERPC_MPC512x_H__ > #define __ASM_POWERPC_MPC512x_H__ > > +/* MPC512x Reset module registers */ > +struct mpc512x_reset_module { > + u32 rcwlr; /* Reset Configuration Word Low Register */ > + u32 rcwhr; /* Reset Configuration Word High Register */ > + u32 reserved1; > + u32 reserved2; > + u32 rsr; /* Reset Status Register */ > + u32 rmr; /* Reset Mode Register */ > + u32 rpr; /* Reset Protection Register */ > + u32 rcr; /* Reset Control Register */ > + u32 rcer; /* Reset Control Enable Register */ > +} __attribute__ ((__packed__)); __attribute__((__packed__)); is unnecessary. g. -- Grant Likely, B.Sc., P.Eng. Secret Lab Technologies Ltd. _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev