Re: [RFC/PATCHv4] powerpc: Move CPM command handling into the cpm drivers

2007-11-26 Thread Arnd Bergmann
On Monday 26 November 2007, Jochen Friedrich wrote: > This patch moves the CPM command handling into commproc.c > for CPM1 and cpm2_common.c. This is yet another preparation > to get rid of drivers accessing the CPM via the global cpmp. > > Signed-off-by: Jochen Friedrich <[EMAIL PROTECTED]> Acke

Re: [RFC/PATCHv4] powerpc: Move CPM command handling into the cpm drivers

2007-11-26 Thread Scott Wood
Jochen Friedrich wrote: > This patch moves the CPM command handling into commproc.c > for CPM1 and cpm2_common.c. This is yet another preparation > to get rid of drivers accessing the CPM via the global cpmp. > > Signed-off-by: Jochen Friedrich <[EMAIL PROTECTED]> Acked-by: Scott Wood <[EMAIL PRO

[RFC/PATCHv4] powerpc: Move CPM command handling into the cpm drivers

2007-11-26 Thread Jochen Friedrich
This patch moves the CPM command handling into commproc.c for CPM1 and cpm2_common.c. This is yet another preparation to get rid of drivers accessing the CPM via the global cpmp. Signed-off-by: Jochen Friedrich <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/commproc.c | 28 +++