From: lokeshvutla@ti.com (Lokesh Vutla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] arm: mach-keystone: Enable PINCTRL config
Date: Tue, 24 May 2016 09:06:16 +0530 [thread overview]
Message-ID: <5743CC30.6010009@ti.com> (raw)
In-Reply-To: <1464006547-19569-3-git-send-email-j-keerthy@ti.com>
On Monday 23 May 2016 05:59 PM, Keerthy wrote:
> keystone-k2l uses pinmux and is compliant with PINCTRL_SINGLE
> which depends on PINCTRL. Hence enable PINCTRL.
>
> Signed-off-by: Keerthy <j-keerthy@ti.com>
> ---
> arch/arm/mach-keystone/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig
> index ea955f6db..7a432ee 100644
> --- a/arch/arm/mach-keystone/Kconfig
> +++ b/arch/arm/mach-keystone/Kconfig
> @@ -11,6 +11,7 @@ config ARCH_KEYSTONE
> select ZONE_DMA if ARM_LPAE
> select MIGHT_HAVE_PCI
> select PCI_DOMAINS if PCI
> + select PINCTRL
I guess a similar patch[1] is already posted
[1] https://patchwork.kernel.org/patch/8958081/
Thanks and regards,
Lokesh
> help
> Support for boards based on the Texas Instruments Keystone family of
> SoCs.
>
WARNING: multiple messages have this Message-ID (diff)
From: Lokesh Vutla <lokeshvutla@ti.com>
To: Keerthy <j-keerthy@ti.com>, ssantosh@kernel.org
Cc: nm@ti.com, devicetree@vger.kernel.org, linux@armlinux.org.uk,
linux-kernel@vger.kernel.org, robh+dt@kernel.org,
m-karicheri2@ti.com, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 2/3] arm: mach-keystone: Enable PINCTRL config
Date: Tue, 24 May 2016 09:06:16 +0530 [thread overview]
Message-ID: <5743CC30.6010009@ti.com> (raw)
In-Reply-To: <1464006547-19569-3-git-send-email-j-keerthy@ti.com>
On Monday 23 May 2016 05:59 PM, Keerthy wrote:
> keystone-k2l uses pinmux and is compliant with PINCTRL_SINGLE
> which depends on PINCTRL. Hence enable PINCTRL.
>
> Signed-off-by: Keerthy <j-keerthy@ti.com>
> ---
> arch/arm/mach-keystone/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig
> index ea955f6db..7a432ee 100644
> --- a/arch/arm/mach-keystone/Kconfig
> +++ b/arch/arm/mach-keystone/Kconfig
> @@ -11,6 +11,7 @@ config ARCH_KEYSTONE
> select ZONE_DMA if ARM_LPAE
> select MIGHT_HAVE_PCI
> select PCI_DOMAINS if PCI
> + select PINCTRL
I guess a similar patch[1] is already posted
[1] https://patchwork.kernel.org/patch/8958081/
Thanks and regards,
Lokesh
> help
> Support for boards based on the Texas Instruments Keystone family of
> SoCs.
>
WARNING: multiple messages have this Message-ID (diff)
From: Lokesh Vutla <lokeshvutla@ti.com>
To: Keerthy <j-keerthy@ti.com>, <ssantosh@kernel.org>
Cc: <nm@ti.com>, <devicetree@vger.kernel.org>,
<linux@armlinux.org.uk>, <linux-kernel@vger.kernel.org>,
<robh+dt@kernel.org>, <m-karicheri2@ti.com>,
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 2/3] arm: mach-keystone: Enable PINCTRL config
Date: Tue, 24 May 2016 09:06:16 +0530 [thread overview]
Message-ID: <5743CC30.6010009@ti.com> (raw)
In-Reply-To: <1464006547-19569-3-git-send-email-j-keerthy@ti.com>
On Monday 23 May 2016 05:59 PM, Keerthy wrote:
> keystone-k2l uses pinmux and is compliant with PINCTRL_SINGLE
> which depends on PINCTRL. Hence enable PINCTRL.
>
> Signed-off-by: Keerthy <j-keerthy@ti.com>
> ---
> arch/arm/mach-keystone/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig
> index ea955f6db..7a432ee 100644
> --- a/arch/arm/mach-keystone/Kconfig
> +++ b/arch/arm/mach-keystone/Kconfig
> @@ -11,6 +11,7 @@ config ARCH_KEYSTONE
> select ZONE_DMA if ARM_LPAE
> select MIGHT_HAVE_PCI
> select PCI_DOMAINS if PCI
> + select PINCTRL
I guess a similar patch[1] is already posted
[1] https://patchwork.kernel.org/patch/8958081/
Thanks and regards,
Lokesh
> help
> Support for boards based on the Texas Instruments Keystone family of
> SoCs.
>
next prev parent reply other threads:[~2016-05-24 3:36 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-23 12:29 [PATCH 0/3] ARM: keystone-k2l: Enable pinctrl support Keerthy
2016-05-23 12:29 ` Keerthy
2016-05-23 12:29 ` Keerthy
2016-05-23 12:29 ` [PATCH 1/3] ARM: dts: keystone-k2l: Add pinctrl node Keerthy
2016-05-23 12:29 ` Keerthy
2016-05-23 12:29 ` Keerthy
2016-05-23 12:29 ` [PATCH 2/3] arm: mach-keystone: Enable PINCTRL config Keerthy
2016-05-23 12:29 ` Keerthy
2016-05-23 12:29 ` Keerthy
2016-05-24 3:36 ` Lokesh Vutla [this message]
2016-05-24 3:36 ` Lokesh Vutla
2016-05-24 3:36 ` Lokesh Vutla
2016-05-23 12:29 ` [PATCH 3/3] ARM: configs: keystone: Enable PINCTRL_SINGLE Config Keerthy
2016-05-23 12:29 ` Keerthy
2016-05-23 12:29 ` Keerthy
2016-05-24 3:37 ` Lokesh Vutla
2016-05-24 3:37 ` Lokesh Vutla
2016-05-24 3:37 ` Lokesh Vutla
2016-05-24 3:56 ` Keerthy
2016-05-24 3:56 ` Keerthy
2016-05-24 3:56 ` Keerthy
2016-05-24 16:29 ` Santosh Shilimkar
2016-05-24 16:29 ` Santosh Shilimkar
2016-05-25 3:21 ` Keerthy
2016-05-25 3:21 ` Keerthy
2016-05-25 3:21 ` Keerthy
2016-06-06 3:37 ` Keerthy
2016-06-06 3:37 ` Keerthy
2016-06-06 3:37 ` Keerthy
2016-06-06 4:56 ` Keerthy
2016-06-06 4:56 ` Keerthy
2016-06-06 4:56 ` Keerthy
2016-06-06 16:00 ` Santosh Shilimkar
2016-06-06 16:00 ` Santosh Shilimkar
2016-06-08 23:16 ` Santosh Shilimkar
2016-06-08 23:16 ` Santosh Shilimkar
2016-06-08 23:16 ` Santosh Shilimkar
-- strict thread matches above, loose matches on Subject: below --
2016-06-06 4:45 [PATCH 0/3] ARM: keystone-k2l: Enable pinctrl support Keerthy
2016-06-06 4:45 ` [PATCH 2/3] arm: mach-keystone: Enable PINCTRL config Keerthy
2016-06-06 4:45 ` Keerthy
2016-06-06 4:45 ` Keerthy
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=5743CC30.6010009@ti.com \
--to=lokeshvutla@ti.com \
--cc=linux-arm-kernel@lists.infradead.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.