Re: [PATCH 1/2] pinctrl: sh-pfc: enable to indicate GPSR/IPSR/MOD_SEL for debug

From: Kuninori Morimoto
Date: Thu Mar 17 2016 - 20:38:20 EST



Hi Laurent, Geert

> > struct pinmux_cfg_reg {
> > + const char *name;
>
> This will increase the kernel size, I would remove the name field when
> compiling the kernel in non-debug mode. You could use CONFIG_DYNAMIC_DEBUG or
> CONFIG_DEBUG_PINCTRL.

OK, [1/2] patch is not a big deal.
I'm happy if [2/2] was accepted.