Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1652239 > unrolled thread

linux-next: build failure after merge of the gpio tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2017-05-29 07:50 +0200
Last post2017-05-29 10:20 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  linux-next: build failure after merge of the gpio tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-05-29 07:50 +0200
    Re: linux-next: build failure after merge of the gpio tree Linus Walleij <linus.walleij@linaro.org> - 2017-05-29 10:20 +0200

#1652239 — linux-next: build failure after merge of the gpio tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-05-29 07:50 +0200
Subjectlinux-next: build failure after merge of the gpio tree
Message-ID<tMlIZ-3Wq-3@gated-at.bofh.it>
Hi Linus,

After merging the gpio tree, today's linux-next build (arm
orion5x_defconfig) failed like this:

drivers/gpio/gpio-mvebu.c:1062: undefined reference to `__devm_regmap_init_mmio_clk'
drivers/gpio/gpio-mvebu.c:1078: undefined reference to `__devm_regmap_init_mmio_clk'

Caused by commit

  2233bf7a92e7 ("gpio: mvebu: switch to regmap for register access")

Presumably a missing Kconfig dependency.  Yeah, CONFIG_REGMAP_MMIO is
not set for this build.

-- 
Cheers,
Stephen Rothwell

[toc] | [next] | [standalone]


#1652276

FromLinus Walleij <linus.walleij@linaro.org>
Date2017-05-29 10:20 +0200
Message-ID<tMo49-5yh-15@gated-at.bofh.it>
In reply to#1652239
On Mon, May 29, 2017 at 7:39 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> After merging the gpio tree, today's linux-next build (arm
> orion5x_defconfig) failed like this:
>
> drivers/gpio/gpio-mvebu.c:1062: undefined reference to `__devm_regmap_init_mmio_clk'
> drivers/gpio/gpio-mvebu.c:1078: undefined reference to `__devm_regmap_init_mmio_clk'
>
> Caused by commit
>
>   2233bf7a92e7 ("gpio: mvebu: switch to regmap for register access")
>
> Presumably a missing Kconfig dependency.  Yeah, CONFIG_REGMAP_MMIO is
> not set for this build.

Yup Gregory sent a patch for this, I applied it, will be there tomorrow.

Yours,
Linus Walleij

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web