Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1252144 > unrolled thread
| Started by | Franklin S Cooper Jr <fcooper@ti.com> |
|---|---|
| First post | 2015-10-21 00:00 +0200 |
| Last post | 2015-10-22 16:30 +0200 |
| Articles | 4 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH 1/5] ARM: Keystone: Enable PINCTRL for Keystone ARCH Franklin S Cooper Jr <fcooper@ti.com> - 2015-10-21 00:00 +0200
Re: [PATCH 1/5] ARM: Keystone: Enable PINCTRL for Keystone ARCH santosh shilimkar <santosh.shilimkar@oracle.com> - 2015-10-21 03:30 +0200
Re: [PATCH 1/5] ARM: Keystone: Enable PINCTRL for Keystone ARCH Murali Karicheri <m-karicheri2@ti.com> - 2015-10-22 16:20 +0200
Re: [PATCH 1/5] ARM: Keystone: Enable PINCTRL for Keystone ARCH Murali Karicheri <m-karicheri2@ti.com> - 2015-10-22 16:30 +0200
| From | Franklin S Cooper Jr <fcooper@ti.com> |
|---|---|
| Date | 2015-10-21 00:00 +0200 |
| Subject | [PATCH 1/5] ARM: Keystone: Enable PINCTRL for Keystone ARCH |
| Message-ID | <qlN6P-825-37@gated-at.bofh.it> |
From: Franklin Cooper <fcooper@ti.com> Unlike other Keystone 2 devices, newer Keystone 2 SOCs may utilize pinmuxing which requires PINCTRL to be enabled. Therefore, enable PINCTRL for all Keystone 2 devices. Signed-off-by: Franklin S Cooper Jr <fcooper@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 help Support for boards based on the Texas Instruments Keystone family of SoCs. -- 2.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | santosh shilimkar <santosh.shilimkar@oracle.com> |
|---|---|
| Date | 2015-10-21 03:30 +0200 |
| Message-ID | <qlQo3-4vM-23@gated-at.bofh.it> |
| In reply to | #1252144 |
On 10/20/2015 2:50 PM, Franklin S Cooper Jr wrote: > From: Franklin Cooper <fcooper@ti.com> > > Unlike other Keystone 2 devices, newer Keystone 2 SOCs may utilize > pinmuxing which requires PINCTRL to be enabled. Therefore, enable > PINCTRL for all Keystone 2 devices. > > Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> > --- > arch/arm/mach-keystone/Kconfig | 1 + > 1 file changed, 1 insertion(+) > I would be happy to add this one when I see pin control data in DTS and its actually going to be used in upstream kernel. Till then I don't want to add this one. Regards, Santosh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Murali Karicheri <m-karicheri2@ti.com> |
|---|---|
| Date | 2015-10-22 16:20 +0200 |
| Message-ID | <qmoSL-4U2-19@gated-at.bofh.it> |
| In reply to | #1252404 |
On 10/20/2015 09:26 PM, santosh shilimkar wrote: > On 10/20/2015 2:50 PM, Franklin S Cooper Jr wrote: >> From: Franklin Cooper <fcooper@ti.com> >> >> Unlike other Keystone 2 devices, newer Keystone 2 SOCs may utilize >> pinmuxing which requires PINCTRL to be enabled. Therefore, enable >> PINCTRL for all Keystone 2 devices. >> >> Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> >> --- >> arch/arm/mach-keystone/Kconfig | 1 + >> 1 file changed, 1 insertion(+) >> > I would be happy to add this one when I see pin > control data in DTS and its actually going to be > used in upstream kernel. Till then I don't want > to add this one. > Agree. It is too early to add the defconfig update and should be deferred to when the DTS update is made. What if the newer keystone 2 SoC never end up in the tree? Murali > Regards, > Santosh > -- Murali Karicheri Linux Kernel, Keystone -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Murali Karicheri <m-karicheri2@ti.com> |
|---|---|
| Date | 2015-10-22 16:30 +0200 |
| Message-ID | <qmp2r-56v-45@gated-at.bofh.it> |
| In reply to | #1252144 |
On 10/20/2015 05:50 PM, Franklin S Cooper Jr wrote: > From: Franklin Cooper <fcooper@ti.com> > > Unlike other Keystone 2 devices, newer Keystone 2 SOCs may utilize > pinmuxing which requires PINCTRL to be enabled. Therefore, enable > PINCTRL for all Keystone 2 devices. > > Signed-off-by: Franklin S Cooper Jr <fcooper@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 > help > Support for boards based on the Texas Instruments Keystone family of > SoCs. > Have the Newer SoC base port is sent to the list? Please add these along with that series, not now. -- Murali Karicheri Linux Kernel, Keystone -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web