From: Laxman Dewangan <ldewangan@nvidia.com>
To: Linus Walleij <linus.walleij@linaro.org>,
linux-gpio@vger.kernel.org,
Alexandre Courbot <acourbot@nvidia.com>
Cc: Rabin Vincent <rabin@rab.in>,
Pramod Gurav <pramod.gurav@smartplayin.com>,
Andreas Larsson <andreas@gaisler.com>,
Gregory CLEMENT <gregory.clement@free-electrons.com>,
Thierry Reding <treding@nvidia.com>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Phil Reid <preid@electromag.com.au>
Subject: Re: [PATCH] gpio: make any OF dependent driver depend on OF_GPIO
Date: Tue, 16 Aug 2016 16:40:54 +0530 [thread overview]
Message-ID: <57B2F4BE.6030704@nvidia.com> (raw)
In-Reply-To: <1471343157-30076-1-git-send-email-linus.walleij@linaro.org>
On Tuesday 16 August 2016 03:55 PM, Linus Walleij wrote:
> The drivers that depend on OF but not OF_GPIO are wreaking havoc
> with the autobuilders for archs that have all requirements for
> OF but not for OF_GPIO, particularly the UM (Usermode) arch does
> not have iomem (NO_IOMEM) which result in configuring GPIOLIB but
> without OF_GPIO which is wrong if the driver is using the .of_node
> of the gpiochip, which only appears with OF_GPIO.
>
> After a brief look at the drivers just depending on OF it seems
> most if not all of them actually require stuff from gpiolib-of so
> the dependency is wrong in the first place.
>
> This simply patches the Kconfig so that all GPIO drivers using OF
> depend on OF_GPIO rather than just OF.
>
>
Acked-by: Laxman Dewangan <ldewangan@nvdia.com>
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information. Any unauthorized review, use, disclosure or distribution
is prohibited. If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
prev parent reply other threads:[~2016-08-16 11:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-16 10:25 [PATCH] gpio: make any OF dependent driver depend on OF_GPIO Linus Walleij
2016-08-16 11:10 ` Laxman Dewangan [this message]
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=57B2F4BE.6030704@nvidia.com \
--to=ldewangan@nvidia.com \
--cc=acourbot@nvidia.com \
--cc=andreas@gaisler.com \
--cc=geert+renesas@glider.be \
--cc=gregory.clement@free-electrons.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=pramod.gurav@smartplayin.com \
--cc=preid@electromag.com.au \
--cc=rabin@rab.in \
--cc=treding@nvidia.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 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.