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
> ---
> .../devicetree/bindings/usb/da8xx-usb.txt | 43
> +
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 Only
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 insertions(+)
diff --git a/dri
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 of
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 devic
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, which
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
> mode.
>
> Extend the fixe
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 usb
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 Bailon
> Tested-by: David Lechner
> ---
> drivers/usb/musb/musb_core.c | 19 ++