Re: [PATCH 8/8] pinctrl: qcom: ssbi: Family A gpio & mpp drivers

From: Ivan T. Ivanov
Date: Wed Jun 24 2015 - 04:17:37 EST


Hi Bjorn,

On Wed, 2015-06-17 at 23:47 -0700, Bjorn Andersson wrote:
> This introduces pinctrl drivers for gpio and mpp blocks found in family A
> PMICs.
>
> +
> +static struct platform_driver pm8xxx_gpio_driver = {
> + .driver = {
> + .name = "pm8xxx_gpio",

Name of the SPMI based GPIO PMIC driver is "qcom-spmi-gpio".

You know, all of the PMIC's are PM8..something. Could we have
SSBI in the name of this one?

> + .of_match_table = pm8xxx_gpio_of_match,
> + },
> + .probe = pm8xxx_gpio_probe,
> + .remove = pm8xxx_gpio_remove,
> +};
> +
> +module_platform_driver(pm8xxx_gpio_driver);
> +
> +MODULE_AUTHOR("Bjorn Andersson andersson@xxxxxxxxxxxxxx>");
> +MODULE_DESCRIPTION("Qualcomm PM8xxx GPIO driver");

And the same of MPP driver.

Regards,
Ivan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/