Re: [PATCHv4] cpm2: Implement GPIO LIB API on CPM2 Freescale SoC.
From: Kumar Gala <hidden>
Date: 2008-07-25 17:42:35
From: Kumar Gala <hidden>
Date: 2008-07-25 17:42:35
On Jul 24, 2008, at 11:00 AM, Laurent Pinchart wrote:
This patch implement GPIO LIB support for the CPM2 GPIOs. The code can also be used for CPM1 GPIO port E, as both cores are compatible at the register level. Based on earlier work by Jochen Friedrich. Signed-off-by: Laurent Pinchart <redacted> Cc: Jochen Friedrich <jochen@scram.de> --- arch/powerpc/platforms/Kconfig | 2 + arch/powerpc/sysdev/cpm2.c | 11 ++++ arch/powerpc/sysdev/cpm_common.c | 123 +++++++++++++++++++++++++++++ +++++++++ include/asm-powerpc/cpm.h | 3 + 4 files changed, 139 insertions(+), 0 deletions(-)
I'm having similar mailer issues with this patch. - k