Re: [PATCH 4/9] cpm2: Add cpm2_set_pin().

2007-09-04 Thread Vitaly Bordug
On Tue, 28 Aug 2007 15:19:24 -0500 Scott Wood wrote: > This provides a generic way for board code to set up CPM pins, rather > than directly poking magic values into registers. > Please provide more info either here or somewhere in Documentation/, or inside the code at least. We're adding new ut

[PATCH 4/9] cpm2: Add cpm2_set_pin().

2007-08-28 Thread Scott Wood
This provides a generic way for board code to set up CPM pins, rather than directly poking magic values into registers. Signed-off-by: Scott Wood <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/cpm2_common.c | 33 + include/asm-powerpc/cpm2.h|9 +