commit | a68fdca9b0447a0e7a85ee378510509be8b70d90 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Thu Feb 14 17:36:56 2013 +0100 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Fri Mar 15 13:33:39 2013 +0100 |
tree | 2818288e43d82e8c6c7f829775800da3b59c3930 | |
parent | 17dffe48d18f9c31ba7499af385e10bc02d7c7d9 [diff] |
sh-pfc: Use pinmux identifiers in the pin muxing API The PFC core exposes a sh_pfc_config_gpio() function that configures pinmuxing for a given GPIO (either a real GPIO or a function GPIO). Handling of real and function GPIOs belong to the GPIO layer, move the GPIO number to mark translation to the caller and rename the function to sh_pfc_config_mux(). Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Linus Walleij <linus.walleij@linaro.org>