Re: [PATCH] USB: EHCI: fix for leaking isochronous data

2013-03-21 Thread Jason Cooper
On Thu, Mar 21, 2013 at 06:04:59PM +0100, Soeren Moch wrote: > On 03/17/13 18:36, Alan Stern wrote: > >On Sun, 17 Mar 2013, Soeren Moch wrote: > > > >>For each device only one isochronous endpoint is used (EP IN4, 1x 940 > >>Bytes, Interval 1). > >>When the ENOMEM error occurs, a huge number of iTD

Re: [PATCH v2 1/3] arm: mvebu: Add support for USB host controllers in Armada 370/XP

2013-01-23 Thread Jason Cooper
On Wed, Jan 23, 2013 at 02:06:12PM -0300, Ezequiel Garcia wrote: > Jason, > > On Wed, Jan 23, 2013 at 12:26 PM, Ezequiel Garcia > wrote: > > The Armada 370 and Armada XP SoC has an Orion EHCI USB controller. > > This patch adds support for this controller in Armada 370 > > and Armada XP SoC comm

Re: [PATCH v2 1/3] arm: mvebu: Add support for USB host controllers in Armada 370/XP

2013-01-29 Thread Jason Cooper
On Tue, Jan 29, 2013 at 03:56:20PM -0300, Ezequiel Garcia wrote: > Hi Jason, > > On Wed, Jan 23, 2013 at 2:40 PM, Jason Cooper wrote: > > On Wed, Jan 23, 2013 at 02:06:12PM -0300, Ezequiel Garcia wrote: > >> Jason, > >> > >> On Wed, Jan 23, 2013

Re: [PATCH 0/8] usb: ehci: more bus glues as separate modules

2013-02-10 Thread Jason Cooper
Manjunath, I think this is the second version of this series. Please indicate so in the subject "[PATCH V2 X/Y]" and provide a changelog with each patch so that we can easily confirm suggested changes from one version to the next. thx, Jason. On Mon, Feb 11, 2013 at 12:28:09AM +0530, manjunath

Re: [PATCH v2 3/3] arm: mvebu: Update defconfig to select USB support

2013-02-15 Thread Jason Cooper
On Wed, Jan 23, 2013 at 12:26:32PM -0300, Ezequiel Garcia wrote: > Cc: Lior Amsalem > Cc: Thomas Petazzoni > Cc: Gregory CLEMENT > Tested-by: Nobuhiro Iwamatsu > Tested-by: Florian Fainelli > Signed-off-by: Ezequiel Garcia > --- > arch/arm/configs/mvebu_defconfig |5 - > 1 files chan

Re: [PATCH v2 1/3] arm: mvebu: Add support for USB host controllers in Armada 370/XP

2013-02-15 Thread Jason Cooper
On Wed, Jan 23, 2013 at 12:26:30PM -0300, Ezequiel Garcia wrote: > The Armada 370 and Armada XP SoC has an Orion EHCI USB controller. > This patch adds support for this controller in Armada 370 > and Armada XP SoC common device tree files. > > Cc: Lior Amsalem > Cc: Thomas Petazzoni > Tested-by:

Re: [PATCH v2 2/3] arm: mvebu: Enable USB controllers on Armada 370/XP boards

2013-02-15 Thread Jason Cooper
On Wed, Jan 23, 2013 at 12:26:31PM -0300, Ezequiel Garcia wrote: > This patch activates every USB port provided by each SoC. > Except for Armada XP Openblocks AX3-4 board, > where we enable only the first two USB ports > until we have more information on the third one usage. > > Cc: Lior Amsalem

Re: [PATCH 2/2] USB: EHCI: make ehci-orion a separate driver

2013-02-15 Thread Jason Cooper
ci-hcd a library module", we can > avoid this problem by turning a bus glue into a separate > module, as we do here for the orion bus glue. > > Signed-off-by: Manjunath Goudar > Signed-off-by: Arnd Bergmann > Cc: Jason Cooper > Cc: Andrew Lunn > --- > dri

Re: [PATCH 2/2] USB: EHCI: make ehci-orion a separate driver

2013-02-20 Thread Jason Cooper
Alan, On Wed, Feb 20, 2013 at 04:27:04PM +, Arnd Bergmann wrote: > On Wednesday 20 February 2013, Alan Stern wrote: > > Currently there is no Kconfig option to control specifically whether > > the ehci-orion driver gets built; it always gets built whenever > > CONFIG_PLAT_ORION and CONFIG_USB_

Re: [PATCH] USB: PLAT_ORION fulfils USB_ARCH_HAS_EHCI

2012-09-07 Thread Jason Cooper
his thread. We can add _LEGACY later, once we are making more productive use of it. So, Acked-by: Jason Cooper thx, Jason. > --- > drivers/usb/Kconfig |1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig > index a7773a3..7

Re: [PATCH 2/2] ARM: Kirkwood: Convert all DT boards to EHCI via DT.

2012-09-09 Thread Jason Cooper
On Sat, Sep 01, 2012 at 11:26:26AM +0200, Andrew Lunn wrote: > Now that the EHCI driver has DT support, drop old style configuration > of it and add DT in its place. Since all the boards enable the EHCI, > enable it by default in kirkwood.dtsi. Any new boards which don't have > USB can specifically

Re: [PATCH 1/2] ARM: Kirkwood: ehci-orion: Add device tree binding

2012-09-09 Thread Jason Cooper
On Sat, Sep 01, 2012 at 11:26:25AM +0200, Andrew Lunn wrote: > Based on previous work by Michael Walle and Jason Cooper. > > Made their work actually work, which required added interrupt from DT > and auxdata, along with setting the dma_mask, which DT does not > currently do. >

Re: [PATCH 1/2] ARM: Kirkwood: ehci-orion: Add device tree binding

2012-10-17 Thread Jason Cooper
On Wed, Sep 26, 2012 at 04:49:41PM -0700, Olof Johansson wrote: > On Mon, Sep 24, 2012 at 09:13:53AM +0200, Andrew Lunn wrote: > > > > +Required properties: > > > > +- compatible: must be "marvell,orion-ehci" > > > > +- reg: physical base address of the controller and length of memory > > > > mapp

Re: [PATCH v2 0/2] DT EHCI support for Kirkwood.

2012-10-20 Thread Jason Cooper
On Sat, Oct 20, 2012 at 01:09:59PM +0200, Andrew Lunn wrote: > These two patches add DT support to ehci-orion and convert all > existing Kirkwood DT boards to using DT to instantiate the USB host. > > v1->v2: Remove the phy property from DT. The previous implementation > was not compatible with th

Re: [PATCH 3/7] USB: ehci-orion: use dev_warn() instead of printk()

2013-12-10 Thread Jason Cooper
On Tue, Dec 10, 2013 at 09:20:30PM +0900, Jingoo Han wrote: > Use dev_warn() instead of printk() to provide a better message > to userspace. > > Signed-off-by: Jingoo Han > --- > drivers/usb/host/ehci-orion.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) A

Re: [PATCH 01/12] USB: ehci-orion: Use devm_*() functions

2013-12-11 Thread Jason Cooper
1 deletions(-) Acked-by: Jason Cooper thx, Jason. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [BUG] FL1009: xHCI host not responding to stop endpoint command.

2014-01-22 Thread Jason Cooper
On Wed, Jan 22, 2014 at 11:23:23PM +0100, Arnaud Ebalard wrote: > With the patch applied on top of 3.13.0 kernel recompiled w/ > CONFIG_PCI_MSI enabled, I cannot reproduce the bug. I guess > you can add my: > > Reported-and-tested-By: Arnaud Ebalard > > Since you'll have to push the patch to -s

Re: [PATCH v3 05/20] usb: host: xhci-plat: Add clocks support

2014-05-06 Thread Jason Cooper
On Tue, May 06, 2014 at 02:14:00AM +0200, Gregory CLEMENT wrote: > Some platform (such as the Armada 38x ones) can gate the clock of > their USB controller. This patch add the support for the clock, by > enabling them during probe and disabling them on remove. > > As not all platforms have clock s

Re: [PATCH v3 12/20] ARM: configs: Add usb_xhci_mvebu to multi_v7_defconfig

2014-05-06 Thread Jason Cooper
If you need to do another respin of this series, please add Olof, Arnd and Kevin (and a...@kernel.org) to the To:. Otherwise, I'll take care of it. thx, Jason. On Tue, May 06, 2014 at 02:14:07AM +0200, Gregory CLEMENT wrote: > The Marvell Armada 38x platform needs the xhci_mvebu driver enabled

Re: [PATCH v6 13/17] ARM: configs: enable XHCI mvebu support in multi_v7_defconfig

2014-05-15 Thread Jason Cooper
> Signed-off-by: Thomas Petazzoni > Cc: a...@kernel.org > Cc: Kevin Hilman > Cc: Olof Johansson > Cc: Arnd Bergmann > --- > arch/arm/configs/multi_v7_defconfig | 1 + > 1 file changed, 1 insertion(+) Acked-by: Jason Cooper thx, Jason. -- To unsubscribe from this list: s

Re: [PATCH v6 17/17] ARM: mvebu: add Device Tree description of the EHCI controller on Armada 375

2014-05-15 Thread Jason Cooper
On Thu, May 15, 2014 at 05:26:36PM +0400, Sergei Shtylyov wrote: > Hello. > > On 05/15/2014 02:17 PM, Gregory CLEMENT wrote: > > >The Marvell Armada 375 SoCs contains one EHCI controller. This commit > >However, you're adding two. :-) So it would seem. Gregory, I'll fix it up when I pull i

Re: [PATCH v6 10/17] ARM: mvebu: add USB3 support for Armada 38x

2014-05-15 Thread Jason Cooper
On Thu, May 15, 2014 at 12:17:35PM +0200, Gregory CLEMENT wrote: > This patch adds the selection of the config symbol needed to build the > USB3 support for Armada 38x into mvebu_v7_defconfig. > > Signed-off-by: Gregory CLEMENT > Signed-off-by: Thomas Petazzoni > --- > arch/arm/mach-mvebu/Kconf

Re: [PATCH v6 12/17] ARM: configs: enable XHCI mvebu support in mvebu_v7_defconfig

2014-05-15 Thread Jason Cooper
On Thu, May 15, 2014 at 12:17:37PM +0200, Gregory CLEMENT wrote: > The Marvell Armada 38x platform needs the xhci_mvebu driver enabled > for the xHCI USB hosts, so this commit enables the corresponding > Kconfig option in mvebu_v7_defconfig. > > Signed-off-by: Gregory CLEMENT > Signed-off-by: Tho

Re: [PATCH v6 14/17] ARM: mvebu: add Device Tree description of xHCI controllers on Armada 38x

2014-05-15 Thread Jason Cooper
On Thu, May 15, 2014 at 12:17:39PM +0200, Gregory CLEMENT wrote: > The Marvell Armada 38x SoCs contains two xHCI controllers. This commit > adds the Device Tree description of those interfaces at the SoC level, > and also enables the two USB3 ports on the Armada 385 DB platform and > one USB3 port

Re: [PATCH v6 12/17] ARM: configs: enable XHCI mvebu support in mvebu_v7_defconfig

2014-05-16 Thread Jason Cooper
On Thu, May 15, 2014 at 12:17:37PM +0200, Gregory CLEMENT wrote: > The Marvell Armada 38x platform needs the xhci_mvebu driver enabled > for the xHCI USB hosts, so this commit enables the corresponding > Kconfig option in mvebu_v7_defconfig. > > Signed-off-by: Gregory CLEMENT > Signed-off-by: Tho

Re: [PATCH v6 10/17] ARM: mvebu: add USB3 support for Armada 38x

2014-05-16 Thread Jason Cooper
On Thu, May 15, 2014 at 12:17:35PM +0200, Gregory CLEMENT wrote: > This patch adds the selection of the config symbol needed to build the > USB3 support for Armada 38x into mvebu_v7_defconfig. > > Signed-off-by: Gregory CLEMENT > Signed-off-by: Thomas Petazzoni > --- > arch/arm/mach-mvebu/Kconf

Re: [PATCH v6 14/17] ARM: mvebu: add Device Tree description of xHCI controllers on Armada 38x

2014-05-16 Thread Jason Cooper
On Thu, May 15, 2014 at 12:17:39PM +0200, Gregory CLEMENT wrote: > The Marvell Armada 38x SoCs contains two xHCI controllers. This commit > adds the Device Tree description of those interfaces at the SoC level, > and also enables the two USB3 ports on the Armada 385 DB platform and > one USB3 port

Re: [PATCH v6 10/17] ARM: mvebu: add USB3 support for Armada 38x

2014-05-22 Thread Jason Cooper
On Wed, May 21, 2014 at 03:53:22PM +0200, Gregory CLEMENT wrote: > On 19/05/2014 13:09, Paul Bolle wrote: > > On Fri, 2014-05-16 at 15:07 -0400, Jason Cooper wrote: > >> On Thu, May 15, 2014 at 12:17:35PM +0200, Gregory CLEMENT wrote: > >>> This patch adds the selecti

Re: [PATCH] usb: ehci_orion should be builable for mvebu multi platform

2014-06-09 Thread Jason Cooper
Peter, Please amend your subject line to match the other commits in drivers/usb. Also, s/builable/buildable/ On Sun, Jun 08, 2014 at 09:43:57PM +0100, Peter Robinson wrote: > The ehci_orion is used by numerous mvebu SoCs and not just Orion > so enable it so it can be built as part of the mvebu m