commit | 3fd6d6ad73af90522321451a2d10b0a8967d47d1 | [log] [tgz] |
---|---|---|
author | Gary Bisson <gary.bisson@boundarydevices.com> | Mon Jan 02 19:20:22 2017 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Jan 03 09:26:21 2017 +0100 |
tree | b26983925e54ba538692032e40dcf52732d6f317 | |
parent | e566fc11ea76ec10a42fc92c5561ace4479770dd [diff] |
pinctrl: imx: use generic pinmux helpers for managing functions Now using function_desc structure instead of imx_pmx_func. Also leveraging generic functions to retrieve functions count/name/groups. The imx_free_funcs function can be removed since it is now handled by the core driver during unregister. Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>