OSDN Git Service

pinctrl: uniphier: widen all pinconf-derived arguments to u32
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 4 Aug 2017 04:01:25 +0000 (13:01 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 14 Aug 2017 13:01:03 +0000 (15:01 +0200)
commit37f92c18a2d68d8bd6058f54eea0daab4cb00e98
tree8b628e50ac776fc81809ad73aadb2982a16e2c1d
parentf547b3de907d45683fc4ff15315e11cb0a3df32d
pinctrl: uniphier: widen all pinconf-derived arguments to u32

Since commit 58957d2edfa1 ("pinctrl: Widen the generic pinconf argument
from 16 to 24 bits"), the generic pinconf arguments are handled by u32.

UniPhier pinctrl drivers do not support debouncing, so u16 is working,
but align the argument type to u32 for consistency.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/uniphier/pinctrl-uniphier-core.c