Re: [PATCH 03/11] powerpc/mpc5121: Add machine restart support

2010-01-25 Thread Anatolij Gustschin
On Wed, 20 Jan 2010 12:28:43 +0100 Wolfram Sang wrote: > > +static void __iomem *reset_module_base; > > type here also? Ok. > > + > > +static int __init mpc512x_restart_init(void) > > +{ > > + struct device_node *np; > > + > > + np = of_find_compatible_node(NULL, NULL, "fsl,mpc5121-reset")

Re: [PATCH 03/11] powerpc/mpc5121: Add machine restart support

2010-01-20 Thread Wolfram Sang
On Tue, Jan 19, 2010 at 09:24:05PM +0100, Anatolij Gustschin wrote: > Add reset module registers representation and > machine restart callback for mpc5121 platform. > > Signed-off-by: Piotr Ziecik > Signed-off-by: Wolfgang Denk > Signed-off-by: Anatolij Gustschin > Cc: Grant Likely > Cc: John

[PATCH 03/11] powerpc/mpc5121: Add machine restart support

2010-01-19 Thread Anatolij Gustschin
Add reset module registers representation and machine restart callback for mpc5121 platform. Signed-off-by: Piotr Ziecik Signed-off-by: Wolfgang Denk Signed-off-by: Anatolij Gustschin Cc: Grant Likely Cc: John Rigby --- arch/powerpc/include/asm/mpc5xxx.h| 14 +- arch/po