Re: usb3 hdd docking station doesn't work with recent kernels

2014-01-14 Thread Sergey Galanov
Hi Oliver. Yes, reverting that commit fixes the problem (I did it on top of 3.13rc8). On 13 January 2014 14:05, Oliver Neukum wrote: > On Sun, 2014-01-12 at 14:12 +0400, Sergey Galanov wrote: >> Hi. >> My hdd docking station (AgeStar 3UBT with usb3 support) stopped >> working after upgrade to lin

Re: [linux-sunxi] Re: [PATCH v5 2/2] ehci-platform: Add support for clks and phy passed through devicetree

2014-01-14 Thread Hans de Goede
Hi, On 01/14/2014 05:12 AM, Tony Prisk wrote: On 14/01/14 11:45, Hans de Goede wrote: Currently ehci-platform is only used in combination with devicetree when used with some Via socs. By extending it to (optionally) get clks and a phy from devicetree, and enabling / disabling those on power_on

RE: [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst [NEW HARDWARE]

2014-01-14 Thread David Laight
From: walt > On 01/09/2014 03:50 PM, Sarah Sharp wrote: > > >>> On Tue, Jan 07, 2014 at 03:57:00PM -0800, walt wrote: > >> > >> I've wondered if my xhci problems might be caused by hardware quirks, and > >> wondering why I seem to be the only one who has this problem. > >> > >> Maybe I could "take

[RFC PATCH 1/2] staging: dwc2: Move DWC2 usb driver out of staging

2014-01-14 Thread dinguyen
From: Dinh Nguyen Signed-off-by: Dinh Nguyen Cc: Paul Zimmerman Cc: Rashika Kheria Cc: Matthijs Kooijman Cc: Luis Ortega Perez de Villar Cc: Dom Cobley Cc: Ben Dooks Cc: Kukjin Kim Cc: Robert Baldyga Cc: Kyungmin Park Cc: Jingoo Han Cc: Felipe Balbi Cc: Greg Kroah-Hartman Cc: linux-s

[RFC PATCH 2/2] usb: gadget: s3c-hsotg: move s3c-hsotg driver into dwc2

2014-01-14 Thread dinguyen
From: Dinh Nguyen In preparation for combining the dwc2 host driver and the s3c-hsotg gadget driver into a dual-role USB driver, move the s3c-hsotg into the same place with DWC2 host driver. Signed-off-by: Dinh Nguyen Cc: Paul Zimmerman Cc: Rashika Kheria Cc: Matthijs Kooijman Cc: Luis Orteg

[RFC PATCH 0/2] dwc2/s3c-hsotg: Initial steps to combine the 2 driver

2014-01-14 Thread dinguyen
From: Dinh Nguyen Hi, I'm starting work downstream on combining the DWC2 host driver and the s3c-hsotg gadget driver into a dual-role OTG driver. Before I go further, I was hoping to solicit comments on whether or not my initial approach is correct? I know there are plans to combine the 2, so wo

Re: [RFC 00/10] xhci: re-work command queue management

2014-01-14 Thread Mathias Nyman
IMHO the xhci driver is already far too complicated, and this probably just makes it even worse. This is an attempt to make it cleaner and less complicated. In the end this series removes far more more code than it adds: 5 files changed, 373 insertions(+), 530 deletions(-) The timers are also

[PATCH 5/7] drivers/usb/dwc3: don't check resource with devm_ioremap_resource

2014-01-14 Thread Wolfram Sang
devm_ioremap_resource does sanity checks on the given resource. No need to duplicate this in the driver. Signed-off-by: Wolfram Sang --- Should go via subsystem tree drivers/usb/dwc3/dwc3-omap.c | 5 - 1 file changed, 5 deletions(-) diff --git a/drivers/usb/dwc3/dwc3-omap.c b/drivers/usb/

RE: [RFC 00/10] xhci: re-work command queue management

2014-01-14 Thread David Laight
From: Mathias Nyman ... > > The fact that you are having to allocate memory ion an ISR ought also to be > > ringing alarm bells. > > It did. > Other options are as you said to use a 'software command ring'. Either > just pre-allocate a full command ring (64 trbs * sizeof(struct > xhci_command)),

Re: [PATCH 1/2] usb: chipidea: usbmisc: Add support for i.MX27/i.MX31 CPUs

2014-01-14 Thread Uwe Kleine-König
Hello Alexander, On Tue, Jan 14, 2014 at 07:30:46AM +0400, Alexander Shiyan wrote: > I'll send you a personal letter with DT configuration. That would be great. You didn't send it yet, did you? Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König| Indust

Re: [PATCH 1/2] usb: chipidea: usbmisc: Add support for i.MX27/i.MX31 CPUs

2014-01-14 Thread Uwe Kleine-König
Hello Chris, On Tue, Jan 14, 2014 at 11:53:47AM +0800, Chris Ruehl wrote: > On Tuesday, January 14, 2014 11:30 AM, Alexander Shiyan wrote: > >Понедельник, 13 января 2014, 22:31 +01:00 от Uwe Kleine-König > >: > >>On Sat, Jan 11, 2014 at 06:01:48PM +0400, Alexander Shiyan wrote: > >>>Суббота, 11 я

problem to retrieve usb_serial object from usb_serial_port object

2014-01-14 Thread Silvio F.
Hello, I try to communicate with a cp210x-device on my usb bus. I create a sysfs object with some simple lines of code like the next one ... static ssize_t cp210x_show_x(struct device *dev, struct device_attribute *attr, char *buf) { struct usb_serial_port *port = to_usb_serial_p

Re: [PATCH 1/2] usb: chipidea: usbmisc: Add support for i.MX27/i.MX31 CPUs

2014-01-14 Thread Uwe Kleine-König
Hello Alexander, On Tue, Jan 14, 2014 at 02:47:39PM +0100, Uwe Kleine-König wrote: > On Tue, Jan 14, 2014 at 07:30:46AM +0400, Alexander Shiyan wrote: > > I'll send you a personal letter with DT configuration. > That would be great. You didn't send it yet, did you? I take that back, just found it

[PATCH 0/2] usb: gadget: f_fs: add asynchronous I/O support

2014-01-14 Thread Robert Baldyga
Hello, This two patches contains improvements for FunctionFS which allows to use it with asynchronous I/O interface. It also adds poll function for ep0, to make it usable without creating additional thread, needed by blocking I/O. More details in commit messages. Best regards Robert Baldyga Sams

[PATCH 1/2] usb: gadget: f_fs: add poll for endpoint 0

2014-01-14 Thread Robert Baldyga
This patch adds poll function for file representing ep0. Ability of read from or write to ep0 file is related with actual state of ffs: - When desctiptors or strings are not written yet, POLLOUT flag is set. - If there is any event to read, POLLIN flag is set. - If setup request was read, POLLIN a

[PATCH 2/2] usb: gadget: f_fs: add aio support

2014-01-14 Thread Robert Baldyga
This patch adds asynchronous I/O support for FunctionFS endpoint files. It adds ffs_epfile_aio_write() and ffs_epfile_aio_read() functions responsible for preparing AIO operations. It also modifies ffs_epfile_io() function, adding aio handling code. Instead of extending list of parameters of this

Re: problem to retrieve usb_serial object from usb_serial_port object

2014-01-14 Thread Oliver Neukum
On Tue, 2014-01-14 at 14:54 +0100, Silvio F. wrote: > Hello, > > I try to communicate with a cp210x-device on my usb bus. I create a sysfs > object with some simple lines of code like the next one ... > > static ssize_t cp210x_show_x(struct device *dev, struct device_attribute > *attr, char

Re: EG20T USB Gadget Performance

2014-01-14 Thread Felipe Balbi
On Mon, Jan 13, 2014 at 11:25:16PM -0500, Alan Ott wrote: > On 01/13/2014 09:01 PM, Alan Stern wrote: > >On Mon, 13 Jan 2014, Felipe Balbi wrote: > > > >>Hi, > >> > >>On Mon, Jan 13, 2014 at 03:20:31PM -0500, Alan Ott wrote: > >>>I have an EG20T-based board and have some issues with performance on

Re: [PATCH 5/7] drivers/usb/dwc3: don't check resource with devm_ioremap_resource

2014-01-14 Thread Felipe Balbi
On Tue, Jan 14, 2014 at 12:58:56PM +0100, Wolfram Sang wrote: > devm_ioremap_resource does sanity checks on the given resource. No need to > duplicate this in the driver. > > Signed-off-by: Wolfram Sang > --- > > Should go via subsystem tree too late for v3.14, I'll merge this for v3.15. -- b

Re: [RFC PATCH 0/2] dwc2/s3c-hsotg: Initial steps to combine the 2 driver

2014-01-14 Thread Greg KH
On Tue, Jan 14, 2014 at 05:01:00AM -0600, dingu...@altera.com wrote: > From: Dinh Nguyen > > Hi, > > I'm starting work downstream on combining the DWC2 host driver and the > s3c-hsotg > gadget driver into a dual-role OTG driver. Before I go further, I was hoping > to > solicit comments on whet

[PATCH] usb: chipidea: need to mask when writting endptflush and endptprime

2014-01-14 Thread Matthieu CASTET
ENDPTFLUSH and ENDPTPRIME registers are set by software and clear by hardware. There is a bit for each endpoint. When we are setting a bit for an endpoint we should make sure we not touch other endpoint bit. There is a race condition if the hardware clear the bit between the read and the write in

Re: usb3 hdd docking station doesn't work with recent kernels

2014-01-14 Thread Alan Stern
On Tue, 14 Jan 2014, Sergey Galanov wrote: > Hi Oliver. > Yes, reverting that commit fixes the problem (I did it on top of 3.13rc8). > > On 13 January 2014 14:05, Oliver Neukum wrote: > > On Sun, 2014-01-12 at 14:12 +0400, Sergey Galanov wrote: > >> Hi. > >> My hdd docking station (AgeStar 3UBT

Re: EG20T USB Gadget Performance

2014-01-14 Thread Alan Stern
On Mon, 13 Jan 2014, Alan Ott wrote: > > By the way, isn't it true that f_sourcesink uses only one request for > > each bulk endpoint? That would naturally lead to a delay each time the > > request completes and has to be resubmitted. > > That's what the comment at the top of the file says, but

Re: EG20T USB Gadget Performance

2014-01-14 Thread Alan Ott
On 01/14/2014 10:02 AM, Alan Stern wrote: On Mon, 13 Jan 2014, Alan Ott wrote: By the way, isn't it true that f_sourcesink uses only one request for each bulk endpoint? That would naturally lead to a delay each time the request completes and has to be resubmitted. That's what the comment at t

Re: EG20T USB Gadget Performance

2014-01-14 Thread Alan Ott
On 01/14/2014 02:08 AM, Pratyush Anand wrote: On Tue, Jan 14, 2014 at 02:06:13PM +0800, Alan Ott wrote: On 01/14/2014 12:08 AM, Rajaram R wrote: I guess it is something to do with the buffer size of the gadget driver. Could you please try change the buffer size to 16K and confirm if the delay i

Re: [PATCH] xhci: fix resume issues on Renesas chips

2014-01-14 Thread Don Zickus
On Mon, Jan 13, 2014 at 03:17:48PM -0800, Sarah Sharp wrote: > On Mon, Jan 13, 2014 at 10:49:49AM -0500, Don Zickus wrote: > > Some co-workers of mine bought Samsung laptops that had mostly usb3 ports. > > Those ports did not resume correctly (the driver would timeout communicating > > and fail).

Re: EG20T USB Gadget Performance

2014-01-14 Thread Alan Ott
On 01/14/2014 09:13 AM, Felipe Balbi wrote: On Mon, Jan 13, 2014 at 11:25:16PM -0500, Alan Ott wrote: On 01/13/2014 09:01 PM, Alan Stern wrote: On Mon, 13 Jan 2014, Felipe Balbi wrote: On Mon, Jan 13, 2014 at 03:20:31PM -0500, Alan Ott wrote: I have an EG20T-based board and have some issues

Re: XHCI issues: WD MyBook 1230 - reset SuperSpeed USB device

2014-01-14 Thread Alan Stern
On Tue, 14 Jan 2014, Peter Palúch wrote: > Dear friends, > > So far, there has been no response to this issue report. I understand > this is not a help desk with guaranteed replies but the fact that there > was no response whatsoever is surprising to me. This means that nobody who has looked a

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

2014-01-14 Thread Sarah Sharp
On Sun, Jan 12, 2014 at 10:36:56PM +0100, Arnaud Ebalard wrote: > Hi, > > a...@natisbad.org (Arnaud Ebalard) writes: > > > Both with a LaCie 2.5" USB 3.0 Rugged Mini disk (powered by the port) > > and a 3.5" SATA disk connected via an ICY DOCK MB981U3S-1S dock station > > (external power), I can

Re: [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst [NEW HARDWARE]

2014-01-14 Thread Sarah Sharp
On Mon, Jan 13, 2014 at 03:39:07PM -0800, walt wrote: > On 01/09/2014 03:50 PM, Sarah Sharp wrote: > > >>> On Tue, Jan 07, 2014 at 03:57:00PM -0800, walt wrote: > >> > >> I've wondered if my xhci problems might be caused by hardware quirks, and > >> wondering why I seem to be the only one who has

Re: EG20T USB Gadget Performance

2014-01-14 Thread Rajaram R
On Tue, Jan 14, 2014 at 9:26 PM, Alan Ott wrote: > On 01/14/2014 09:13 AM, Felipe Balbi wrote: >> >> On Mon, Jan 13, 2014 at 11:25:16PM -0500, Alan Ott wrote: >>> >>> On 01/13/2014 09:01 PM, Alan Stern wrote: On Mon, 13 Jan 2014, Felipe Balbi wrote: > On Mon, Jan 13, 2014 at 03:

[PATCH] usb: ftdi_sio: add Mindstorms EV3 console adapter

2014-01-14 Thread Bjørn Mork
Cc: Signed-off-by: Bjørn Mork --- Hello Greg! I saw your post on Google+ :-) You'll probably want one of these nice adapters to go with that toy. It's simply not worth the job making the console cable yourself. Bjørn drivers/usb/serial/ftdi_sio.c | 1 + drivers/usb/serial/ftdi_sio_ids.h

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

2014-01-14 Thread Bjørn Mork
Sarah Sharp writes: > On Sun, Jan 12, 2014 at 10:36:56PM +0100, Arnaud Ebalard wrote: > >> a...@natisbad.org (Arnaud Ebalard) writes: >> >> 2) on current 3.13.0-rc7 kernel (w/ Bjørn patch applied just in case), I > > Which patch are you referring to? I wondered about that too at first :-) But l

EHCI host broken -- interrupts disabled

2014-01-14 Thread Sarah Sharp
Hi Alan, All this info is second- or third-hand, so please excuse the extremely vague bug report. A new Intel Atom system (Baytrail) comes with both an xHCI host and an EHCI host, but the BIOS has an "EHCI only" option that hides the xHCI host PCI device from the operating system. It appears tha

Re: [PATCH] usb: ftdi_sio: add Mindstorms EV3 console adapter

2014-01-14 Thread Greg Kroah-Hartman
On Tue, Jan 14, 2014 at 06:56:54PM +0100, Bjørn Mork wrote: > Cc: > Signed-off-by: Bjørn Mork > --- > Hello Greg! > > I saw your post on Google+ :-) You'll probably want one of > these nice adapters to go with that toy. It's simply not worth > the job making the console cable yourself. Very tr

Re: EHCI host broken -- interrupts disabled

2014-01-14 Thread Sarah Sharp
On Tue, Jan 14, 2014 at 10:17:21AM -0800, Sarah Sharp wrote: > Hi Alan, > > All this info is second- or third-hand, so please excuse the extremely > vague bug report. > > A new Intel Atom system (Baytrail) comes with both an xHCI host and an > EHCI host, but the BIOS has an "EHCI only" option tha

Re: EHCI host broken -- interrupts disabled

2014-01-14 Thread Alan Stern
On Tue, 14 Jan 2014, Sarah Sharp wrote: > Hi Alan, I'm not a good person to ask about this. Maybe Bjorn can help. > All this info is second- or third-hand, so please excuse the extremely > vague bug report. > > A new Intel Atom system (Baytrail) comes with both an xHCI host and an > EHCI host,

Re: usb3 hdd docking station doesn't work with recent kernels

2014-01-14 Thread Sarah Sharp
On Tue, Jan 14, 2014 at 10:04:46AM -0500, Alan Stern wrote: > On Tue, 14 Jan 2014, Sergey Galanov wrote: > > > Hi Oliver. > > Yes, reverting that commit fixes the problem (I did it on top of 3.13rc8). > > > > On 13 January 2014 14:05, Oliver Neukum wrote: > > > On Sun, 2014-01-12 at 14:12 +0400,

Re: [PATCH v5 1/2] ohci-platform: Add support for devicetree instantiation

2014-01-14 Thread Alan Stern
On Mon, 13 Jan 2014, Hans de Goede wrote: > Add support for ohci-platform instantiation from devicetree, including > optionally getting clks and a phy from devicetree, and enabling / disabling > those on power_on / off. > > This should allow using ohci-platform from devicetree in various cases. >

Re: [PATCH v5 2/2] ehci-platform: Add support for clks and phy passed through devicetree

2014-01-14 Thread Alan Stern
On Mon, 13 Jan 2014, Hans de Goede wrote: > Currently ehci-platform is only used in combination with devicetree when used > with some Via socs. By extending it to (optionally) get clks and a phy from > devicetree, and enabling / disabling those on power_on / off, it can be used > more generically.

Re: usb3 hdd docking station doesn't work with recent kernels

2014-01-14 Thread Alan Stern
On Tue, 14 Jan 2014, Sarah Sharp wrote: > Alan, I believe your analysis of the code was incorrect when you asked > Xenia to create commit 60e102ac73cd40069d077014c93c86dc7205cb68 in > August: > > http://marc.info/?l=linux-usb&m=137780837109921&w=2 > > You asked her to set lpm_capable because you

Re: [Bug 68161] Unstable work of xhci with USB3.0 card reader and UDMA7 CompactFlash card.

2014-01-14 Thread tatxarata
Update on my current research status. 1. To get normal read/write speed over USB3 I have to set max_sector_kb to 64. Otherwise write is fine, but read is very slow (about 300kb/s). Maybe this is hardware issue of this reader/card. However over USB2 all works fine without any tweaks. All that s

Re: [PATCH] usb: ftdi_sio: add Mindstorms EV3 console adapter

2014-01-14 Thread Bjørn Mork
Greg Kroah-Hartman writes: > On Tue, Jan 14, 2014 at 06:56:54PM +0100, Bjørn Mork wrote: >> Cc: >> Signed-off-by: Bjørn Mork >> --- >> Hello Greg! >> >> I saw your post on Google+ :-) You'll probably want one of >> these nice adapters to go with that toy. It's simply not worth >> the job makin

Re: [RFC PATCH 0/2] dwc2/s3c-hsotg: Initial steps to combine the 2 driver

2014-01-14 Thread Dinh Nguyen
On Tue, 2014-01-14 at 06:21 -0800, Greg KH wrote: > On Tue, Jan 14, 2014 at 05:01:00AM -0600, dingu...@altera.com wrote: > > From: Dinh Nguyen > > > > Hi, > > > > I'm starting work downstream on combining the DWC2 host driver and the > > s3c-hsotg > > gadget driver into a dual-role OTG driver.

RE: [RFC PATCH 0/2] dwc2/s3c-hsotg: Initial steps to combine the 2 driver

2014-01-14 Thread Paul Zimmerman
> From: Dinh Nguyen [mailto:dingu...@altera.com] > Sent: Tuesday, January 14, 2014 12:46 PM > > On Tue, 2014-01-14 at 06:21 -0800, Greg KH wrote: > > On Tue, Jan 14, 2014 at 05:01:00AM -0600, dingu...@altera.com wrote: > > > From: Dinh Nguyen > > > > > > Hi, > > > > > > I'm starting work downstre

Re: [RFC PATCH 0/2] dwc2/s3c-hsotg: Initial steps to combine the 2 driver

2014-01-14 Thread Greg KH
On Tue, Jan 14, 2014 at 08:57:12PM +, Paul Zimmerman wrote: > > From: Dinh Nguyen [mailto:dingu...@altera.com] > > Sent: Tuesday, January 14, 2014 12:46 PM > > > > On Tue, 2014-01-14 at 06:21 -0800, Greg KH wrote: > > > On Tue, Jan 14, 2014 at 05:01:00AM -0600, dingu...@altera.com wrote: > > >

Re: [PATCH 3.12 033/118] usb: xhci: Link TRB must not occur within a USB payload burst [NEW HARDWARE]

2014-01-14 Thread walt
On 01/14/2014 09:20 AM, Sarah Sharp wrote: > On Mon, Jan 13, 2014 at 03:39:07PM -0800, walt wrote: >> Sarah, I just fixed my xhci bug for US$19.99 :) >> >> #lspci | tail -1 >> 04:00.0 USB controller: NEC Corporation uPD720200 USB 3.0 Host Controller >> (rev 03) >> >> This new NEC usb3 controller

Re: [RFC PATCH 0/2] dwc2/s3c-hsotg: Initial steps to combine the 2 driver

2014-01-14 Thread Dinh Nguyen
On Tue, 2014-01-14 at 13:14 -0800, Greg KH wrote: > On Tue, Jan 14, 2014 at 08:57:12PM +, Paul Zimmerman wrote: > > > From: Dinh Nguyen [mailto:dingu...@altera.com] > > > Sent: Tuesday, January 14, 2014 12:46 PM > > > > > > On Tue, 2014-01-14 at 06:21 -0800, Greg KH wrote: > > > > On Tue, Jan

Re: [PATCH v3 03/10] usb: find internal hub tier mismatch via acpi

2014-01-14 Thread Sarah Sharp
On Mon, Jan 13, 2014 at 08:57:38PM -0500, Alan Stern wrote: > On Mon, 13 Jan 2014, Sarah Sharp wrote: > > > On Mon, Jan 13, 2014 at 02:56:57PM -0800, Sarah Sharp wrote: > > > > I haven't looked at this too closely, but what happens if: > > > - the USB 2.0 roothub is registered > > > - userspace

Re: [PATCH v3 03/10] usb: find internal hub tier mismatch via acpi

2014-01-14 Thread Dan Williams
On Tue, Jan 14, 2014 at 1:42 PM, Sarah Sharp wrote: > On Mon, Jan 13, 2014 at 08:57:38PM -0500, Alan Stern wrote: >> On Mon, 13 Jan 2014, Sarah Sharp wrote: >> >> > On Mon, Jan 13, 2014 at 02:56:57PM -0800, Sarah Sharp wrote: >> >> > > I haven't looked at this too closely, but what happens if: >>

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

2014-01-14 Thread Arnaud Ebalard
Hi Sarah, Sarah Sharp writes: >> I can add the following: >> >> 2) I just tested the copy of the small files using the ICY DOCK >> MB981U3S-1S connected to my ReadyNAS 102 *on a 3.11.7 kernel* >> and it completed successfully. > > Please try a 3.13-rc7 kernel after running `git revert 35773dac

RE: [RFC PATCH 0/2] dwc2/s3c-hsotg: Initial steps to combine the 2 driver

2014-01-14 Thread Paul Zimmerman
> From: Dinh Nguyen [mailto:dingu...@altera.com] > Sent: Tuesday, January 14, 2014 1:30 PM > > On Tue, 2014-01-14 at 13:14 -0800, Greg KH wrote: > > On Tue, Jan 14, 2014 at 08:57:12PM +, Paul Zimmerman wrote: > > > > From: Dinh Nguyen [mailto:dingu...@altera.com] > > > > Sent: Tuesday, January

Re: [RFC/PATCH 1/3] pm: make PM macros more smart

2014-01-14 Thread David Cohen
On Fri, Dec 20, 2013 at 12:23:36PM -0800, David Cohen wrote: > On Fri, Dec 20, 2013 at 08:55:27PM +0100, Pavel Machek wrote: > > On Sun 2013-12-15 11:25:08, David Cohen wrote: > > > On Sun, Dec 15, 2013 at 06:51:12PM +0100, Pavel Machek wrote: > > > > On Thu 2013-12-12 21:18:23, David Cohen wrote:

[PATCH] ARM: sunxi: Add driver for sunxi usb phy

2014-01-14 Thread Hans de Goede
The Allwinner A1x / A2x SoCs have 2 or 3 usb phys which are all accessed through a single set of registers. Besides this there are also some other phy related bits which need poking, which are per phy, but shared between the ohci and ehci controllers, so these are also controlled from this new phy

Re: [PATCH v3 00/10] Just the essential port power control fixes for 3.14

2014-01-14 Thread Sarah Sharp
On Tue, Jan 07, 2014 at 12:29:28PM -0800, Dan Williams wrote: > Alan, Sarah, > > This revision boils down the port power control fixes to the > bare minimum to get the implementation functional and reliable. > Data structure changes are constrained to struct usb_port and > gone are the clumsier at

[PATCH] usb: gadget: bcm63xx_udc: fix build failure on DMA channel code

2014-01-14 Thread Florian Fainelli
Commit 3dc6475 ("bcm63xx_enet: add support Broadcom BCM6345 Ethernet") changed the ENETDMA[CS] macros such that they are no longer macros, but actual register offset definitions. The bcm63xx_udc driver was not updated, and as a result, causes the following build error to pop up: CC drivers/u

Re: [PATCH v3 00/10] Just the essential port power control fixes for 3.14

2014-01-14 Thread Dan Williams
On Tue, Jan 14, 2014 at 3:22 PM, Sarah Sharp wrote: > On Tue, Jan 07, 2014 at 12:29:28PM -0800, Dan Williams wrote: >> Alan, Sarah, >> >> This revision boils down the port power control fixes to the >> bare minimum to get the implementation functional and reliable. >> Data structure changes are co

Re: [PATCH v3 00/10] Just the essential port power control fixes for 3.14

2014-01-14 Thread Dan Williams
On Tue, Jan 14, 2014 at 5:27 PM, Dan Williams wrote: > On Tue, Jan 14, 2014 at 3:22 PM, Sarah Sharp > wrote: >> On Tue, Jan 07, 2014 at 12:29:28PM -0800, Dan Williams wrote: >>> Alan, Sarah, >>> >>> This revision boils down the port power control fixes to the >>> bare minimum to get the implement

Re: [PATCH 1/2] usb: chipidea: usbmisc: Add support for i.MX27/i.MX31 CPUs

2014-01-14 Thread Chris Ruehl
On Tuesday, January 14, 2014 09:49 PM, Uwe Kleine-König wrote: Hello Chris, On Tue, Jan 14, 2014 at 11:53:47AM +0800, Chris Ruehl wrote: On Tuesday, January 14, 2014 11:30 AM, Alexander Shiyan wrote: Понедельник, 13 января 2014, 22:31 +01:00 от Uwe Kleine-König : On Sat, Jan 11, 2014 at 06

Re: [PATCH v3 10/10] usb: documentation for usb port power off mechanisms

2014-01-14 Thread Dan Williams
On Mon, Jan 13, 2014 at 1:48 PM, Sarah Sharp wrote: > A couple comments below. > > On Tue, Jan 07, 2014 at 12:30:21PM -0800, Dan Williams wrote: >> From: Lan Tianyu >> >> describe the mechanisms for controlling port power policy and >> discovering the port power state. >> >> Cc: Oliver Neukum >>

Re: [PATCH] usb: chipidea: need to mask when writting endptflush and endptprime

2014-01-14 Thread Peter Chen
On Tue, Jan 14, 2014 at 03:39:25PM +0100, Matthieu CASTET wrote: > ENDPTFLUSH and ENDPTPRIME registers are set by software and > clear by hardware. > There is a bit for each endpoint. > When we are setting a bit for an endpoint we should make sure we not touch > other endpoint bit. There is a race

[PATCH net-next v2 3/3] r8152: ecm and vendor modes coexist

2014-01-14 Thread Hayes Wang
Remove the limitation that the ecm and r8152 drivers couldn't coexist. - Remove the devices from the blacklist of relative drivers. - Remove usb_driver_set_configuration() from r8152 driver. - Modify the id_table of the r8152 driver for the vendor mode only. Signed-off-by: Hayes Wang --- driv

[PATCH net-next v2 0/3] r8152: remove limitation

2014-01-14 Thread Hayes Wang
Remove the limitation between ecm mode and vendor mode. v2: replace the patch #3 with "ecm and vendor modes coexist". Hayes Wang (3): r8152: change the descriptor r8152: fix the warnings and a error from checkpatch.pl r8152: ecm and vendor modes coexist drivers/net/usb/Kconfig | 5 ++

[PATCH net-next v2 2/3] r8152: fix the warnings and a error from checkpatch.pl

2014-01-14 Thread Hayes Wang
Fix the following warnings and error: - WARNING: usb_free_urb(NULL) is safe this check is probably not required - WARNING: kfree(NULL) is safe this check is probably not required - ERROR: do not use C99 // comments Signed-off-by: Hayes Wang --- drivers/net/usb/r8152.c | 42 +++

[PATCH net-next v2 1/3] r8152: change the descriptor

2014-01-14 Thread Hayes Wang
The r8152 could support RTL8153. Update the relative descriptor. Signed-off-by: Hayes Wang --- drivers/net/usb/Kconfig | 5 +++-- drivers/net/usb/r8152.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index 47b0f73..6b638a

Re: [PATCH net-next v2 0/3] r8152: remove limitation

2014-01-14 Thread David Miller
From: Hayes Wang Date: Wed, 15 Jan 2014 10:42:13 +0800 > Remove the limitation between ecm mode and vendor mode. > > v2: replace the patch #3 with "ecm and vendor modes coexist". This looks better, series, applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-usb"

Your email a.w.a.r.d in the Jargua sum of $800, 000.00 send your full name, address phone number

2014-01-14 Thread jaguarautomobileanniversary
-- 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