Re: [PATCH] usb-musb: keep VBUS on when device is disconnected

2017-03-25 Thread Lars Melin
On 2017-03-25 01:58, Bin Liu wrote: On Wed, Mar 15, 2017 at 09:08:01AM -0500, Moreno Bartalucci wrote: With usb-musb port in host mode, when the device is disconnected, either logically (because of a mode switch) or physically (by pulling the cable), the USB port should keep suppling VBUS, with

Re: [PATCH 0/7] dwc3 - bug fixes and use meaningful goto labels

2017-03-25 Thread Felipe Balbi
Hi, Shuah Khan writes: > This patch series consists of two fixes and changes to goto labels we *NEVER* put cleanups and fixes together. > to use meaningful names. > > While working on goto label changes, I noticed put_sync calls without > successful get_sync in error legs. The first two patc

Re: [PATCH 1/7] usb: dwc3: core: fix dwc3_probe() to not do put_sync when get_sync fails

2017-03-25 Thread Felipe Balbi
Hi, Shuah Khan writes: > dwc3_probe() does pm_runtime_put_sync() in its err1 handling when > pm_runtime_get_sync() fails. Move the pm_runtime_put_sync() under > err2 instead as it is used in error paths after pm_runtime_get_sync() > succeeds. there's nothing wrong with current code. Read the d

Re: [PATCH 2/7] usb: dwc3: dwc3-omap: fix dwc3_omap_probe() do put_sync when get_sync works

2017-03-25 Thread Felipe Balbi
Hi, Shuah Khan writes: > dwc3_omap_probe() does pm_runtime_put_sync() in its err1 handling when > pm_runtime_get_sync() fails. Fix it to do put_sync only when get_sync > succeeds. > > Signed-off-by: Shuah Khan sorry, not taking any of these pointless patches. There's nothing wrong with the go

Re: [PATCH 1/1] usb: ehci: put wmb at the end sitd/itd_link memory access

2017-03-25 Thread pierre kuo
hi Oliver: 2017-03-23 17:33 GMT+08:00 Oliver Neukum : > Am Donnerstag, den 23.03.2017, 16:39 +0800 schrieb pierre Kuo: > > Hi, > >> for sitd_link and itd_link, put wmb after the last memory access to make >> sure ehci->period[frame] is visible by host before scheduling the >> descriptors > > Pleas

Re: [PATCH 1/1] usb: ehci: put wmb at the end sitd/itd_link memory access

2017-03-25 Thread Alan Stern
On Sat, 25 Mar 2017, pierre kuo wrote: > hi Oliver: > > 2017-03-23 17:33 GMT+08:00 Oliver Neukum : > > Am Donnerstag, den 23.03.2017, 16:39 +0800 schrieb pierre Kuo: > > > > Hi, > > > >> for sitd_link and itd_link, put wmb after the last memory access to make > >> sure ehci->period[frame] is visi

Re: [PATCH 2/2] Documentation: ABI: testing: sysfs-class-net-qmi: add new qmap mux files description

2017-03-25 Thread Daniele Palmas
Hi Sergei, 2017-03-24 17:31 GMT+01:00 Sergei Shtylyov : > Hello! > > > On 03/24/2017 04:22 PM, Daniele Palmas wrote: > >> This patch updates the documentation related to the new files added for >> qmap mux support. >> >> Signed-off-by: Daniele Palmas >> --- >> Documentation/ABI/testing/sysfs-cla

Re: [PATCH 0/2] net: usb: qmi_wwan: add qmap mux protocol support

2017-03-25 Thread Daniele Palmas
Hi Subash, 2017-03-24 18:45 GMT+01:00 Subash Abhinov Kasiviswanathan : > On 2017-03-24 07:22, Daniele Palmas wrote: >> >> This patch adds support for qmap mux protocol available in recent >> Qualcomm based modems. >> >> The qmap mux protocol can be used for multiplexing data packets in >> order to

Re: [PATCH v6 05/15] mlx4: Replace PCI pool old API

2017-03-25 Thread Doug Ledford
On Mon, 2017-03-20 at 08:32 +0200, Leon Romanovsky wrote: > On Sun, Mar 19, 2017 at 06:03:54PM +0100, Romain Perier wrote: > > > > The PCI pool API is deprecated. This commit replaces the PCI pool > > old > > API by the appropriate function with the DMA pool API. > > > > Signed-off-by: Romain Per

Re: [PATCHv2] phy: cpcap-usb: Add CPCAP PMIC USB support

2017-03-25 Thread kbuild test robot
Hi Tony, [auto build test ERROR on phy/next] [also build test ERROR on v4.11-rc3 next-20170324] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Tony-Lindgren/phy-cpcap-usb-Add-CPCAP-PMIC-USB-supp

Re: [PATCHv2] phy: cpcap-usb: Add CPCAP PMIC USB support

2017-03-25 Thread Tony Lindgren
* kbuild test robot [170325 13:45]: > Hi Tony, > > [auto build test ERROR on phy/next] > [also build test ERROR on v4.11-rc3 next-20170324] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url: > https://github.com/0day-ci/linux/comm

Re: [PATCH 0/2] net: usb: qmi_wwan: add qmap mux protocol support

2017-03-25 Thread David Miller
From: Daniele Palmas Date: Fri, 24 Mar 2017 14:22:44 +0100 > This patch adds support for qmap mux protocol available in recent > Qualcomm based modems. > > The qmap mux protocol can be used for multiplexing data packets in > order to have multiple ip streams through the same physical device. >