[PATCH] pinctrl: implement pinctrl deferred probing

Linus Walleij linus.walleij at linaro.org
Wed Apr 11 04:35:34 EDT 2012


On Tue, Apr 10, 2012 at 5:36 PM, Stephen Warren <swarren at wwwdotorg.org> wrote:

>> @@ -521,8 +521,11 @@ static int add_setting(struct pinctrl *p, struct pinctrl_map const *map)
>>               dev_err(p->dev, "unknown pinctrl device %s in map entry",
>>                       map->ctrl_dev_name);
>
> Perhaps this dev_err (and the one in the other hunk) should be
> downgraded to warn/info/debug?

I've downgraded to dev_info() for now (see v2), I suspect people may have some
problems with deferred probing ATM so better log something for them. Later we
may set it to dev_dbg() if it looks too noisy...

Thanks,
Linus Walleij



More information about the linux-arm-kernel mailing list