Re: [PATCH v6 1/4] phy-sun4i-usb: Add missing EXPORT_SYMBOL for sun4i_usb_phy_set_squelch_detect

2015-07-19 Thread Hans de Goede
Hi, On 15-07-15 14:35, Kishon Vijay Abraham I wrote: Hi, On Wednesday 08 July 2015 08:11 PM, Hans de Goede wrote: sun4i_usb_phy_set_squelch_detect is used by other code, which may be built as a module, so it should be exported. Signed-off-by: Hans de Goede hdego...@redhat.com --- Changes in

Re: [PATCH 1/1] usb: chipidea: host: add own hc_driver for each hcd

2015-07-19 Thread Alan Stern
On Mon, 20 Jul 2015, Peter Chen wrote: On Fri, Jul 17, 2015 at 09:52:26AM -0400, Alan Stern wrote: On Fri, 17 Jul 2015, Peter Chen wrote: There are several benefits for doing like this: - hc_driver can be customized for each hcd - Other hcd hc_driver's initialization will not

Re: [PATCH v3 07/11] usb: otg: add OTG core

2015-07-19 Thread Peter Chen
On Fri, Jul 17, 2015 at 03:06:18PM +0300, Roger Quadros wrote: + +/** + * OTG FSM ops function to start/stop host + */ +static int usb_otg_start_host(struct otg_fsm *fsm, int on) +{ + struct otg_data *otgd = container_of(fsm, struct otg_data, fsm); + struct otg_hcd_ops *hcd_ops;

Re: RE

2015-07-19 Thread Mrs
- Original Message - WE NEED YOUR ATTENTION -- 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: [PATCH 1/1] usb: chipidea: host: add own hc_driver for each hcd

2015-07-19 Thread Peter Chen
On Fri, Jul 17, 2015 at 09:52:26AM -0400, Alan Stern wrote: On Fri, 17 Jul 2015, Peter Chen wrote: There are several benefits for doing like this: - hc_driver can be customized for each hcd - Other hcd hc_driver's initialization will not affect current one. We run out NULL pointer

Re: [PATCH v3 10/11] usb: otg: Add dual-role device (DRD) support

2015-07-19 Thread Peter Chen
On Fri, Jul 17, 2015 at 01:47:12PM +0300, Roger Quadros wrote: + * DRD mode hardware Inputs + * + * @id: TRUE for B-device, FALSE for A-device. + * @vbus: VBUS voltage in regulation. + * * OTG hardware Inputs * *Common inputs for A and B device @@ -122,7

[PATCH] xhci: Calculate old endpoints correctly on device reset

2015-07-19 Thread Brian Campbell
When resetting a device the number of active TTs may need to be corrected by xhci_update_tt_active_eps, but the number of old active endpoints supplied to it was always zero, so the number of TTs and the bandwidth reserved for them was not updated, and could rise unnecessarily. This affected

[PATCH] usb: gadget: mv_udc_core: fix phy_regs I/O memory leak

2015-07-19 Thread Alexey Khoroshilov
There was an omission in transition to devm_xxx resource handling. iounmap(udc-phy_regs) were removed, but ioremap() was left without devm_. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov khoroshi...@ispras.ru Fixes: 3517c31a8ece6 (usb: gadget:

Re: [PATCH 1/1] usb: chipidea: host: add own hc_driver for each hcd

2015-07-19 Thread Peter Chen
On Sun, Jul 19, 2015 at 10:22:47PM -0400, Alan Stern wrote: On Mon, 20 Jul 2015, Peter Chen wrote: On Fri, Jul 17, 2015 at 09:52:26AM -0400, Alan Stern wrote: On Fri, 17 Jul 2015, Peter Chen wrote: There are several benefits for doing like this: - hc_driver can be

Re: [Patch V4 0/3] xen, usb: support pvUSB frontend driver

2015-07-19 Thread Juergen Gross
Ping? On 06/23/2015 08:53 AM, Juergen Gross wrote: This series adds XEN guest pvUSB support. With pvUSB it is possible to use physical USB devices from a XEN domain. The support consists of a frontend in form of a virtual hcd driver in the unprivileged domU passing I/O-requests to the backend