Re: [PATCH v2 2/2] usb: chipidea: Add support for zynq usb host and device controller

2014-06-28 Thread Peter Chen
On Fri, Jun 27, 2014 at 02:55:15PM +0200, Michael Grzeschik wrote: > Hi, > > On Fri, Jun 27, 2014 at 04:53:53PM +0530, Punnaiah Choudary Kalluri wrote: > > Zynq soc uses Chipidea/Synopsys usb IP core(CI13612). This patch adds > > necessary glue to allow the chipidea driver to work on zynq soc. > >

[PATCH 1/1] drivers/usb/serial/mos7840.c: remove unnecessary null test before kfree

2014-06-28 Thread Fabian Frederick
Cc: Johan Hovold Cc: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org Signed-off-by: Fabian Frederick --- drivers/usb/serial/mos7840.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/usb/serial/mos7840.c b/drivers/usb/serial/mos7840.c index 393be56..3d88eef 10064

Re: Jetson TK1 USB support?

2014-06-28 Thread Grant
>> The following wiki page indicates that USB3 is not working on the Jetson TK1: >> >> http://elinux.org/Tegra/Boards/NVIDIA_Jetson_TK1 >> >> Does that mean USB is not working at all or should USB2 work? > > USB-2 won't work if the board includes only a USB-3 controller. Actually this thread seem

Re: Jetson TK1 USB support?

2014-06-28 Thread Alan Stern
On Sat, 28 Jun 2014, Grant wrote: > >> I would > >> have thought USB2 would still work but I think I tried disabling > >> xhci_hcd and enabling ehci_hcd/ohci_hcd on my USB3 laptop and it > >> didn't work. > > > > What exactly do you mean when you say it didn't work? Does your USB-3 > > laptop co

[PATCH] usb: host: ohci-tmio: Use managed interfaces for resource allocation

2014-06-28 Thread Himangi Saraogi
This patch moves resources allocated using ioremap or dma_declare_coherent_memory to the corresponding managed interface. The function calls to free the allocated resources are removed in the probe and remove functions as they are no longer required. Also, some labels are done away with and a new l