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

2007-11-24 Thread Arnd Bergmann
On Saturday 24 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. good stuff, just a little nitpicking below: > +DEFINE_SPIN

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

2007-11-24 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 | 27 +++