Re: [PATCH 2/2] pinmux: add a driver for the U300 pinmux

From: Barry Song
Date: Sat Oct 08 2011 - 05:38:09 EST


> +static void __init u300_pmx_dumpregs(struct u300_pmx *upmx)
> +{
> + Â Â Â u16 regval;
> + Â Â Â int i;
> +
> + Â Â Â for (i = 0; i < ARRAY_SIZE(u300_pmx_registers); i++) {
> + Â Â Â Â Â Â Â regval = readw(upmx->virtbase + u300_pmx_registers[i]);
> + Â Â Â Â Â Â Â dev_info(upmx->dev, "PMX%u: 0x%04x\n", i, regval);
> + Â Â Â }
> +}
> +

is this a debug information or do you want it to be in mainline?

-barry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/