From: Olof Johansson <olof@lixom.net>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org,
Arnd Bergmann <arnd@arndb.de>, Andy Gross <andy.gross@linaro.org>,
linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH] bus: qcom-ebi2: depend on HAS_IOMEM
Date: Sun, 2 Oct 2016 22:24:29 -0700 [thread overview]
Message-ID: <20161003052429.GB5655@localhost> (raw)
In-Reply-To: <1475445239-25006-1-git-send-email-linus.walleij@linaro.org>
On Sun, Oct 02, 2016 at 11:53:59PM +0200, Linus Walleij wrote:
> After being asked to not depend on ARCH_QCOM* or similar,
> unsurprisingly compilation fails on UM as it has no I/O
> memory:
>
> drivers/built-in.o: In function `qcom_ebi2_probe':
> >> drivers/bus/qcom-ebi2.c:333: undefined reference to
> `devm_ioremap_resource'
>
> Fix this by letting the Kconfig atleast depend on HAS_IOMEM.
>
> Reported-by: kbuild test robot <fengguang.wu@intel.com>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: Andy Gross <andy.gross@linaro.org>
> Cc: linux-arm-msm@vger.kernel.org
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> ARM SoC maintainers: please apply this directly on the offending
> branch, or line it up for v4.9 fixes.
Applied to next/drivers. A Fixes: tag could have been nice, but it was
easy to find where the offender was.
-Olof
WARNING: multiple messages have this Message-ID (diff)
From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] bus: qcom-ebi2: depend on HAS_IOMEM
Date: Sun, 2 Oct 2016 22:24:29 -0700 [thread overview]
Message-ID: <20161003052429.GB5655@localhost> (raw)
In-Reply-To: <1475445239-25006-1-git-send-email-linus.walleij@linaro.org>
On Sun, Oct 02, 2016 at 11:53:59PM +0200, Linus Walleij wrote:
> After being asked to not depend on ARCH_QCOM* or similar,
> unsurprisingly compilation fails on UM as it has no I/O
> memory:
>
> drivers/built-in.o: In function `qcom_ebi2_probe':
> >> drivers/bus/qcom-ebi2.c:333: undefined reference to
> `devm_ioremap_resource'
>
> Fix this by letting the Kconfig atleast depend on HAS_IOMEM.
>
> Reported-by: kbuild test robot <fengguang.wu@intel.com>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Cc: Andy Gross <andy.gross@linaro.org>
> Cc: linux-arm-msm at vger.kernel.org
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> ARM SoC maintainers: please apply this directly on the offending
> branch, or line it up for v4.9 fixes.
Applied to next/drivers. A Fixes: tag could have been nice, but it was
easy to find where the offender was.
-Olof
next prev parent reply other threads:[~2016-10-03 5:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-02 21:53 [PATCH] bus: qcom-ebi2: depend on HAS_IOMEM Linus Walleij
2016-10-02 21:53 ` Linus Walleij
2016-10-03 5:24 ` Olof Johansson [this message]
2016-10-03 5:24 ` Olof Johansson
2016-10-03 19:04 ` Stephen Boyd
2016-10-03 19:04 ` Stephen Boyd
2016-10-04 9:22 ` Arnd Bergmann
2016-10-04 9:22 ` Arnd Bergmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161003052429.GB5655@localhost \
--to=olof@lixom.net \
--cc=andy.gross@linaro.org \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.