pinctrl: pinctrl-imx: fix map setting problem if NO_PAD_CTL is set
authorHui Wang <jason77.wang@gmail.com>
Wed, 20 Jun 2012 10:13:47 +0000 (18:13 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 3 Jul 2012 19:51:08 +0000 (21:51 +0200)
commit18071610677fc491a226fa6d5471c89a26ce670d
treef83b998237f11acec3bd5afb3efa6b7717037284
parent27e8461cd5906921f6faac5bcf7a6753600062d5
pinctrl: pinctrl-imx: fix map setting problem if NO_PAD_CTL is set

new_map is allocated according to map_num instead of grp->npins,
if a pin or some pins of a group has NO_PAD_CTL property, the map_num
and the grp->npin are different definitely.

When we set mapping information to the new_map[], we should skip those
pins with NO_PAD_CTL from index, otherwise it is possible the driver
will aceesss to a unallocated region.

Acked-by: Dong Aisheng <dong.aisheng@linaro.org>
Cc: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Hui Wang <jason77.wang@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-imx.c
This page took 0.03311 seconds and 5 git commands to generate.