Re: [PATCH v3 1/3]: ezusb: add support for Cypress FX2LP

2012-09-18 Thread Rene Buergel
This Patch adds support for the newer Cypress FX2LP. It also adapts three drivers currently using ezusb to the interface change. (whiteheat and keyspan[_pda]) Signed-off-by: René Bürgel --- diff --git a/drivers/usb/serial/ezusb.c b/drivers/usb/serial/ezusb.c index 3048b52d..351988d 100644 --- a

Re: [PATCH v3 2/3]: ezusb: add functions for firmware download

2012-09-18 Thread Rene Buergel
This patch adds new functions to upload firmware to the controller. The drivers currently using ezusb are adapted to use these new functions. This also fixes a bug occuring during firmware loading in the whiteheat-driver: The driver iterates over an ihex-formatted firmware using ++ on a "const

Re: [PATCH v3 3/3]: ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/misc

2012-09-18 Thread Rene Buergel
This patch moves drivers/usb/serial/ezusb.c to drivers/usb/misc/and adapts Makefiles and Kconfigs Signed-off-by: René Bürgel --- diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig index 1bfcd02..1c63b54 100644 --- a/drivers/usb/misc/Kconfig +++ b/drivers/usb/misc/Kconfig @@ -244,3 +

Re: [PATCH] staging: usbip: stub_dev: Fixed oops during removal of usbip_host

2012-09-18 Thread Dan Carpenter
On Tue, Sep 18, 2012 at 09:30:06AM +0530, navin patidar wrote: > stub_device_reset should set kernel thread pointers to NULL. > so that at the time of usbip_host removal stub_shoutdown_connection > doesn't try to kill kernel threads which are already killed. > If you have the Oops output, that's

Re: [PATCH] staging: usbip: vhci_hcd: Fixed oops during removal of vhci_hcd

2012-09-18 Thread Dan Carpenter
On Tue, Sep 18, 2012 at 10:16:56AM +0530, navin patidar wrote: > In response to "usbip detach -p [port_number]" user > command,vhci_shoutdown_connection gets > executed which kills tcp_tx,tcp_rx kernel threads and then vhci_device_reset > resets > all usb_device struct variables except kernel thr

Re: [PATCH 00/34] i.MX multi-platform support

2012-09-18 Thread Sascha Hauer
Hi Shawn, On Mon, Sep 17, 2012 at 01:34:29PM +0800, Shawn Guo wrote: > The series enables multi-platform support for imx. Since the required > frameworks (clk, pwm) and spare_irq have already been adopted on imx, > the series is all about cleaning up mach/* headers. Along with the > changes, arc

Re: [alsa-devel] [PATCH 00/34] i.MX multi-platform support

2012-09-18 Thread Shawn Guo
On Tue, Sep 18, 2012 at 09:52:13AM +0200, Sascha Hauer wrote: > I just had a look at the remaining initcalls in arch-imx. Most of them > are protected with a cpu_is_*, but this one should be fixed before i.MX > is enabled for multi platform: > > arch/arm/mach-imx/devices/devices.c:48:core_initcall

Re: [PATCH 00/34] i.MX multi-platform support

2012-09-18 Thread Shawn Guo
On Mon, Sep 17, 2012 at 09:51:38AM +0200, Sascha Hauer wrote: > I gave it a test on i.MX1, i.MX27, i.MX31 and i.MX35. All run fine, but > the last patch breaks the imx_v4_v5_defconfig: Somehow it now defaults > to ARMv7 based machines. I haven't looked into it, just reenabled > ARMv4/ARMv5 and the

[PATCH 1/1] USB: EHCI: Tegra: Fix wrong register definition

2012-09-18 Thread Jim Lin
Fix the issue that EHCI registers, hostpc[0] and usbmode_ex, are not correctly accessed on Tegra3 platform. Signed-off-by: Jim Lin --- include/linux/usb/ehci_def.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/linux/usb/ehci_def.h b/include/linux/usb/ehci_

[PATCH v3] powerpc/usb: fix bug of CPU hang when missing USB PHY clock

2012-09-18 Thread Shengzhou Liu
when missing USB PHY clock, kernel booting up will hang during USB initialization. We should check USBGP[PHY_CLK_VALID] bit to avoid CPU hanging in this case. Signed-off-by: Shengzhou Liu --- v3 change: no check for UTMI PHY. v2 change: use spin_event_timeout() instead. drivers/usb/host/ehci-fs

RE: [PATCH v2] powerpc/usb: fix bug of CPU hang when missing USB PHY clock

2012-09-18 Thread Liu Shengzhou-B36685
> -Original Message- > From: Kumar Gala [mailto:ga...@kernel.crashing.org] > Sent: Tuesday, September 18, 2012 1:35 PM > To: Greg KH > Cc: Liu Shengzhou-B36685; linuxppc-...@lists.ozlabs.org list; linux- > u...@vger.kernel.org > Subject: Re: [PATCH v2] powerpc/usb: fix bug of CPU hang whe

Re: [PATCH] staging: usbip: stub_dev: Fixed oops during removal of usbip_host

2012-09-18 Thread navin patidar
On Tue, Sep 18, 2012 at 1:10 PM, Dan Carpenter wrote: > On Tue, Sep 18, 2012 at 09:30:06AM +0530, navin patidar wrote: >> stub_device_reset should set kernel thread pointers to NULL. >> so that at the time of usbip_host removal stub_shoutdown_connection >> doesn't try to kill kernel threads which

Re: [PATCH] staging: usbip: stub_dev: Fixed oops during removal of usbip_host

2012-09-18 Thread Dan Carpenter
On Tue, Sep 18, 2012 at 03:02:15PM +0530, navin patidar wrote: > On Tue, Sep 18, 2012 at 1:10 PM, Dan Carpenter > wrote: > > On Tue, Sep 18, 2012 at 09:30:06AM +0530, navin patidar wrote: > >> stub_device_reset should set kernel thread pointers to NULL. > >> so that at the time of usbip_host remo

Re: [PATCH V4 0/5] ARM: OMAP: HOST: TLL driver implementation

2012-09-18 Thread Munegowda, Keshava
On Thu, Sep 13, 2012 at 5:14 PM, Munegowda, Keshava wrote: > On Mon, Aug 13, 2012 at 8:23 PM, Munegowda, Keshava > wrote: >> On Mon, Aug 13, 2012 at 7:39 PM, Felipe Balbi wrote: >>> On Mon, Aug 13, 2012 at 06:52:13PM +0530, Munegowda, Keshava wrote: On Fri, Jul 27, 2012 at 5:44 PM, Munegowd

[PATCH] EHCI/Xen: propagate controller reset information to hypervisor

2012-09-18 Thread Jan Beulich
Just like for the in-tree early console debug port driver, the hypervisor - when using a debug port based console - also needs to be told about controller resets, so it can suppress using and then re-initialize the debug port accordingly. Other than the in-tree driver, the hypervisor driver actual

Re: [PATCH] staging: usbip: stub_dev: Fixed oops during removal of usbip_host

2012-09-18 Thread navin patidar
for usbip_host event_handler() handles following events. defined in "usbip_common.h" 1. SDEV_EVENT_REMOVED (USBIP_EH_SHUTDOWN | USBIP_EH_RESET | USBIP_EH_BYE) 2. SDEV_EVENT_DOWN (USBIP_EH_SHUTDOWN | USBIP_EH_RESET) 3. SDEV_EVENT_ERROR_TCP(USBIP_EH_SHUTDOWN | USBIP_EH_R

Re: [PATCH] usbhid: call report_fixup before comparing descriptors

2012-09-18 Thread Sergei Shtylyov
Hello. On 18-09-2012 0:05, Kevin Daughtridge wrote: hid_post_reset checks the stored report descriptor against what is currently returned by the device. An HID driver's report_fixup method may have changed the stored descriptor, however, creating false positives. These leave some devices nonfun

Re: [PATCH] staging: usbip: stub_dev: Fixed oops during removal of usbip_host

2012-09-18 Thread Dan Carpenter
On Tue, Sep 18, 2012 at 05:14:41PM +0530, navin patidar wrote: > for usbip_host event_handler() handles following events. defined > in "usbip_common.h" > > 1. SDEV_EVENT_REMOVED (USBIP_EH_SHUTDOWN | USBIP_EH_RESET | USBIP_EH_BYE) > 2. SDEV_EVENT_DOWN (USBIP_EH_SHUTDOWN | USBIP_EH

RE: Linux USB Serial

2012-09-18 Thread Steven J. Ackerman
> It shouldn't. Your device follows the CDC ACM specification, aside from > the incorrect subclass. Such devices don't generate /dev/ttyUSB devices > nodes. They generate /dev/ttyACM nodes. > Thank you. I did some more research on this last night and found out that I was being mis-lead by obser

[usb:usb-next 25/32] drivers/usb/serial/omninet.c:165:6: warning: unused variable 'i'

2012-09-18 Thread Fengguang Wu
Hi Greg, FYI, there are new compile warnings show up in tree: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-next head: 07764958947c381ef095fc69503c1ef1775f316e commit: 6e03b8cecbd836f729afe1a50814544baa5e5f97 [25/32] USB: Serial: omninet.c: remove debug module parameter co

[RFC PATCH v1 0/3] usbnet: runtime suspend when link becomes down

2012-09-18 Thread Ming Lei
Hi, Currently only very few usbnet devices support the traffic based runtime PM, eg. wake up devices if there are packets to be transmitted. For the below situation, it should make sense to runtime suspend usbnet device to save power: - after network link becomes down This patch impleme

[RFC PATCH v1 1/3] usbnet: introduce usbnet_link_change API

2012-09-18 Thread Ming Lei
This patch introduces the API of usbnet_link_change, so that usbnet can trace the link change, which may help to implement the later runtime PM triggered by usb ethernet link change. Signed-off-by: Ming Lei --- drivers/net/usb/usbnet.c | 13 - include/linux/usb/usbnet.h |2 +-

[RFC PATCH v1 2/3] usbnet: apply usbnet_link_change

2012-09-18 Thread Ming Lei
This patch applies the introduce usbnet_link_change API. Signed-off-by: Ming Lei --- drivers/net/usb/asix_devices.c |6 +- drivers/net/usb/cdc_ether.c|5 + drivers/net/usb/cdc_ncm.c |9 +++-- drivers/net/usb/dm9601.c |7 +-- drivers/net/usb/mcs7830.

[RFC PATCH v1 3/3] usbnet: support runtime PM triggered by link change

2012-09-18 Thread Ming Lei
This patch implements runtime PM triggered by link change event for devices which haven't defined manage_power() callback, based on the below consideration: - this kind of runtime PM has been supported by some PCI network interfaces already, and it does make sense to suspend the usb device to save

Re: [PATCH] EHCI/Xen: propagate controller reset information to hypervisor

2012-09-18 Thread Alan Stern
On Tue, 18 Sep 2012, Jan Beulich wrote: > Just like for the in-tree early console debug port driver, the > hypervisor - when using a debug port based console - also needs to be > told about controller resets, so it can suppress using and then > re-initialize the debug port accordingly. > > Other

Re: [usb:usb-next 25/32] drivers/usb/serial/omninet.c:165:6: warning: unused variable 'i'

2012-09-18 Thread Greg Kroah-Hartman
On Tue, Sep 18, 2012 at 10:04:06PM +0800, Fengguang Wu wrote: > Hi Greg, > > FYI, there are new compile warnings show up in > > tree: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-next > head: 07764958947c381ef095fc69503c1ef1775f316e > commit: 6e03b8cecbd836f729afe1a5081454

Re: [RFC PATCH v1 0/3] usbnet: runtime suspend when link becomes down

2012-09-18 Thread Oliver Neukum
On Tuesday 18 September 2012 22:23:18 Ming Lei wrote: > Hi, > > Currently only very few usbnet devices support the traffic based > runtime PM, eg. wake up devices if there are packets to be transmitted. Hi, independent of the rest it seems to me that the first two patches in your series are a us

Re: [PATCH 1/1] USB: EHCI: Tegra: Fix wrong register definition

2012-09-18 Thread Alan Stern
On Tue, 18 Sep 2012, Jim Lin wrote: > Fix the issue that EHCI registers, hostpc[0] and usbmode_ex, > are not correctly accessed on Tegra3 platform. > > Signed-off-by: Jim Lin > --- > include/linux/usb/ehci_def.h |6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a

Re: [RFC PATCH v1 0/3] usbnet: runtime suspend when link becomes down

2012-09-18 Thread Ming Lei
On Tue, Sep 18, 2012 at 10:28 PM, Oliver Neukum wrote: > On Tuesday 18 September 2012 22:23:18 Ming Lei wrote: >> Hi, >> >> Currently only very few usbnet devices support the traffic based >> runtime PM, eg. wake up devices if there are packets to be transmitted. > > Hi, > > independent of the res

Re: [PATCH v2] powerpc/usb: fix bug of CPU hang when missing USB PHY clock

2012-09-18 Thread Greg KH
On Tue, Sep 18, 2012 at 12:35:09AM -0500, Kumar Gala wrote: > > On Aug 22, 2012, at 5:17 AM, Shengzhou Liu wrote: > > > when missing USB PHY clock, kernel booting up will hang during USB > > initialization. We should check USBGP[PHY_CLK_VALID] bit to avoid > > CPU hanging in this case. > > > > S

Re: XHCI Bug discovered in 3.6-RC6 (solution included)

2012-09-18 Thread Greg KH
On Tue, Sep 18, 2012 at 02:51:57AM +0200, Sebastian Gottschall (DD-WRT) wrote: > this following function is missing a important NULL check. if DMI is > not available or not enabled in the kernel config (which is common > in my case, since its a ARM Platform with XHCI support) > the xhci-hcd driver

RE: [PATCH 2/3] usb: gadget: Add USB functions gadget

2012-09-18 Thread Andrzej Pietrasiewicz
Hello Sebastian, On September 17, 2012 6:23 PM Sebastian Andrzej Siewior wrote: > > Not looking at code. Can you give a few bash lines which setup the > gadget? Please make it work with mass storage (which is ported in 3/3) > and something else like serial or ncm (or $your_favorite) which > (o

Re: [PATCH] EHCI/Xen: propagate controller reset information to hypervisor

2012-09-18 Thread Konrad Rzeszutek Wilk
On Tue, Sep 18, 2012 at 12:23:02PM +0100, Jan Beulich wrote: > Just like for the in-tree early console debug port driver, the > hypervisor - when using a debug port based console - also needs to be > told about controller resets, so it can suppress using and then > re-initialize the debug port acco

RE: [PATCH 3/3] usb: gadget: port f_mass_storage to USB functions gadget

2012-09-18 Thread Andrzej Pietrasiewicz
Hello Sebastian, On September 17, 2012 6:15 PM Sebastian Andrzej Siewior wrote: > >--- a/drivers/usb/gadget/storage_common.c > >+++ b/drivers/usb/gadget/storage_common.c > >@@ -321,7 +507,7 @@ enum { > > #ifndef FSG_NO_OTG > > static struct usb_otg_descriptor > > fsg_otg_desc = { > >-.bLeng

Re: [PATCH] EHCI/Xen: propagate controller reset information to hypervisor

2012-09-18 Thread Greg KH
On Tue, Sep 18, 2012 at 10:42:30AM -0400, Konrad Rzeszutek Wilk wrote: > On Tue, Sep 18, 2012 at 12:23:02PM +0100, Jan Beulich wrote: > > Just like for the in-tree early console debug port driver, the > > hypervisor - when using a debug port based console - also needs to be > > told about controlle

Re: [PATCH] EHCI/Xen: propagate controller reset information to hypervisor

2012-09-18 Thread Konrad Rzeszutek Wilk
On Tue, Sep 18, 2012 at 04:06:49PM +0100, Greg KH wrote: > On Tue, Sep 18, 2012 at 10:42:30AM -0400, Konrad Rzeszutek Wilk wrote: > > On Tue, Sep 18, 2012 at 12:23:02PM +0100, Jan Beulich wrote: > > > Just like for the in-tree early console debug port driver, the > > > hypervisor - when using a deb

RE: [PATCH 2/3] usb: gadget: Add USB functions gadget

2012-09-18 Thread Michal Nazarewicz
On Tue, Sep 18 2012, Andrzej Pietrasiewicz wrote: > This is how I would like to setup the gadget with mass storage > (udc interface unchanged, so no udc choice for user; configfs root > for the gadget is named "usb-function-gadget", probably to be changed > after the udc-core supports choice of oth

Re: [PATCH] usbhid: call report_fixup before comparing descriptors

2012-09-18 Thread Henrik Rydberg
Hi Kevin, > @@ -1436,6 +1436,10 @@ static int hid_post_reset(struct usb_int > kfree(rdesc); > return 1; > } > + > +if (hid->driver && hid->driver->report_fixup) > +rdesc = hid->driver->report_fixup(hid, rdesc, &status); > + > status = memcmp(rdesc, hid->rdes

RE: [PATCH 2/3] usb: gadget: Add USB functions gadget

2012-09-18 Thread Alan Stern
On Tue, 18 Sep 2012, Michal Nazarewicz wrote: > On Tue, Sep 18 2012, Andrzej Pietrasiewicz wrote: > > This is how I would like to setup the gadget with mass storage > > (udc interface unchanged, so no udc choice for user; configfs root > > for the gadget is named "usb-function-gadget", probably to

cannot submit urb 0, error -22: internal error followed by USB hung tasks

2012-09-18 Thread Gian-Carlo Pascutto
I'm connecting a Logitech H530 USB Audio headset and a Logitech C910 webcam to an Asrock K10N78M Pro with an NVIDIA Corporation MCP78S [GeForce 8200] chipset & ECHI controller. After being in a video conference for a while with Vidyo or Skype (using both the webcam and headset), the USB subsystem

Re: USB: ezusb: move ezusb.c from drivers/usb/serial to drivers/usb/misc

2012-09-18 Thread Greg KH
On Tue, Sep 18, 2012 at 09:03:01AM +0200, Rene Buergel wrote: > This patch moves drivers/usb/serial/ezusb.c to drivers/usb/misc/and > adapts Makefiles and Kconfigs > > Signed-off-by: René Bürgel > --- > diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig > index 1bfcd02..1c63b54 1006

Touchscreen USB HID gadget

2012-09-18 Thread Constantine Shulyupin
Once up on a time I've emulated a usb touchscreen using USB HID gadget driver. I captured and configured report descriptor and wrote sample application to just move cursor. Sources are attached. -- Constantine Shulyupin http://www.MakeLinux.com/ Embedded Linux Systems, Device Drivers, TI DaVinci

Re: [PATCH] USB: remove CONFIG_EXPERIMENTAL dependancies

2012-09-18 Thread Sarah Sharp
On Fri, Sep 14, 2012 at 09:15:50PM -0700, Greg Kroah-Hartman wrote: > From: Greg Kroah-Hartman > > As discussed at the kernel summit this year, CONFIG_EXPERIMENTAL means > nothing, so let's get rid of it. > > Cc: Kees Cook > Cc: Felipe Balbi > Cc: David Herrmann > Cc: Hauke Mehrtens > Cc: Al

Re: USB: EHCI: Many "Waited too long for the async..."

2012-09-18 Thread Alan Stern
On Tue, 18 Sep 2012, Thomas Voegtle wrote: > Hello, > > With 3.6.0-rc6 I see a lot of these lines: > [ 216.240493] ehci_hcd :00:10.4: Waited too long for the async > schedule status, giving up > > So about 2 in a second. Can you provide a usbmon trace for that bus? Instructions are in Doc

Re: USB: EHCI: Many "Waited too long for the async..."

2012-09-18 Thread Thomas Voegtle
Sorry, resending that mail, previous got obviously too big. On Tue, 18 Sep 2012, Alan Stern wrote: On Tue, 18 Sep 2012, Thomas Voegtle wrote: Hello, With 3.6.0-rc6 I see a lot of these lines: [ 216.240493] ehci_hcd :00:10.4: Waited too long for the async schedule status, giving up So

usb-serial.c:1415 code aligned with following code on line 1416

2012-09-18 Thread Fengguang Wu
Hi Greg, FYI, coccinelle warns about drivers/usb/serial/usb-serial.c:1415:3-51: code aligned with following code on line 1416 vim +1415 drivers/usb/serial/usb-serial.c 1412 /* we only set the reset_resume field if the serial_driver has one */ 1413 for (sd = serial_driver

Re: [PATCH v3] USB: mxs-phy: add basic otg support

2012-09-18 Thread Richard Zhao
On Mon, Sep 17, 2012 at 01:06:21PM +0300, Alexander Shishkin wrote: > Richard Zhao writes: > > > Signed-off-by: Richard Zhao > > Acked-by: Felipe Balbi > > Felipe said, > > > if you add a commit log you can add my: > > > > Acked-by: Felipe Balbi > > but the commit message is still totally

Re: [PATCH] USB: chipidea: use OTGSC_BSV to detect vbus valid

2012-09-18 Thread Richard Zhao
On Mon, Sep 17, 2012 at 04:52:59PM +0800, Chen Peter-B29397 wrote: > > > > > > > OTGSC_AVVIS cannot be set when vbus voltage goes valid or invalid on > > imx, so convert to use OTGSC_BSV. > > > > Not just on imx, from the IC guys, it is chipidea's feature. > the AVVIS will not go to 1 when

[PATCH v2 RESEND] USB: chipidea: convert to use devm_request_irq

2012-09-18 Thread Richard Zhao
Signed-off-by: Richard Zhao --- drivers/usb/chipidea/core.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/usb/chipidea/core.c b/drivers/usb/chipidea/core.c index 307651b..0942b9b 100644 --- a/drivers/usb/chipidea/core.c +++ b/drivers/usb/chipidea/core.c @@ -4

Re: USB problem on beagleboard clone

2012-09-18 Thread Paul Walmsley
Hi On Fri, 14 Sep 2012, Maximilian Schwerin wrote: > we've designed two beagle board clones (two different layouts) for a > customer. After quite some time without any problems they are now seeing > USB problems on some of the boards. I have so far not been able to > reproduce the problem... >

Re: [PATCH v2 10/11] USB: chipidea: add set_vbus_power support

2012-09-18 Thread Richard Zhao
Alex, I find you dropped this too. Did you mean to add it after otg driver or any other reason? Thanks Richard -- 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-i

Re: [PATCH v2 RESEND] USB: chipidea: convert to use devm_request_irq

2012-09-18 Thread Marek Vasut
Dear Richard Zhao, You know, commit message would be nice to have. > Signed-off-by: Richard Zhao Otherwise Reviewed-by: Marek Vasut > --- > drivers/usb/chipidea/core.c |5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/drivers/usb/chipidea/core.c b/drivers/usb

Re: [PATCH v2 RESEND] USB: chipidea: convert to use devm_request_irq

2012-09-18 Thread Richard Zhao
On Wed, Sep 19, 2012 at 03:30:41AM +0200, Marek Vasut wrote: > Dear Richard Zhao, > > You know, commit message would be nice to have. Yes, but for this one, the title shows obviously what it changed, doesn't it? Thanks Richard > > > Signed-off-by: Richard Zhao > > Otherwise > > Reviewed-by: M

Re: [PATCH] usbhid: call report_fixup before comparing descriptors

2012-09-18 Thread Kevin Daughtridge
On 09/18/12 09:16 N.U., Henrik Rydberg wrote: You can use dev_rdesc here instead. Hi Henrik. Thanks for the tip. I tried comparing rdesc to hid->dev_rdesc without any report_fixup call, but the problem (device nonfunctional with "reset_resume error 1" message) still occurred. Upon looking at h

[PATCH v2] HID: leave dev_rdesc unmodified and use it for comparisons

2012-09-18 Thread Kevin Daughtridge
The dev_rdesc member of the hid_device structure is meant to store the original report descriptor received from the device, but it is currently passed to any report_fixup method before it is copied to the rdesc member. This patch moves the kmemdup to before, not after, the report_fixup call, keepi

[PATCH v2 1/1] USB: EHCI: Tegra: Fix wrong register definition

2012-09-18 Thread Jim Lin
Fix the issue that EHCI registers, hostpc[0] and usbmode_ex, are not correctly accessed on Tegra3 platform. Signed-off-by: Jim Lin --- Changes in v2: - Modify array size for reserved4[] only. - Note that defining hostpc[0] is for a variable-length object. include/linux/usb/ehci_def.h |2 +-

Re: [PATCH v2 1/1] USB: EHCI: Tegra: Fix wrong register definition

2012-09-18 Thread Greg KH
On Wed, Sep 19, 2012 at 11:48:50AM +0800, Jim Lin wrote: > Fix the issue that EHCI registers, hostpc[0] and usbmode_ex, > are not correctly accessed on Tegra3 platform. > > Signed-off-by: Jim Lin > --- > Changes in v2: > - Modify array size for reserved4[] only. > - Note that defining hostpc[0] i

AW: USB problem on beagleboard clone

2012-09-18 Thread Maximilian Schwerin
Hi, > -Ursprüngliche Nachricht- > Von: linux-usb-ow...@vger.kernel.org > [mailto:linux-usb-ow...@vger.kernel.org] Im Auftrag von Paul Walmsley > Gesendet: Mittwoch, 19. September 2012 03:24 > An: Maximilian Schwerin > Cc: linux-o...@vger.kernel.org; linux-usb@vger.kernel.org > Betreff: Re