* [PATCH 1/2] ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY
@ 2013-03-24 14:06 Shawn Guo
2013-03-24 14:06 ` [PATCH 2/2] ARM: mxs_defconfig: " Shawn Guo
2013-04-02 8:07 ` [PATCH 1/2] ARM: imx_v6_v7_defconfig: " Felipe Balbi
0 siblings, 2 replies; 7+ messages in thread
From: Shawn Guo @ 2013-03-24 14:06 UTC (permalink / raw)
To: linux-arm-kernel
Commit edc7cb2 (usb: phy: make it a menuconfig) makes USB_MXS_PHY
be a sub-item of menuconfig symbol USB_PHY. This change gets the
selection of CONFIG_USB_MXS_PHY in imx_v6_v7_defconfig lost. Hence the
boot stops at the point below.
ci_hdrc ci_hdrc.0: doesn't support gadget
ci_hdrc ci_hdrc.0: EHCI Host Controller
ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
Add CONFIG_USB_PHY to have the CONFIG_USB_MXS_PHY selection back to
work.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---
arch/arm/configs/imx_v6_v7_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index e36b010..088d6c1 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -188,6 +188,7 @@ CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_MXC=y
CONFIG_USB_CHIPIDEA=y
CONFIG_USB_CHIPIDEA_HOST=y
+CONFIG_USB_PHY=y
CONFIG_USB_MXS_PHY=y
CONFIG_USB_STORAGE=y
CONFIG_MMC=y
--
1.7.9.5
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 2/2] ARM: mxs_defconfig: add CONFIG_USB_PHY
2013-03-24 14:06 [PATCH 1/2] ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY Shawn Guo
@ 2013-03-24 14:06 ` Shawn Guo
2013-04-02 8:07 ` [PATCH 1/2] ARM: imx_v6_v7_defconfig: " Felipe Balbi
1 sibling, 0 replies; 7+ messages in thread
From: Shawn Guo @ 2013-03-24 14:06 UTC (permalink / raw)
To: linux-arm-kernel
Commit edc7cb2 (usb: phy: make it a menuconfig) makes USB_MXS_PHY
be a sub-item of menuconfig symbol USB_PHY. This change gets the
selection of CONFIG_USB_MXS_PHY in mxs_defconfig lost. Hence the
boot stops at the point below.
[ 1.600867] ci_hdrc ci_hdrc.0: doesn't support gadget
[ 1.606282] ci_hdrc ci_hdrc.0: EHCI Host Controller
[ 1.613522] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
Add CONFIG_USB_PHY to have the CONFIG_USB_MXS_PHY selection back to
work.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
---
arch/arm/configs/mxs_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/mxs_defconfig b/arch/arm/configs/mxs_defconfig
index e9b1f6d..7ba48d2 100644
--- a/arch/arm/configs/mxs_defconfig
+++ b/arch/arm/configs/mxs_defconfig
@@ -122,6 +122,7 @@ CONFIG_USB_EHCI_HCD=y
CONFIG_USB_CHIPIDEA=y
CONFIG_USB_CHIPIDEA_HOST=y
CONFIG_USB_STORAGE=y
+CONFIG_USB_PHY=y
CONFIG_USB_MXS_PHY=y
CONFIG_MMC=y
CONFIG_MMC_UNSAFE_RESUME=y
--
1.7.9.5
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 1/2] ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY
2013-03-24 14:06 [PATCH 1/2] ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY Shawn Guo
2013-03-24 14:06 ` [PATCH 2/2] ARM: mxs_defconfig: " Shawn Guo
@ 2013-04-02 8:07 ` Felipe Balbi
2013-04-02 11:12 ` Shawn Guo
1 sibling, 1 reply; 7+ messages in thread
From: Felipe Balbi @ 2013-04-02 8:07 UTC (permalink / raw)
To: linux-arm-kernel
On Sun, Mar 24, 2013 at 10:06:04PM +0800, Shawn Guo wrote:
> Commit edc7cb2 (usb: phy: make it a menuconfig) makes USB_MXS_PHY
> be a sub-item of menuconfig symbol USB_PHY. This change gets the
> selection of CONFIG_USB_MXS_PHY in imx_v6_v7_defconfig lost. Hence the
> boot stops at the point below.
>
> ci_hdrc ci_hdrc.0: doesn't support gadget
> ci_hdrc ci_hdrc.0: EHCI Host Controller
> ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
>
> Add CONFIG_USB_PHY to have the CONFIG_USB_MXS_PHY selection back to
> work.
>
> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
should I take this or will Russell queue it during -rc ?
--
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130402/365ce622/attachment.sig>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/2] ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY
2013-04-02 8:07 ` [PATCH 1/2] ARM: imx_v6_v7_defconfig: " Felipe Balbi
@ 2013-04-02 11:12 ` Shawn Guo
2013-04-02 12:44 ` Felipe Balbi
0 siblings, 1 reply; 7+ messages in thread
From: Shawn Guo @ 2013-04-02 11:12 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Apr 02, 2013 at 11:07:06AM +0300, Felipe Balbi wrote:
> On Sun, Mar 24, 2013 at 10:06:04PM +0800, Shawn Guo wrote:
> > Commit edc7cb2 (usb: phy: make it a menuconfig) makes USB_MXS_PHY
> > be a sub-item of menuconfig symbol USB_PHY. This change gets the
> > selection of CONFIG_USB_MXS_PHY in imx_v6_v7_defconfig lost. Hence the
> > boot stops at the point below.
> >
> > ci_hdrc ci_hdrc.0: doesn't support gadget
> > ci_hdrc ci_hdrc.0: EHCI Host Controller
> > ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
> >
> > Add CONFIG_USB_PHY to have the CONFIG_USB_MXS_PHY selection back to
> > work.
> >
> > Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
>
> should I take this or will Russell queue it during -rc ?
Though I can send it via arm-soc tree when your patches land on
mainline, I think the easier way is that you take both patches via
your tree.
Shawn
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/2] ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY
2013-04-02 11:12 ` Shawn Guo
@ 2013-04-02 12:44 ` Felipe Balbi
2013-04-02 14:19 ` Shawn Guo
0 siblings, 1 reply; 7+ messages in thread
From: Felipe Balbi @ 2013-04-02 12:44 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On Tue, Apr 02, 2013 at 07:12:47PM +0800, Shawn Guo wrote:
> On Tue, Apr 02, 2013 at 11:07:06AM +0300, Felipe Balbi wrote:
> > On Sun, Mar 24, 2013 at 10:06:04PM +0800, Shawn Guo wrote:
> > > Commit edc7cb2 (usb: phy: make it a menuconfig) makes USB_MXS_PHY
> > > be a sub-item of menuconfig symbol USB_PHY. This change gets the
> > > selection of CONFIG_USB_MXS_PHY in imx_v6_v7_defconfig lost. Hence the
> > > boot stops at the point below.
> > >
> > > ci_hdrc ci_hdrc.0: doesn't support gadget
> > > ci_hdrc ci_hdrc.0: EHCI Host Controller
> > > ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
> > >
> > > Add CONFIG_USB_PHY to have the CONFIG_USB_MXS_PHY selection back to
> > > work.
> > >
> > > Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
> >
> > should I take this or will Russell queue it during -rc ?
>
> Though I can send it via arm-soc tree when your patches land on
> mainline, I think the easier way is that you take both patches via
> your tree.
alright, in that case can you rebase on next branch ? patch 2 didn't
apply.
thank you
--
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20130402/b81cf143/attachment.sig>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/2] ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY
2013-04-02 12:44 ` Felipe Balbi
@ 2013-04-02 14:19 ` Shawn Guo
2013-04-12 0:48 ` Fabio Estevam
0 siblings, 1 reply; 7+ messages in thread
From: Shawn Guo @ 2013-04-02 14:19 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Apr 02, 2013 at 03:44:07PM +0300, Felipe Balbi wrote:
> alright, in that case can you rebase on next branch ? patch 2 didn't
> apply.
Have you tried "git am -3"?
Shawn
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/2] ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY
2013-04-02 14:19 ` Shawn Guo
@ 2013-04-12 0:48 ` Fabio Estevam
0 siblings, 0 replies; 7+ messages in thread
From: Fabio Estevam @ 2013-04-12 0:48 UTC (permalink / raw)
To: linux-arm-kernel
Hi Felipe,
On Tue, Apr 2, 2013 at 11:19 AM, Shawn Guo <shawn.guo@linaro.org> wrote:
> On Tue, Apr 02, 2013 at 03:44:07PM +0300, Felipe Balbi wrote:
>> alright, in that case can you rebase on next branch ? patch 2 didn't
>> apply.
>
> Have you tried "git am -3"?
Please let us know if you still face issues applying this one.
Booting a linux-next kernel without this fix is hanging the system.
Thanks,
Fabio Estevam
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-04-12 0:48 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-24 14:06 [PATCH 1/2] ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY Shawn Guo
2013-03-24 14:06 ` [PATCH 2/2] ARM: mxs_defconfig: " Shawn Guo
2013-04-02 8:07 ` [PATCH 1/2] ARM: imx_v6_v7_defconfig: " Felipe Balbi
2013-04-02 11:12 ` Shawn Guo
2013-04-02 12:44 ` Felipe Balbi
2013-04-02 14:19 ` Shawn Guo
2013-04-12 0:48 ` Fabio Estevam
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).