[GIT PULL] usb: chipidea changes for v4.15-rc1

2017-10-29 Thread Peter Chen
The following changes since commit 38502ef49f96f7fe25fcb3aaa904a570df955c2c: usb: storage: make const arrays static, reduces object code size (2017-09-18 12:44:11 +0200) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-ci-v4

Re: [PATCH v2] usb: dwc2: host: Don't retry NAKed transactions right away

2017-10-29 Thread Doug Anderson
Hi, On Sat, Oct 28, 2017 at 8:51 AM, Stefan Wahren wrote: > Hi Doug, > > [add Felipe since this should go through his tree] Ah. Sorry Felipe! I know you've landed some dwc2 stuff in the past but for some reason get_maintainer didn't ID you so I thought maybe you weren't doing it anymore. Plea

Re: [PATCH] usb serial: qcserial: pid/vid for Sierra Wireless EM7355 firmware update

2017-10-29 Thread Johan Hovold
On Sat, Oct 28, 2017 at 10:46:09PM +, Douglas Fischer wrote: > > Add USB PID/VID for Sierra Wireless EM7355 LTE modem QDL firmware update mode Add a new line before your SoB and make sure to wrap you commit message at 72 cols or so. > Signed-off-by: Douglas Fischer > --- > > --- linux/driv

Re: [PATCH] sr9800: Use common error handling code in sr9800_phy_powerup()

2017-10-29 Thread SF Markus Elfring
>> @@ -700,10 +700,9 @@ static int sr9800_phy_powerup(struct usbnet *dev) >> >> /* set the embedded Ethernet PHY in power-up state */ >> ret = sr_sw_reset(dev, SR_SWRESET_IPRL); >> - if (ret < 0) { >> - netdev_err(dev->net, "Failed to reset PHY: %d\n", ret); >> -

Re: [PATCH] sr9800: Use common error handling code in sr9800_phy_powerup()

2017-10-29 Thread Geert Uytterhoeven
Hi Markus, On Sun, Oct 29, 2017 at 11:45 AM, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 29 Oct 2017 11:33:14 +0100 > > Add a jump target so that a specific error message is stored only once > at the end of this function implementation. > Replace two calls of the function "netde

[PATCH] sr9800: Use common error handling code in sr9800_phy_powerup()

2017-10-29 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 29 Oct 2017 11:33:14 +0100 Add a jump target so that a specific error message is stored only once at the end of this function implementation. Replace two calls of the function "netdev_err" by goto statements. This issue was detected by using the Coccinelle softwar

[PATCH] smsc95xx: Use common error handling code in smsc95xx_write_eeprom()

2017-10-29 Thread SF Markus Elfring
From: Markus Elfring Date: Sun, 29 Oct 2017 11:08:34 +0100 Add a jump target so that a specific error message is stored only once at the end of this function implementation. Replace two calls of the function "netdev_warn" by goto statements. This issue was detected by using the Coccinelle softwa