[PATCH v2] pinctrl: Add STM32F746 MCU support
Linus Walleij
linus.walleij at linaro.org
Wed Jul 6 05:43:12 PDT 2016
On Wed, Jul 6, 2016 at 11:46 AM, Alexandre TORGUE
<alexandre.torgue at st.com> wrote:
> This patch which adds STM32F746 pinctrl and GPIO support, relies on the
> generic STM32 pinctrl driver.
>
> Signed-off-by: Maxime Coquelin <mcoquelin.stm32 at gmail.com>
> Signed-off-by: Alexandre TORGUE <alexandre.torgue at st.com>
(...)
> +static struct platform_driver stm32f746_pinctrl_driver = {
> + .probe = stm32_pctl_probe,
> + .driver = {
> + .name = "stm32f746-pinctrl",
> + .of_match_table = stm32f746_pctrl_match,
> + },
> +};
> +
> +static int __init stm32f746_pinctrl_init(void)
> +{
> + return platform_driver_register(&stm32f746_pinctrl_driver);
> +}
> +device_initcall(stm32f746_pinctrl_init);
Please use builtin_platform_driver() for this.
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list