Re: [PATCHv4] cpm2: Implement GPIO LIB API on CPM2 Freescale SoC.
From: Kumar Gala <hidden>
Date: 2008-07-28 12:42:47
From: Kumar Gala <hidden>
Date: 2008-07-28 12:42:47
On Jul 28, 2008, at 3:43 AM, Laurent Pinchart wrote:
Based on earlier work by Laurent Pinchart. This patch implement GPIO LIB support for the CPM2 GPIOs. Signed-off-by: Jochen Friedrich <jochen@scram.de> Cc: Laurent Pinchart <redacted> --- 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(-)
applied. - k