[PATCH v3 1/2] pinctrl: add MVF600 pinctrl driver
Shawn Guo
shawn.guo at linaro.org
Sun May 19 23:51:59 EDT 2013
On 20 May 2013 11:32, Shawn Guo <shawn.guo at linaro.org> wrote:
>> +static struct imx_pinctrl_soc_info mvf600_pinctrl_info = {
>> + .pins = mvf600_pinctrl_pads,
>> + .npins = ARRAY_SIZE(mvf600_pinctrl_pads),
>> + .flags = ZERO_OFFSET_VALID | SHARE_MUX_CONF_REG,
>
> The flags should be introduced in the same patch where they are used
> in the first place.
>
I just found what you need to do is just to reverse the patch order,
having this patch be the second one.
Shawn
More information about the linux-arm-kernel
mailing list