Re: [PATCH] usb: gadget: fotg210-udc: Use module_platform_driver_probe macro

2013-06-20 Thread Yuan-Hsin Chen
Hi, On Thu, Jun 20, 2013 at 8:16 PM, Felipe Balbi wrote: > > Hi, > > On Thu, Jun 20, 2013 at 01:53:13PM +, Yuan-Hsin Chen wrote: > > Because fotg210-udc is configured as a non-hotpluggable device, > > that makes sense to use module_platform_driver_probe() instead of > > module_platform_drive

Re: [RFC PATCH v1 1/6] USB: HCD: support giveback of URB in tasklet context

2013-06-20 Thread Ming Lei
On Fri, Jun 21, 2013 at 12:46 PM, Ming Lei wrote: > On Fri, Jun 21, 2013 at 9:12 AM, Ming Lei wrote: >> On Fri, Jun 21, 2013 at 12:52 AM, Alan Stern >> wrote: >>> On Thu, 20 Jun 2013, Ming Lei wrote: >>> On Thu, Jun 20, 2013 at 10:59 PM, Alan Stern wrote: > > By the way, d

Re: [RFC PATCH v1 1/6] USB: HCD: support giveback of URB in tasklet context

2013-06-20 Thread Ming Lei
On Fri, Jun 21, 2013 at 9:12 AM, Ming Lei wrote: > On Fri, Jun 21, 2013 at 12:52 AM, Alan Stern > wrote: >> On Thu, 20 Jun 2013, Ming Lei wrote: >> >>> On Thu, Jun 20, 2013 at 10:59 PM, Alan Stern >>> wrote: >>> > >>> > By the way, did you consider the race that Oliver pointed out? When an >>

Re: [PATCH V2] USB: initialize or shutdown PHY when add or remove host controller

2013-06-20 Thread Chao Xie
correct for irq. irq number is get by gludriver, while irq is requested by EHCO HCD. On Fri, Jun 21, 2013 at 9:07 AM, Chao Xie wrote: > On Fri, Jun 21, 2013 at 1:25 AM, Alan Stern wrote: >> On Thu, 20 Jun 2013, Felipe Balbi wrote: >> >>> > In fact, the PHY setting and handling is related to plat

Re: [RFC PATCH v1 1/6] USB: HCD: support giveback of URB in tasklet context

2013-06-20 Thread Ming Lei
On Fri, Jun 21, 2013 at 12:52 AM, Alan Stern wrote: > On Thu, 20 Jun 2013, Ming Lei wrote: > >> On Thu, Jun 20, 2013 at 10:59 PM, Alan Stern >> wrote: >> > >> > By the way, did you consider the race that Oliver pointed out? When an >> > HCD is removed, all the outstanding URBs for all devices o

Re: [PATCH V2] USB: initialize or shutdown PHY when add or remove host controller

2013-06-20 Thread Chao Xie
On Fri, Jun 21, 2013 at 1:25 AM, Alan Stern wrote: > On Thu, 20 Jun 2013, Felipe Balbi wrote: > >> > In fact, the PHY setting and handling is related to platform or SOC, >> > and for different SOC they can >> > have same EHCI HCD but they PHY handling can be different. >> > Omap'a case is the exam

[PATCH] option,qcserial: move Novatel Gobi1K IDs to qcserial

2013-06-20 Thread Dan Williams
These devices are all Gobi1K devices (according to the Windows INF files) and should be handled by qcserial instead of option. Their network port is handled by qmi_wwan. Signed-off-by: Dan Williams --- drivers/usb/serial/option.c | 4 drivers/usb/serial/qcserial.c | 8 +++- 2 files c

Re: [PATCH] option: remove Novatel/Verizon USB-1000 (handled by qc_serial/qmi_wwan)

2013-06-20 Thread Greg Kroah-Hartman
On Thu, Jun 20, 2013 at 03:16:42PM -0500, Dan Williams wrote: > On Thu, 2013-06-20 at 13:27 -0500, Dan Williams wrote: > > The USB-1000 is a Gobi1K device in USB dongle form, requires firmware > > download via gobi_loader, and has the Gobi1K descriptor layout. It > > also supports QMI like any oth

Re: [PATCH] option: remove Novatel/Verizon USB-1000 (handled by qc_serial/qmi_wwan)

2013-06-20 Thread Dan Williams
On Thu, 2013-06-20 at 13:27 -0500, Dan Williams wrote: > The USB-1000 is a Gobi1K device in USB dongle form, requires firmware > download via gobi_loader, and has the Gobi1K descriptor layout. It > also supports QMI like any other Gobi1K device, but option grabs > all the USB interfaces and preven

Re: [PATCH V4 00/11] USB: OHCI:Properly handle ohci_suspend()routine in bus glue

2013-06-20 Thread Alan Stern
On Thu, 20 Jun 2013, Manjunath Goudar wrote: > Suspend scenario in case of ohci bus glue was not properly handled as > it was not suspending generic part of ohci controller. Calling > explicitly the ohci_suspend()routine will ensure proper handling > of suspend scenario. > > V2: > -Incase ohci_s

[PATCH] option: remove Novatel/Verizon USB-1000 (handled by qc_serial/qmi_wwan)

2013-06-20 Thread Dan Williams
The USB-1000 is a Gobi1K device in USB dongle form, requires firmware download via gobi_loader, and has the Gobi1K descriptor layout. It also supports QMI like any other Gobi1K device, but option grabs all the USB interfaces and prevents qmi_wwan and qc_serial from handling the device. Signed-off

Re: question about USB interface probe order and synchronization

2013-06-20 Thread Thomas Pugliese
On Thu, 20 Jun 2013, Alan Stern wrote: > On Thu, 20 Jun 2013, Greg KH wrote: > > > > I'm not exactly sure what the implications of combining the modules are > > > so > > > I don't know if that would fix it or not. > > > > > > It is true that an HWA will always have an associated radio contro

Re: question about USB interface probe order and synchronization

2013-06-20 Thread Alan Stern
On Thu, 20 Jun 2013, Greg KH wrote: > > I'm not exactly sure what the implications of combining the modules are so > > I don't know if that would fix it or not. > > > > It is true that an HWA will always have an associated radio controller > > interface but the inverse is not always true. A UW

Re: [RFC PATCH v2 1/1] Intel xhci: refactor EHCI/xHCI port switching

2013-06-20 Thread Alan Stern
On Thu, 20 Jun 2013, Mathias Nyman wrote: > Make the Linux xHCI driver automatically try to switchover the EHCI ports to > xHCI when an Intel xHCI host is detected, and it also finds an Intel EHCI > host. > > This means we will no longer have to add Intel xHCI hosts to a quirks list > when > th

Re: [RFC PATCH 4/6] USB: ehci-omap: Suspend the controller during bus suspend

2013-06-20 Thread Alan Stern
On Thu, 20 Jun 2013, Roger Quadros wrote: > > runtime_resume(dev) > > { > > ... > > > > if (omap->flags & OMAP_EHCI_IRQ_PENDING) { > > process_pending_irqs(omap); > > OK, thanks. > > But I'm not sure if the generic ehci_irq handler is able to > run in a process context. May

Re: question about USB interface probe order and synchronization

2013-06-20 Thread Thomas Pugliese
On Wed, 19 Jun 2013, Greg KH wrote: > On Wed, Jun 19, 2013 at 03:33:51PM -0500, Thomas Pugliese wrote: > > Hi, > > I am attempting to debug a problem where the hwa_hc module occasionally > > fails to start correctly when an HWA device is plugged in. An HWA device > > consists of two USB inte

Re: [PATCH V2] USB: initialize or shutdown PHY when add or remove host controller

2013-06-20 Thread Alan Stern
On Thu, 20 Jun 2013, Felipe Balbi wrote: > > In fact, the PHY setting and handling is related to platform or SOC, > > and for different SOC they can > > have same EHCI HCD but they PHY handling can be different. > > Omap'a case is the example, and i think some other vendors may have > > silimar ca

Re: [RFC PATCH 0/6] Suspend USB Host controller on bus suspend

2013-06-20 Thread Alan Stern
On Thu, 20 Jun 2013, Roger Quadros wrote: > >> As the omap-ehci controller driver needs to do some additional work to put > >> itself into suspend/resume and make sure it is resumed to process an > >> interrupt, > >> we need to be able to override irq, bus_suspend, and bus_resume handlers. > >>

Re: Linux USB file storage gadget with new UDC

2013-06-20 Thread Alan Stern
On Thu, 20 Jun 2013, victor yeo wrote: > The problem is in UDC driver. i made the change, it is ok now. Good. I noticed that the usb_ep_set_wedge routine still isn't working right. You might try to fix that. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-usb" i

Re: question about USB interface probe order and synchronization

2013-06-20 Thread Greg KH
On Thu, Jun 20, 2013 at 12:05:21PM -0500, Thomas Pugliese wrote: > > > On Wed, 19 Jun 2013, Greg KH wrote: > > > On Wed, Jun 19, 2013 at 03:33:51PM -0500, Thomas Pugliese wrote: > > > Hi, > > > I am attempting to debug a problem where the hwa_hc module occasionally > > > fails to start correct

Re: [PATCH V2 5/6] USB: OHCI: make ohci-at91 a separate driver

2013-06-20 Thread Alan Stern
On Thu, 20 Jun 2013, Manjunath Goudar wrote: > > > @@ -686,7 +631,7 @@ ohci_hcd_at91_drv_suspend(struct platform_device > > *pdev, pm_message_t mesg) > > >* REVISIT: some boards will be able to turn VBUS off... > > >*/ > > > if (at91_suspend_entering_slow_clock()) { > > > -

Re: [RFC PATCH v1 1/6] USB: HCD: support giveback of URB in tasklet context

2013-06-20 Thread Alan Stern
On Thu, 20 Jun 2013, Ming Lei wrote: > On Thu, Jun 20, 2013 at 10:59 PM, Alan Stern > wrote: > > > > By the way, did you consider the race that Oliver pointed out? When an > > HCD is removed, all the outstanding URBs for all devices on its bus get > > cancelled. The core waits until the urb_li

Re: [RFC PATCH v1 1/6] USB: HCD: support giveback of URB in tasklet context

2013-06-20 Thread Ming Lei
On Thu, Jun 20, 2013 at 10:59 PM, Alan Stern wrote: > > By the way, did you consider the race that Oliver pointed out? When an > HCD is removed, all the outstanding URBs for all devices on its bus get > cancelled. The core waits until the urb_list for each endpoint is > empty. This should be en

Re: [RFC PATCH v1 1/6] USB: HCD: support giveback of URB in tasklet context

2013-06-20 Thread Alan Stern
On Thu, 20 Jun 2013, Ming Lei wrote: > >> Looks not always synchronous, control transfer is synchronous, and > >> interrupt transfer is still asynchronous. No drivers(hub, usbfs) depend > >> on that, and IMO, treating root hub same as hub will simplify HCD core, > >> and finally we can remove all

[RFC PATCH v2 1/1] Intel xhci: refactor EHCI/xHCI port switching

2013-06-20 Thread Mathias Nyman
Make the Linux xHCI driver automatically try to switchover the EHCI ports to xHCI when an Intel xHCI host is detected, and it also finds an Intel EHCI host. This means we will no longer have to add Intel xHCI hosts to a quirks list when the PCI device IDs change. Simply continuing to add new Inte

Announcing libusbx-1.0.16-rc1

2013-06-20 Thread Hans de Goede
Hi All, I'm very happy to announce libusbx-1.0.16-rc1, highlights: * As Nathan Hjelm already announced in his "libusb and libusbx merging" mail, Nathan has taken over libusb maintenance and this release is a combined effort between the libusb and libusbx projects! * Hotplug support for Darwin a

[RFC] usb: musb: do not change dev's dma_mask

2013-06-20 Thread Sebastian Andrzej Siewior
Commit 8d2421e ("usb: musb: kill global and static for multi instance") removed the global dma_mask copy and replaced by parent's DMA mask. The problem here is that if the parent does not have a dma_mask then musb_remove() goes kaboom. Instead trying to fix this I was thinking we do we need to eras

Re: [RFC PATCH 5/6] ARM: dts: omap3beagle-xm: Add idle state pins for USB host

2013-06-20 Thread Roger Quadros
On 06/20/2013 03:02 PM, Roger Quadros wrote: > On 06/20/2013 02:55 PM, Roger Quadros wrote: >> On 06/19/2013 09:42 PM, Kevin Hilman wrote: >>> Roger Quadros writes: >>> Add the Idle state pins for USB host and enable WAKEUP on DIR, DAT0-3, so that the PHY can wakeup the OMAP SoC from >>>

Re: [RFC PATCH 6/6] ARM: OMAP3: Enable Hardware Save and Restore for USB Host

2013-06-20 Thread Roger Quadros
On 06/19/2013 08:30 PM, Sergei Shtylyov wrote: > Hello. > > On 06/19/2013 06:05 PM, Roger Quadros wrote: > >> To ensure hardware context is restored while resuming from >> OFF mode we need to enable the Hardware SAR bit for the >> USB Host power domain. > >> Signed-off-by: Roger Quadros >> ---

Re: [RFC PATCH 0/6] Suspend USB Host controller on bus suspend

2013-06-20 Thread Roger Quadros
On 06/19/2013 06:23 PM, Alan Stern wrote: > On Wed, 19 Jun 2013, Roger Quadros wrote: > >> Hi, >> >> This series attempts to suspend the OMAP EHCI host controller on USB >> Bus suspend. > > Why do you want to suspend the host controller during bus suspend? > They are two different operations an

Re: [RFC PATCH 4/6] USB: ehci-omap: Suspend the controller during bus suspend

2013-06-20 Thread Roger Quadros
On 06/20/2013 03:11 PM, Felipe Balbi wrote: > Hi, > > On Wed, Jun 19, 2013 at 05:05:51PM +0300, Roger Quadros wrote: >> Runtime suspend the controller during bus suspend and resume it >> during bus resume. This will ensure that the USB Host power domain >> enters lower power state and does not pre

Re: [RFC PATCH 4/6] USB: ehci-omap: Suspend the controller during bus suspend

2013-06-20 Thread Roger Quadros
On 06/19/2013 08:39 PM, Kevin Hilman wrote: > Hi Roger, > > Roger Quadros writes: > >> Runtime suspend the controller during bus suspend and resume it >> during bus resume. This will ensure that the USB Host power domain >> enters lower power state and does not prevent the SoC from >> endering d

Re: [RFC PATCH 1/6] mfd: omap-usb-host: move initialization to module_init()

2013-06-20 Thread Roger Quadros
On 06/20/2013 03:07 PM, Felipe Balbi wrote: > Hi, > > On Wed, Jun 19, 2013 at 05:05:48PM +0300, Roger Quadros wrote: >> We no longer need to be initialized in any particular order >> so move driver initialization to the standard place i.e. module_init() >> >> CC: Samuel Ortiz >> Signed-off-by: Ro

Re: [RFC PATCH 2/6] mfd: omap-usb-host: Put pins in IDLE state on suspend

2013-06-20 Thread Roger Quadros
On 06/19/2013 08:23 PM, Kevin Hilman wrote: > Hi Roger, > > Roger Quadros writes: > >> In order to support wake up from suspend use the pinctrl >> framework to put the USB host pins in IDLE state during suspend. >> >> CC: Samuel Ortiz >> Signed-off-by: Roger Quadros > > You should use helpers

[PATCH 1/1] net: add dm9620 net usb driver

2013-06-20 Thread Joseph CHANG
DM9620 is an USB2.0 network adapter rather than DM9601 USB1.1. This driver processed the RX data 4 bytes header, TX data 2 bytes header, make the control bit exactly right in PHY write function, and optional IFF_ALLMUTLI bit for RX control. Tested good for many platforms, include X86 desktop and A

Re: [PATCH V2] USB: initialize or shutdown PHY when add or remove host controller

2013-06-20 Thread Felipe Balbi
Hi, On Thu, Jun 20, 2013 at 08:53:05AM +0800, Chao Xie wrote: > >> @@ -2674,6 +2693,9 @@ void usb_remove_hcd(struct usb_hcd *hcd) > >> free_irq(hcd->irq, hcd); > >> } > >> > >> + if (hcd->phy) > >> + usb_phy_shutdown(hcd->phy); > >> + > >> usb_put_

Re: [PATCH] usb: gadget: fotg210-udc: Use module_platform_driver_probe macro

2013-06-20 Thread Felipe Balbi
Hi, On Thu, Jun 20, 2013 at 01:53:13PM +, Yuan-Hsin Chen wrote: > Because fotg210-udc is configured as a non-hotpluggable device, > that makes sense to use module_platform_driver_probe() instead of > module_platform_driver(). This also fixes the section mismatch issue. > > Signed-off-by: Yuan

Re: [RFC PATCH 4/6] USB: ehci-omap: Suspend the controller during bus suspend

2013-06-20 Thread Felipe Balbi
Hi, On Wed, Jun 19, 2013 at 05:05:51PM +0300, Roger Quadros wrote: > Runtime suspend the controller during bus suspend and resume it > during bus resume. This will ensure that the USB Host power domain > enters lower power state and does not prevent the SoC from > endering deeper sleep states. >

Re: [RFC PATCH 1/6] mfd: omap-usb-host: move initialization to module_init()

2013-06-20 Thread Felipe Balbi
Hi, On Wed, Jun 19, 2013 at 05:05:48PM +0300, Roger Quadros wrote: > We no longer need to be initialized in any particular order > so move driver initialization to the standard place i.e. module_init() > > CC: Samuel Ortiz > Signed-off-by: Roger Quadros > --- > drivers/mfd/omap-usb-host.c |

Re: [RFC PATCH 5/6] ARM: dts: omap3beagle-xm: Add idle state pins for USB host

2013-06-20 Thread Roger Quadros
On 06/20/2013 02:55 PM, Roger Quadros wrote: > On 06/19/2013 09:42 PM, Kevin Hilman wrote: >> Roger Quadros writes: >> >>> Add the Idle state pins for USB host and enable WAKEUP on >>> DIR, DAT0-3, so that the PHY can wakeup the OMAP SoC from >>> sleep on any USB activity (e.g. remote wakeup or co

Re: [RFC PATCH 5/6] ARM: dts: omap3beagle-xm: Add idle state pins for USB host

2013-06-20 Thread Roger Quadros
On 06/19/2013 09:42 PM, Kevin Hilman wrote: > Roger Quadros writes: > >> Add the Idle state pins for USB host and enable WAKEUP on >> DIR, DAT0-3, so that the PHY can wakeup the OMAP SoC from >> sleep on any USB activity (e.g. remote wakeup or connect/disconnect). >> >> CC: Benoît Cousson >> Sig

Re: [PATCH V4 04/11] USB: OHCI: Properly handle ohci-da8xx suspend

2013-06-20 Thread Sergei Shtylyov
Hello. On 20-06-2013 13:36, Manjunath Goudar wrote: Suspend scenario in case of ohci-da8xx glue was not properly handled as it was not suspending generic part of ohci controller. Calling explicitly the ohci_suspend() routine in ohci_da8xx_suspend() will ensure proper handling of suspend scenari

Re: Linux USB file storage gadget with new UDC

2013-06-20 Thread victor yeo
Hi, >> Yes, i see the bad characters in the log file. I apologize for that, >> my eyes was in pain after looking thru the log files and did not >> notice that when i attached the log file. >> >> The good news is i can get gadget to work with Lenovo x100e on Ubuntu >> and Windows. The change is add

[PATCH V4 08/11] USB: OHCI: Properly handle ohci-platform suspend

2013-06-20 Thread Manjunath Goudar
Suspend scenario in case of ohci-platform glue was not properly handled as it was not suspending generic part of ohci controller. Calling explicitly the ohci_suspend() routine in ohci_platform_suspend() will ensure proper handling of suspend scenario. Signed-off-by: Manjunath Goudar Cc: Arnd Berg

[PATCH V4 09/11] USB: OHCI: Properly handle ohci-pxa27x suspend

2013-06-20 Thread Manjunath Goudar
Suspend scenario in case of ohci-pxa27x glue was not properly handled as it was not suspending generic part of ohci controller. Calling explicitly the ohci_suspend() routine in ohci_hcd_pxa27x_drv_suspend() will ensure proper handling of suspend scenario. Signed-off-by: Manjunath Goudar Cc: Arnd

[PATCH V4 11/11] USB: OHCI: Properly handle ohci-spear suspend

2013-06-20 Thread Manjunath Goudar
Suspend scenario in case of ohci-spear glue was not properly handled as it was not suspending generic part of ohci controller. Calling explicitly the ohci_suspend() routine in spear_ohci_hcd_drv_suspend() will ensure proper handling of suspend scenario. Signed-off-by: Manjunath Goudar Cc: Arnd Be

[PATCH V4 10/11] USB: OHCI: Properly handle ohci-sm501 suspend

2013-06-20 Thread Manjunath Goudar
Suspend scenario in case of ohci-sm501 glue was not properly handled as it was not suspending generic part of ohci controller. Calling explicitly the ohci_suspend() routine in ohci_sm501_suspend() will ensure proper handling of suspend scenario. Signed-off-by: Manjunath Goudar Cc: Arnd Bergmann

[PATCH V4 05/11] USB: OHCI: Properly handle ohci-ep93xx suspend

2013-06-20 Thread Manjunath Goudar
Suspend scenario in case of ohci-ep93xx glue was not properly handled as it was not suspending generic part of ohci controller. Calling explicitly the ohci_suspend() routine in ohci_hcd_ep93xx_drv_suspend() will ensure proper handling of suspend scenario. Signed-off-by: Manjunath Goudar Cc: Arnd

[PATCH V4 03/11] USB: OHCI: Properly handle ohci-s3c2410 suspend

2013-06-20 Thread Manjunath Goudar
Suspend scenario in case of ohci-s3c2410 glue was not properly handled as it was not suspending generic part of ohci controller. Calling explicitly the ohci_suspend() routine in ohci_hcd_s3c2410_drv_suspend() will ensure proper handling of suspend scenario. Signed-off-by: Manjunath Goudar Cc: Arn

[PATCH V4 07/11] USB: OHCI: Properly handle ohci-omap suspend

2013-06-20 Thread Manjunath Goudar
Suspend scenario in case of ohci-omap glue was not properly handled as it was not suspending generic part of ohci controller. Calling explicitly the ohci_suspend() routine in ohci_omap_suspend() will ensure proper handling of suspend scenario. Signed-off-by: Manjunath Goudar Cc: Arnd Bergmann Cc

[PATCH V4 04/11] USB: OHCI: Properly handle ohci-da8xx suspend

2013-06-20 Thread Manjunath Goudar
Suspend scenario in case of ohci-da8xx glue was not properly handled as it was not suspending generic part of ohci controller. Calling explicitly the ohci_suspend() routine in ohci_da8xx_suspend() will ensure proper handling of suspend scenario. Signed-off-by: Manjunath Goudar Cc: Arnd Bergmann

[PATCH V4 06/11] USB: OHCI: Properly handle ohci-exynos suspend

2013-06-20 Thread Manjunath Goudar
Suspend scenario in case of ohci-exynos glue was not properly handled as it was not suspending generic part of ohci controller. Calling explicitly the ohci_suspend() routine in exynos_ohci_suspend() will ensure proper handling of suspend scenario. Signed-off-by: Manjunath Goudar Cc: Arnd Bergmann

[PATCH V4 01/11] USB: OHCI: Properly handle OHCI controller suspend

2013-06-20 Thread Manjunath Goudar
Suspend scenario in case of OHCI was not properly handled in ochi_suspend()routine. This does proper handling of suspend scenario. Signed-off-by: Manjunath Goudar Cc: Arnd Bergmann Cc: Alan Stern Cc: Greg KH Cc: linux-usb@vger.kernel.org V3: New patch. V4: No change. --- drivers/usb/host/oh

[PATCH V4 02/11] USB: OHCI: Properly handle ohci-at91 suspend

2013-06-20 Thread Manjunath Goudar
Suspend scenario in case of ohci-at91 glue was not properly handled as it was not suspending generic part of ohci controller. Calling explicitly the ohci_suspend() routine in ohci_hcd_at91_drv_suspend() will ensure proper handling of suspend scenario. Signed-off-by: Manjunath Goudar Acked-by: Ala

[PATCH V4 00/11] USB: OHCI:Properly handle ohci_suspend()routine in bus glue

2013-06-20 Thread Manjunath Goudar
Suspend scenario in case of ohci bus glue was not properly handled as it was not suspending generic part of ohci controller. Calling explicitly the ohci_suspend()routine will ensure proper handling of suspend scenario. V2: -Incase ohci_suspend() fails, return right away without executing further.

ATENÇÃO

2013-06-20 Thread Administrador do Sistema
ATENÇÃO; Sua caixa de correio excedeu o limite de 5 GB de armazenamento, que é como definido pelo administrador, você está atualmente em execução no 10.9GB, você pode não ser capaz de enviar ou receber novas mensagens até que você re-validar a sua caixa de correio. Para revalidar sua caixa de c

Re: [PATCH v4] usb: dwc3: use extcon fwrk to receive connect/disconnect

2013-06-20 Thread Kishon Vijay Abraham I
Hi, On Monday 17 June 2013 09:39 AM, Chanwoo Choi wrote: On 06/14/2013 10:10 PM, Kishon Vijay Abraham I wrote: Modified dwc3-omap to receive connect and disconnect notification using extcon framework. Also did the necessary cleanups required after adapting to extcon framework. Signed-off-by: K

Re: [RFC PATCH 2/6] mfd: omap-usb-host: Put pins in IDLE state on suspend

2013-06-20 Thread Tony Lindgren
* Kevin Hilman [130619 10:30]: > Hi Roger, > > Roger Quadros writes: > > > In order to support wake up from suspend use the pinctrl > > framework to put the USB host pins in IDLE state during suspend. > > > > CC: Samuel Ortiz > > Signed-off-by: Roger Quadros > > You should use helpers for th

Re: Linux USB file storage gadget with new UDC

2013-06-20 Thread victor yeo
Hi, > Yes, i see the bad characters in the log file. I apologize for that, > my eyes was in pain after looking thru the log files and did not > notice that when i attached the log file. > > The good news is i can get gadget to work with Lenovo x100e on Ubuntu > and Windows. The change is adding mo