[no subject]

2017-07-03 Thread Finanzdienstleistungen Pvt Ltd
Brauchen Sie ein persnliches oder geschftliches Darlehen ohne Stress und schnelle Genehmigung? Wenn ja, kontaktieren Sie uns heute, da wir derzeit Darlehen zu einem hervorragenden Zinssatz anbieten. Unser Darlehen ist gesichert und sicher, unsere Kunden Glck ist unsere Strke. Fr weitere

Re: [PATCH v1 1/1] usb:xhci: update condition to select bus->sysdev from parent device

2017-07-03 Thread Thang Q. Nguyen
On Tue, Jun 6, 2017 at 2:11 PM, Thang Q. Nguyen wrote: > For commit 4c39d4b949d3 ("usb: xhci: use bus->sysdev for DMA > configuration"), sysdev points to devices known to the system firmware > or hardware for DMA parameters. > However, the parent of the system firmware/hardware

Re: [GIT PULL] USB/PHY patches for 4.13-rc1

2017-07-03 Thread Stephen Rothwell
Hi all, On Mon, 3 Jul 2017 16:58:47 +0200 Greg KH wrote: > > All of these have been in linux-next for a while with no reported > issues. I have been carrying the following merge fix patch for the merge against the uuid tree (now in Linus' tree): From: Stephen

Re: [linux-next][PATCH] usb: dwc3: omap: remove IRQ_NOAUTOEN used with shared irq

2017-07-03 Thread Grygorii Strashko
On 07/02/2017 11:27 PM, Vignesh R wrote: Hi, On Saturday 01 July 2017 01:04 AM, Strashko, Grygorii wrote: On 06/29/2017 01:03 AM, Tony Lindgren wrote: * Vignesh R [170628 21:21]: On Thursday 29 June 2017 05:01 AM, Strashko, Grygorii wrote: IRQ_NOAUTOEN can't be used

Re: [PATCH v2] usb: serial: Add support for Qivicon USB ZigBee dongle

2017-07-03 Thread Dan Williams
On Mon, 2017-07-03 at 10:16 +0200, Frans Klaver wrote: > On Mon, Jul 3, 2017 at 10:13 AM, Johan Hovold > wrote: > > On Fri, Jun 30, 2017 at 02:49:55PM +0200, Frans Klaver wrote: > > > On Fri, Jun 30, 2017 at 2:44 PM, Stefan Triller > > ller.de> wrote: > > > >

Re: [PATCH v2 3/3] power: wm831x_power: Support USB charger current limit management

2017-07-03 Thread Sebastian Reichel
Hi, On Mon, Jul 03, 2017 at 02:07:15PM +0800, Baolin Wang wrote: > Integrate with the newly added USB charger interface to limit the current > we draw from the USB input based on the input device configuration > identified by the USB stack, allowing us to charge more quickly from high > current

[GIT PULL] USB/PHY patches for 4.13-rc1

2017-07-03 Thread Greg KH
The following changes since commit 41f1830f5a7af77cf5c86359aba3cbd706687e52: Linux 4.12-rc6 (2017-06-19 22:19:37 +0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.13-rc1 for you to fetch changes up to

[PATCH 1/2] usb: dwc3: Don't reinitialize core during host bus-suspend/resume

2017-07-03 Thread Manu Gautam
Driver powers-off PHYs and reinitializes DWC3 core and gadget on resume. While this works fine for gadget mode but in host mode there is not re-initialization of host stack. Also, resetting bus as part of bus_suspend/resume is not correct which could affect (or disconnect) connected devices. Fix

[PATCH 2/2] usb: dwc3: pci: Runtime resume child device from wq

2017-07-03 Thread Manu Gautam
Driver currently resumes and increments pm usage_count of its child device (dwc3 main) from its runtime_resume handler. This requires dwc3 runtime_resume to perform pm_runtime_put to decrement the pm usage_count. However runtime_put from dwc3 happens for non pci drivers (e.g. dwc3-if-simple.c) as

Re: [PATCH] net: cdc_mbim: apply "NDP to end" quirk to HP lt4132

2017-07-03 Thread David Miller
From: Tore Anderson Date: Sat, 1 Jul 2017 15:20:02 +0200 > The HP lt4132 LTE/HSPA+ 4G Module (03f0:a31d) is a rebranded Huawei > ME906s-158 device. It, like the ME906s-158, requires the "NDP to end" > quirk for correct operation. > > Signed-off-by: Tore Anderson

[PATCH] usb: atm: ueagle-atm: fix spelling mistake: "submition" -> "submission"

2017-07-03 Thread Colin King
From: Colin Ian King Trivial fix to spelling mistake in uea_err error message Signed-off-by: Colin Ian King --- drivers/usb/atm/ueagle-atm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/atm/ueagle-atm.c

Re: Null Pointer Dereference in mceusb

2017-07-03 Thread Johan Hovold
On Mon, Jul 03, 2017 at 03:41:59PM +0700, Lars Melin wrote: > On 2017-07-03 15:10, Johan Hovold wrote: > > On Thu, Jun 29, 2017 at 07:41:24PM +0200, Sebastian wrote: > >> Sorry for the long delay, Johan. > >> > >> 2017-06-01 9:20 GMT+02:00 Johan Hovold : > >>> [ +CC: media list ]

Re: [PATCH v2 3/3] power: wm831x_power: Support USB charger current limit management

2017-07-03 Thread Charles Keepax
On Mon, Jul 03, 2017 at 02:07:15PM +0800, Baolin Wang wrote: > Integrate with the newly added USB charger interface to limit the current > we draw from the USB input based on the input device configuration > identified by the USB stack, allowing us to charge more quickly from high > current inputs

Re: [PATCH V2 1/1] net: cdc_ncm: Reduce memory use when kernel memory low

2017-07-03 Thread David Miller
From: Jim Baxter Date: Wed, 28 Jun 2017 21:35:29 +0100 > The CDC-NCM driver can require large amounts of memory to create > skb's and this can be a problem when the memory becomes fragmented. > > This especially affects embedded systems that have constrained > resources

Re: Moxa UPort 1150 and RS-422/485… what's the "proper" way to switch modes

2017-07-03 Thread Johan Hovold
On Thu, Jun 29, 2017 at 08:50:32PM +0100, Alan Cox wrote: > So IMHO there are two cases > > 1. The configuration is fixed in the hardware - in which case we should > automatically set it in kernel, or from device tree. Right. > 2. The configuration is soft - in which case you need an ioctl you

Re: Null Pointer Dereference in mceusb

2017-07-03 Thread Lars Melin
On 2017-07-03 15:10, Johan Hovold wrote: On Thu, Jun 29, 2017 at 07:41:24PM +0200, Sebastian wrote: Sorry for the long delay, Johan. 2017-06-01 9:20 GMT+02:00 Johan Hovold : [ +CC: media list ] On Wed, May 31, 2017 at 08:25:42PM +0200, Sebastian wrote: What is the lsusb -v

Re: [PATCH v2] usb: serial: Add support for Qivicon USB ZigBee dongle

2017-07-03 Thread Johan Hovold
On Mon, Jul 03, 2017 at 10:16:22AM +0200, Frans Klaver wrote: > On Mon, Jul 3, 2017 at 10:13 AM, Johan Hovold wrote: > > On Fri, Jun 30, 2017 at 02:49:55PM +0200, Frans Klaver wrote: > >> On Fri, Jun 30, 2017 at 2:44 PM, Stefan Triller > >> wrote: > >>

Re: [PATCH v2] usb: serial: Add support for Qivicon USB ZigBee dongle

2017-07-03 Thread Frans Klaver
On Mon, Jul 3, 2017 at 10:13 AM, Johan Hovold wrote: > On Fri, Jun 30, 2017 at 02:49:55PM +0200, Frans Klaver wrote: >> On Fri, Jun 30, 2017 at 2:44 PM, Stefan Triller >> wrote: >> > The German Telekom offers a ZigBee USB Stick under the brand name

Re: [PATCH v2] usb: serial: Add support for Qivicon USB ZigBee dongle

2017-07-03 Thread Johan Hovold
On Fri, Jun 30, 2017 at 02:49:55PM +0200, Frans Klaver wrote: > On Fri, Jun 30, 2017 at 2:44 PM, Stefan Triller > wrote: > > The German Telekom offers a ZigBee USB Stick under the brand name Qivicon > > for their SmartHome Home Base in its 1. Generation. The productId is

Re: Null Pointer Dereference in mceusb

2017-07-03 Thread Johan Hovold
On Thu, Jun 29, 2017 at 07:41:24PM +0200, Sebastian wrote: > Sorry for the long delay, Johan. > > 2017-06-01 9:20 GMT+02:00 Johan Hovold : > > [ +CC: media list ] > > > > On Wed, May 31, 2017 at 08:25:42PM +0200, Sebastian wrote: > > > > What is the lsusb -v output for your

Re: [PATCH] usb: typec: include linux/device.h in ucsi.h

2017-07-03 Thread Heikki Krogerus
On Fri, Jun 30, 2017 at 05:46:16PM +0200, Arnd Bergmann wrote: > The new driver causes a build failure in some configurations: > > In file included from /git/arm-soc/drivers/usb/typec/ucsi/trace.h:9:0, > from /git/arm-soc/drivers/usb/typec/ucsi/trace.c:2: >

[PATCH v2 2/3] usb: phy: Add USB charger support

2017-07-03 Thread Baolin Wang
This patch introduces the usb charger support based on usb phy that makes an enhancement to a power driver. The basic conception of the usb charger is that, when one usb charger is added or removed by reporting from the extcon device state change, the usb charger will report to power user to set

[PATCH v2 3/3] power: wm831x_power: Support USB charger current limit management

2017-07-03 Thread Baolin Wang
Integrate with the newly added USB charger interface to limit the current we draw from the USB input based on the input device configuration identified by the USB stack, allowing us to charge more quickly from high current inputs without drawing more current than specified from others.

[PATCH v2 1/3] include: uapi: usb: Introduce USB charger type and state definition

2017-07-03 Thread Baolin Wang
Introducing USB charger type and state definition can help to support USB charging which will be added in USB phy core. Signed-off-by: Baolin Wang --- include/uapi/linux/usb/charger.h | 31 +++ 1 file changed, 31 insertions(+) create mode

[PATCH v2 0/3] Introduce USB charger support in USB phy

2017-07-03 Thread Baolin Wang
Currently the Linux kernel does not provide any standard integration of this feature that integrates the USB subsystem with the system power regulation provided by PMICs meaning that either vendors must add this in their kernels or USB gadget devices based on Linux (such as mobile phones) may not