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