* [PATCH] ARM: configs: Select USB PHY for AM335x SoC
@ 2013-12-12 15:14 Ezequiel Garcia
2013-12-20 0:47 ` Ezequiel Garcia
2013-12-26 12:08 ` Ezequiel Garcia
0 siblings, 2 replies; 6+ messages in thread
From: Ezequiel Garcia @ 2013-12-12 15:14 UTC (permalink / raw)
To: linux-omap, linux-arm-kernel; +Cc: Tony Lindgren, Felipe Balbi, Ezequiel Garcia
Enable this option as it's required to use USB on AM335x SoC.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
---
arch/arm/configs/omap2plus_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 12c848e..e427b95 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -223,6 +223,7 @@ CONFIG_USB_TEST=y
CONFIG_NOP_USB_XCEIV=y
CONFIG_OMAP_USB2=y
CONFIG_OMAP_USB3=y
+CONFIG_AM335X_PHY_USB=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_DEBUG=y
CONFIG_USB_GADGET_DEBUG_FILES=y
--
1.8.1.5
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: configs: Select USB PHY for AM335x SoC
2013-12-12 15:14 [PATCH] ARM: configs: Select USB PHY for AM335x SoC Ezequiel Garcia
@ 2013-12-20 0:47 ` Ezequiel Garcia
2013-12-26 12:08 ` Ezequiel Garcia
1 sibling, 0 replies; 6+ messages in thread
From: Ezequiel Garcia @ 2013-12-20 0:47 UTC (permalink / raw)
To: linux-omap, linux-arm-kernel; +Cc: Tony Lindgren, Felipe Balbi
On Thu, Dec 12, 2013 at 12:14:29PM -0300, Ezequiel Garcia wrote:
> Enable this option as it's required to use USB on AM335x SoC.
>
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> ---
> arch/arm/configs/omap2plus_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> index 12c848e..e427b95 100644
> --- a/arch/arm/configs/omap2plus_defconfig
> +++ b/arch/arm/configs/omap2plus_defconfig
> @@ -223,6 +223,7 @@ CONFIG_USB_TEST=y
> CONFIG_NOP_USB_XCEIV=y
> CONFIG_OMAP_USB2=y
> CONFIG_OMAP_USB3=y
> +CONFIG_AM335X_PHY_USB=y
> CONFIG_USB_GADGET=y
> CONFIG_USB_GADGET_DEBUG=y
> CONFIG_USB_GADGET_DEBUG_FILES=y
> --
> 1.8.1.5
>
Ping?
This is just a simple fix, is it possible to merge it for v3.14?
Thanks!
--
Ezequiel García, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: configs: Select USB PHY for AM335x SoC
2013-12-12 15:14 [PATCH] ARM: configs: Select USB PHY for AM335x SoC Ezequiel Garcia
2013-12-20 0:47 ` Ezequiel Garcia
@ 2013-12-26 12:08 ` Ezequiel Garcia
2013-12-26 15:55 ` Felipe Balbi
1 sibling, 1 reply; 6+ messages in thread
From: Ezequiel Garcia @ 2013-12-26 12:08 UTC (permalink / raw)
To: linux-omap, linux-arm-kernel, Felipe Balbi; +Cc: Tony Lindgren
Felipe,
On Thu, Dec 12, 2013 at 12:14:29PM -0300, Ezequiel Garcia wrote:
> Enable this option as it's required to use USB on AM335x SoC.
>
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> ---
> arch/arm/configs/omap2plus_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> index 12c848e..e427b95 100644
> --- a/arch/arm/configs/omap2plus_defconfig
> +++ b/arch/arm/configs/omap2plus_defconfig
> @@ -223,6 +223,7 @@ CONFIG_USB_TEST=y
> CONFIG_NOP_USB_XCEIV=y
> CONFIG_OMAP_USB2=y
> CONFIG_OMAP_USB3=y
> +CONFIG_AM335X_PHY_USB=y
> CONFIG_USB_GADGET=y
> CONFIG_USB_GADGET_DEBUG=y
> CONFIG_USB_GADGET_DEBUG_FILES=y
> --
> 1.8.1.5
>
Maybe you can take this through your tree?
--
Ezequiel García, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: configs: Select USB PHY for AM335x SoC
2013-12-26 12:08 ` Ezequiel Garcia
@ 2013-12-26 15:55 ` Felipe Balbi
2013-12-26 23:21 ` Ezequiel Garcia
0 siblings, 1 reply; 6+ messages in thread
From: Felipe Balbi @ 2013-12-26 15:55 UTC (permalink / raw)
To: Ezequiel Garcia; +Cc: linux-omap, linux-arm-kernel, Felipe Balbi, Tony Lindgren
[-- Attachment #1: Type: text/plain, Size: 1025 bytes --]
On Thu, Dec 26, 2013 at 09:08:34AM -0300, Ezequiel Garcia wrote:
> Felipe,
>
> On Thu, Dec 12, 2013 at 12:14:29PM -0300, Ezequiel Garcia wrote:
> > Enable this option as it's required to use USB on AM335x SoC.
> >
> > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > ---
> > arch/arm/configs/omap2plus_defconfig | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> > index 12c848e..e427b95 100644
> > --- a/arch/arm/configs/omap2plus_defconfig
> > +++ b/arch/arm/configs/omap2plus_defconfig
> > @@ -223,6 +223,7 @@ CONFIG_USB_TEST=y
> > CONFIG_NOP_USB_XCEIV=y
> > CONFIG_OMAP_USB2=y
> > CONFIG_OMAP_USB3=y
> > +CONFIG_AM335X_PHY_USB=y
> > CONFIG_USB_GADGET=y
> > CONFIG_USB_GADGET_DEBUG=y
> > CONFIG_USB_GADGET_DEBUG_FILES=y
> > --
> > 1.8.1.5
> >
>
> Maybe you can take this through your tree?
sorry, no. This should go through Tony to avoid conflicting.
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: configs: Select USB PHY for AM335x SoC
2013-12-26 15:55 ` Felipe Balbi
@ 2013-12-26 23:21 ` Ezequiel Garcia
2014-01-08 1:28 ` Tony Lindgren
0 siblings, 1 reply; 6+ messages in thread
From: Ezequiel Garcia @ 2013-12-26 23:21 UTC (permalink / raw)
To: Tony Lindgren; +Cc: linux-omap, linux-arm-kernel, Felipe Balbi
On Thu, Dec 26, 2013 at 09:55:55AM -0600, Felipe Balbi wrote:
> On Thu, Dec 26, 2013 at 09:08:34AM -0300, Ezequiel Garcia wrote:
> > Felipe,
> >
> > On Thu, Dec 12, 2013 at 12:14:29PM -0300, Ezequiel Garcia wrote:
> > > Enable this option as it's required to use USB on AM335x SoC.
> > >
> > > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > > ---
> > > arch/arm/configs/omap2plus_defconfig | 1 +
> > > 1 file changed, 1 insertion(+)
> > >
> > > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> > > index 12c848e..e427b95 100644
> > > --- a/arch/arm/configs/omap2plus_defconfig
> > > +++ b/arch/arm/configs/omap2plus_defconfig
> > > @@ -223,6 +223,7 @@ CONFIG_USB_TEST=y
> > > CONFIG_NOP_USB_XCEIV=y
> > > CONFIG_OMAP_USB2=y
> > > CONFIG_OMAP_USB3=y
> > > +CONFIG_AM335X_PHY_USB=y
> > > CONFIG_USB_GADGET=y
> > > CONFIG_USB_GADGET_DEBUG=y
> > > CONFIG_USB_GADGET_DEBUG_FILES=y
> > > --
> > > 1.8.1.5
> > >
> >
> > Maybe you can take this through your tree?
>
> sorry, no. This should go through Tony to avoid conflicting.
>
Tony?
--
Ezequiel García, Free Electrons
Embedded Linux, Kernel and Android Engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] ARM: configs: Select USB PHY for AM335x SoC
2013-12-26 23:21 ` Ezequiel Garcia
@ 2014-01-08 1:28 ` Tony Lindgren
0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2014-01-08 1:28 UTC (permalink / raw)
To: Ezequiel Garcia; +Cc: linux-omap, linux-arm-kernel, Felipe Balbi
* Ezequiel Garcia <ezequiel.garcia@free-electrons.com> [131226 15:22]:
> On Thu, Dec 26, 2013 at 09:55:55AM -0600, Felipe Balbi wrote:
> > On Thu, Dec 26, 2013 at 09:08:34AM -0300, Ezequiel Garcia wrote:
> > > Felipe,
> > >
> > > On Thu, Dec 12, 2013 at 12:14:29PM -0300, Ezequiel Garcia wrote:
> > > > Enable this option as it's required to use USB on AM335x SoC.
> > > >
> > > > Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
> > > > ---
> > > > arch/arm/configs/omap2plus_defconfig | 1 +
> > > > 1 file changed, 1 insertion(+)
> > > >
> > > > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> > > > index 12c848e..e427b95 100644
> > > > --- a/arch/arm/configs/omap2plus_defconfig
> > > > +++ b/arch/arm/configs/omap2plus_defconfig
> > > > @@ -223,6 +223,7 @@ CONFIG_USB_TEST=y
> > > > CONFIG_NOP_USB_XCEIV=y
> > > > CONFIG_OMAP_USB2=y
> > > > CONFIG_OMAP_USB3=y
> > > > +CONFIG_AM335X_PHY_USB=y
> > > > CONFIG_USB_GADGET=y
> > > > CONFIG_USB_GADGET_DEBUG=y
> > > > CONFIG_USB_GADGET_DEBUG_FILES=y
> > > > --
> > > > 1.8.1.5
> > > >
> > >
> > > Maybe you can take this through your tree?
> >
> > sorry, no. This should go through Tony to avoid conflicting.
> >
>
> Tony?
Sorry for the delay, applying into omap-for-v3.14/fixes-not-urgent.
Regards,
Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-01-08 1:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-12 15:14 [PATCH] ARM: configs: Select USB PHY for AM335x SoC Ezequiel Garcia
2013-12-20 0:47 ` Ezequiel Garcia
2013-12-26 12:08 ` Ezequiel Garcia
2013-12-26 15:55 ` Felipe Balbi
2013-12-26 23:21 ` Ezequiel Garcia
2014-01-08 1:28 ` Tony Lindgren
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).