From: William Breathitt Gray <vilhelm.gray@gmail.com>
To: Patrick Havelange <patrick.havelange@essensium.com>,
Jonathan.Cameron@huawei.com
Cc: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/1] counter/ftm-quaddec: Add missing dependencies in Kconfig
Date: Wed, 5 Jun 2019 00:11:15 +0900 [thread overview]
Message-ID: <20190604151034.GA12804@icarus> (raw)
In-Reply-To: <20190604140326.12295-1-patrick.havelange@essensium.com>
On Tue, Jun 04, 2019 at 04:03:26PM +0200, Patrick Havelange wrote:
> This driver uses devm_ioremap and of* functions. This fixes a
> linking failure with e.g. ARCH=um.
>
> Reported-by: kbuild test robot <lkp@intel.com>
> Signed-off-by: Patrick Havelange <patrick.havelange@essensium.com>
> ---
> drivers/counter/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/counter/Kconfig b/drivers/counter/Kconfig
> index 233ac305d878..c9e3f5c98484 100644
> --- a/drivers/counter/Kconfig
> +++ b/drivers/counter/Kconfig
> @@ -50,6 +50,7 @@ config STM32_LPTIMER_CNT
>
> config FTM_QUADDEC
> tristate "Flex Timer Module Quadrature decoder driver"
> + depends on HAS_IOMEM && OF
> help
> Select this option to enable the Flex Timer Quadrature decoder
> driver.
> --
> 2.19.1
Fixes: a3b9a99 ("counter: add FlexTimer Module Quadrature decoder counter driver")
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Jonathan, would you pick this up through IIO?
Patrick, I noticed the FlexTimer Module Quadrature decoder driver is
missing an entry in MAINTAINERS. Please submit an additional patch to
address that as well so that we'll have a point of contact listed for
this driver.
Thanks,
William Breathit Gray
next prev parent reply other threads:[~2019-06-04 15:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-04 14:03 [PATCH 1/1] counter/ftm-quaddec: Add missing dependencies in Kconfig Patrick Havelange
2019-06-04 15:11 ` William Breathitt Gray [this message]
2019-06-08 12:08 ` Jonathan Cameron
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=20190604151034.GA12804@icarus \
--to=vilhelm.gray@gmail.com \
--cc=Jonathan.Cameron@huawei.com \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patrick.havelange@essensium.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).