Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1448618
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] pinctrl: bcm: add OF dependencies |
| Date | 2016-07-22 16:50 +0200 |
| Message-ID | <rXJW2-75u-9@gated-at.bofh.it> (permalink) |
| References | <rVi3U-31K-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Jul 15, 2016 at 10:29 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> Building without CONFIG_OF gives us these warnings for the broadcom
> pinctrl drivers:
>
> drivers/pinctrl/bcm/pinctrl-nsp-mux.c:356:20: error: 'pinconf_generic_dt_node_to_map_group' undeclared here (not in a function)
> drivers/pinctrl/bcm/pinctrl-cygnus-mux.c:739:20: error: 'pinconf_generic_dt_node_to_map_group' undeclared here (not in a function)
>
> The function is only available when CONFIG_OF is set, so we should add
> a Kconfig dependency for both drivers.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> Fixes: cc4fa83f66e9 ("pinctrl: nsp: add pinmux driver support for Broadcom NSP SoC")
Patch applied.
Yours,
Linus Walleij
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] pinctrl: bcm: add OF dependencies Arnd Bergmann <arnd@arndb.de> - 2016-07-15 22:40 +0200 Re: [PATCH] pinctrl: bcm: add OF dependencies Linus Walleij <linus.walleij@linaro.org> - 2016-07-22 16:50 +0200
csiph-web