Re: [PATCH v3 1/4] dt/bindings: Add binding for the DA8xx MUSB driver

2016-10-30 Thread Rob Herring
On Thu, Oct 27, 2016 at 11:34:04AM +0200, Alexandre Bailon wrote: > From: Petr Kulhavy > > DT binding for the TI DA8xx/OMAP-L1x/AM17xx/AM18xx MUSB driver. > > Signed-off-by: Petr Kulhavy > Signed-off-by: Alexandre Bailon > --- >

Re: [PATCH v7, 0/8] Add MediaTek USB3 DRD Driver

2016-10-30 Thread Chunfeng Yun
On Fri, 2016-10-28 at 12:37 +0200, Matthias Brugger wrote: > Hi Chunfeng, > > On 10/19/2016 04:28 AM, Chunfeng Yun wrote: > > These patches introduce the MediaTek USB3 dual-role controller > > driver. > > > > The driver can be configured as Dual-Role Device (DRD), > > Peripheral Only and Host

[PATCH 1/1] usb: phy: phy-generic: add the implementation of .set_suspend

2016-10-30 Thread Peter Chen
Add clock operation at .set_suspend if the PHY has suspend requirement, it can be benefit of power saving for phy and the whole system (parent clock may also be disabled). Signed-off-by: Peter Chen --- drivers/usb/phy/phy-generic.c | 9 + 1 file changed, 9

[PATCH 1/1] usb: chipidea: move the lock initialization to core file

2016-10-30 Thread Peter Chen
This can fix below dump when the lock is accessed at host mode due to it is not initialized. root@imx6qdlsolo:~# cat /sys/kernel/debug/ci_hdrc.1/port_test [ 929.904518] INFO: trying to register non-static key. [ 929.909536] the code is fine but needs lockdep annotation. [ 929.915043] turning

Re: [dmesg] usb 2-1.5:1.0: rebind failed: -517

2016-10-30 Thread Peter Chen
On Sat, Oct 29, 2016 at 03:53:24PM -0300, Cristian wrote: > Hello, > > Report in https://bugzilla.kernel.org/show_bug.cgi?id=185591 > You may provide more information about bug, eg, how to trigger the bug, the frequency of the bug? "-517" is -EPROBE_DEFER, it means some resources for this

Re: [PATCH v18 0/4] Introduce usb charger framework to deal with the usb gadget power negotation

2016-10-30 Thread NeilBrown
On Fri, Oct 28 2016, Baolin Wang wrote: >> >> 3/ usb_charger_notify_state() does nothing if the state doesn't change. >> When the extcon detects an SDP, it will be called to set the state >> to USB_CHARGER_PRESENT. The value of cur.sdp_max will be whatever >> it happened to be before,

Re: [PATCH/RFT v2 09/17] regulator: fixed: Add over current event

2016-10-30 Thread Rob Herring
On Mon, Oct 24, 2016 at 06:46:26PM +0200, ahas...@baylibre.com wrote: > From: Axel Haslam > > Some regulator supplies have an over-current pin that is > activated when the hw detects an over current condition. > When this happens, the hardware enters a current limited >

usbip device reset

2016-10-30 Thread Lars Täuber
Hi there, I struggle with a problem of broken usbip connections. The situation is the following: usbip server: Openwrt (LEDE - kernel 4.4.12) device powered by a battery in the woods connected via wifi to a local network. usbip client: ubuntu 16.04 64bit with self compiled kernel 4.6.2. The

Re: [PATCH v3 2/4] usb: musb: core: added helper function for parsing DT

2016-10-30 Thread Kevin Hilman
Alexandre Bailon writes: > From: Petr Kulhavy > > This adds the function musb_get_mode() to get the DT property "dr_mode" > > Signed-off-by: Petr Kulhavy > Acked-by: Sergei Shtylyov > Signed-off-by: Alexandre