Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1464500 > unrolled thread
| Started by | Roger Quadros <rogerq@ti.com> |
|---|---|
| First post | 2016-08-17 12:50 +0200 |
| Last post | 2016-08-25 18:50 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 1/1] ARM: keystone: defconfig: Fix USB configuration Roger Quadros <rogerq@ti.com> - 2016-08-17 12:50 +0200
Re: [PATCH 1/1] ARM: keystone: defconfig: Fix USB configuration Santosh Shilimkar <santosh.shilimkar@oracle.com> - 2016-08-17 18:30 +0200
Re: [PATCH 1/1] ARM: keystone: defconfig: Fix USB configuration Santosh Shilimkar <santosh.shilimkar@oracle.com> - 2016-08-25 18:50 +0200
| From | Roger Quadros <rogerq@ti.com> |
|---|---|
| Date | 2016-08-17 12:50 +0200 |
| Subject | [PATCH 1/1] ARM: keystone: defconfig: Fix USB configuration |
| Message-ID | <s76A2-8gZ-1@gated-at.bofh.it> |
Simply enabling CONFIG_KEYSTONE_USB_PHY doesn't work anymore as it depends on CONFIG_NOP_USB_XCEIV. We need to enable that as well. This fixes USB on Keystone boards from v4.8-rc1 onwards. Signed-off-by: Roger Quadros <rogerq@ti.com> --- arch/arm/configs/keystone_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig index 71b42e6..78cd2f1 100644 --- a/arch/arm/configs/keystone_defconfig +++ b/arch/arm/configs/keystone_defconfig @@ -161,6 +161,7 @@ CONFIG_USB_MON=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_STORAGE=y CONFIG_USB_DWC3=y +CONFIG_NOP_USB_XCEIV=y CONFIG_KEYSTONE_USB_PHY=y CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y -- 2.7.4
[toc] | [next] | [standalone]
| From | Santosh Shilimkar <santosh.shilimkar@oracle.com> |
|---|---|
| Date | 2016-08-17 18:30 +0200 |
| Message-ID | <s7bT3-3to-5@gated-at.bofh.it> |
| In reply to | #1464500 |
Hi Arnd, Olof, Can you please pick-up the fix for 4.8-rcx ? Roger reported that USB ports are broken on Keystone2 boards since v4.8-rc1 because USB_HPY config option got dropped. On 8/17/2016 3:44 AM, Roger Quadros wrote: > Simply enabling CONFIG_KEYSTONE_USB_PHY doesn't work anymore > as it depends on CONFIG_NOP_USB_XCEIV. We need to enable > that as well. > > This fixes USB on Keystone boards from v4.8-rc1 onwards. > > Signed-off-by: Roger Quadros <rogerq@ti.com> > --- Acked-by: Santosh Shilimkar <ssantosh@kernel.org> > arch/arm/configs/keystone_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig > index 71b42e6..78cd2f1 100644 > --- a/arch/arm/configs/keystone_defconfig > +++ b/arch/arm/configs/keystone_defconfig > @@ -161,6 +161,7 @@ CONFIG_USB_MON=y > CONFIG_USB_XHCI_HCD=y > CONFIG_USB_STORAGE=y > CONFIG_USB_DWC3=y > +CONFIG_NOP_USB_XCEIV=y > CONFIG_KEYSTONE_USB_PHY=y > CONFIG_NEW_LEDS=y > CONFIG_LEDS_CLASS=y >
[toc] | [prev] | [next] | [standalone]
| From | Santosh Shilimkar <santosh.shilimkar@oracle.com> |
|---|---|
| Date | 2016-08-25 18:50 +0200 |
| Message-ID | <sa60O-3vb-27@gated-at.bofh.it> |
| In reply to | #1464649 |
Ping !! On 8/17/2016 9:23 AM, Santosh Shilimkar wrote: > Hi Arnd, Olof, > > Can you please pick-up the fix for 4.8-rcx ? > Roger reported that USB ports are broken on Keystone2 boards > since v4.8-rc1 because USB_HPY config option got dropped. > > > On 8/17/2016 3:44 AM, Roger Quadros wrote: >> Simply enabling CONFIG_KEYSTONE_USB_PHY doesn't work anymore >> as it depends on CONFIG_NOP_USB_XCEIV. We need to enable >> that as well. >> >> This fixes USB on Keystone boards from v4.8-rc1 onwards. >> >> Signed-off-by: Roger Quadros <rogerq@ti.com> >> --- > Acked-by: Santosh Shilimkar <ssantosh@kernel.org> > > >> arch/arm/configs/keystone_defconfig | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm/configs/keystone_defconfig >> b/arch/arm/configs/keystone_defconfig >> index 71b42e6..78cd2f1 100644 >> --- a/arch/arm/configs/keystone_defconfig >> +++ b/arch/arm/configs/keystone_defconfig >> @@ -161,6 +161,7 @@ CONFIG_USB_MON=y >> CONFIG_USB_XHCI_HCD=y >> CONFIG_USB_STORAGE=y >> CONFIG_USB_DWC3=y >> +CONFIG_NOP_USB_XCEIV=y >> CONFIG_KEYSTONE_USB_PHY=y >> CONFIG_NEW_LEDS=y >> CONFIG_LEDS_CLASS=y >>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web