From: Randy Dunlap <rdunlap@infradead.org>
To: Lars Povlsen <lars.povlsen@microchip.com>,
Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org,
Alexandre Belloni <alexandre.belloni@bootlin.com>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Microchip Linux Driver Support <UNGLinuxDriver@microchip.com>
Subject: Re: [PATCH -next] pinctrl: pinctrl-microchip-sgpio: Add OF config dependency
Date: Wed, 25 Nov 2020 08:57:09 -0800 [thread overview]
Message-ID: <ea50d383-4904-a2cf-f80c-96b99c9cf495@infradead.org> (raw)
In-Reply-To: <20201125122014.11237-1-lars.povlsen@microchip.com>
On 11/25/20 4:20 AM, Lars Povlsen wrote:
> The pinctrl-microchip-sgpio driver needs OF support, so add that to
> Kconfig.
>
> Reported-by: Randy Dunlap <rdunlap@infradead.org>
> Signed-off-by: Lars Povlsen <lars.povlsen@microchip.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> drivers/pinctrl/Kconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
> index 9b8ed7516355..94e49da49f5c 100644
> --- a/drivers/pinctrl/Kconfig
> +++ b/drivers/pinctrl/Kconfig
> @@ -376,11 +376,13 @@ config PINCTRL_OCELOT
>
> config PINCTRL_MICROCHIP_SGPIO
> bool "Pinctrl driver for Microsemi/Microchip Serial GPIO"
> + depends on OF
> depends on HAS_IOMEM
> select GPIOLIB
> select GENERIC_PINCONF
> select GENERIC_PINCTRL_GROUPS
> select GENERIC_PINMUX_FUNCTIONS
> + select OF_GPIO
> help
> Support for the serial GPIO interface used on Microsemi and
> Microchip SoC's. By using a serial interface, the SIO
>
--
~Randy
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-11-25 17:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-25 12:20 [PATCH -next] pinctrl: pinctrl-microchip-sgpio: Add OF config dependency Lars Povlsen
2020-11-25 16:57 ` Randy Dunlap [this message]
2020-12-01 23:12 ` Linus Walleij
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=ea50d383-4904-a2cf-f80c-96b99c9cf495@infradead.org \
--to=rdunlap@infradead.org \
--cc=UNGLinuxDriver@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=lars.povlsen@microchip.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@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 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).