Re: [PATCHv3 1/2] [POWERPC] CPM2: Implement GPIO LIB API on CPM2 Freescale SoC.
From: Kumar Gala <hidden>
Date: 2008-07-18 15:28:54
From: Kumar Gala <hidden>
Date: 2008-07-18 15:28:54
On Jun 18, 2008, at 12:08 PM, Laurent Pinchart wrote:
+#if defined(CONFIG_CPM2) || defined(CONFIG_8xx_GPIO)
+
+struct cpm2_ioports {
+ u32 dir, par, sor, odr, dat;
+ u32 res[3];
+};
+is this really common for both CPM2 and 8xx? if so why the name? - k