Administrative Notice

2015-10-25 Thread Help Desk
Help Desk Scheduled Maintenance & Upgrade Your account is in the process of being upgraded to a newest Windows-based servers and an enhanced online email interface inline with internet infrastructure Maintenance. The new servers will provide better anti-spam and anti-virus functions, along w

[PATCH] uwb: uwbd() is not freezable kthread

2015-10-25 Thread Jiri Kosina
From: Jiri Kosina uwbd() calls try_to_freeze(), but the thread doesn't mark itself freezable through set_freezable(), so the try_to_freeze() call is useless. Signed-off-by: Jiri Kosina --- drivers/uwb/uwbd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/uwb/uwbd.c b/drivers/uwb/uw

Re: [GIT PULL] On-demand device probing

2015-10-25 Thread Mark Brown
On Sun, Oct 25, 2015 at 02:54:39PM +0100, Rafael J. Wysocki wrote: > On Sun, Oct 25, 2015 at 12:06 AM, Mark Brown wrote: > > There's also the understanding people had that the order things get > > bound changes the ordering for some of the other cases (perhaps it's a > > good idea to do that, it

Re: [PATCH v3 5/6] usb: bcma: add USB 3.0 support

2015-10-25 Thread Hauke Mehrtens
On 10/24/2015 12:40 AM, Florian Fainelli wrote: > On 23/10/15 14:37, Hauke Mehrtens wrote: >> From: Rafał Miłecki >> >> Signed-off-by: Rafał Miłecki >> Signed-off-by: Hauke Mehrtens >> --- > > [snip] > >> + >> +switch (chipinfo->id) { >> +case BCMA_CHIP_ID_BCM4707: > > All the code ab

Re: [GIT PULL] On-demand device probing

2015-10-25 Thread Andrew F. Davis
On 10/23/2015 10:45 AM, Tim Bird wrote: I've been worried about DT overhead adding to boot time for a while. And IMHO probe deferral is just about the lamest way to solve boot order dependencies I can imagine, from a computer science perspective. (Well, there's a certain elegance to it, but it's

Re: [PATCH] fixing the coding style changes

2015-10-25 Thread Albino B Neto
2015-10-25 4:47 GMT-02:00 saurabh : > From 999005638f8d3f95075fdfdc6bf8f7ff88810f5d Mon Sep 17 00:00:00 2001 > From: Saurabh Sengar > Date: Sun, 25 Oct 2015 08:58:42 +0530 > Subject: [PATCH] fixing the coding style changes You should read Documentation/SubmittingPatches for a description of how d

Re: [PATCH] dwc2: wait for usb phy while probing

2015-10-25 Thread Uwe Kleine-König
Hello, On Sun, Oct 25, 2015 at 08:57:31AM +0100, Alexander Aring wrote: > This patch adds support to return -EPROBE_DEFER if devm_phy_get reports > it. If devm_phy_get returns -EPROBE_DEFER it could be that there is some > usb phy but it's not probed before. Other return values should indicate > a

[PATCH] USB: core: Codestyle fix in urb.c

2015-10-25 Thread Jonas Hesselmann
Delete braces around single statement block suggested by checkpatch.pl Signed-off-by: Jonas Hesselmann --- drivers/usb/core/urb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/usb/core/urb.c b/drivers/usb/core/urb.c index c9e8ee8..3d27477 100644 --- a/drivers/usb/

Re: [PATCH] HID: usbhid: Add a quirk for Xin-Mo Dual Arcade

2015-10-25 Thread Michele Baldessari
On Sun, Oct 25, 2015 at 04:15:17PM +0700, Lars Melin wrote: > On 2015-10-24 22:44, Michele Baldessari wrote: > >The Xin-Mo Dual Arcade controller (16c0:05e1) needs this quirk in order > >to have the two distinct joysticks working. > > > >Before the change: > >$ jstest /dev/input/js0 > >Joystick (Xi

Re: [GIT PULL] On-demand device probing

2015-10-25 Thread Rafael J. Wysocki
On Sun, Oct 25, 2015 at 12:06 AM, Mark Brown wrote: > On Sat, Oct 24, 2015 at 04:17:12PM +0200, Rafael J. Wysocki wrote: > >> Well, I'm not quite sure why exactly everyone is so focused on probing here. > > Probe deferral is really noisy even if it's working fine on a given > system so it's consta

Re: [PATCH] HID: usbhid: Add a quirk for Xin-Mo Dual Arcade

2015-10-25 Thread Lars Melin
On 2015-10-24 22:44, Michele Baldessari wrote: The Xin-Mo Dual Arcade controller (16c0:05e1) needs this quirk in order to have the two distinct joysticks working. Before the change: $ jstest /dev/input/js0 Joystick (Xin-Mo Xin-Mo Dual Arcade) has 2 axes (X, Y) ... $ jstest /dev/input/js1 jstest:

Re: [PATCH V2] USB: usbtmc: Add support for missing USBTMC-USB488 spec

2015-10-25 Thread Greg KH
On Mon, Oct 19, 2015 at 09:33:20AM +0200, dave penkler wrote: > > Implement support for the USB488 defined READ_STATUS_BYTE and SRQ > notifications with ioctl, fasync and poll/select in order to be able > to synchronize with variable duration instrument operations. > > Add ioctls for other USB488

Re: [PATCH] fixing the coding style changes

2015-10-25 Thread Greg KH
On Sun, Oct 25, 2015 at 12:17:11PM +0530, saurabh wrote: > >From 999005638f8d3f95075fdfdc6bf8f7ff88810f5d Mon Sep 17 00:00:00 2001 > From: Saurabh Sengar > Date: Sun, 25 Oct 2015 08:58:42 +0530 > Subject: [PATCH] fixing the coding style changes > > Attached a patch whic fixes the checkpatch.pl sc

[PATCH] dwc2: wait for usb phy while probing

2015-10-25 Thread Alexander Aring
This patch adds support to return -EPROBE_DEFER if devm_phy_get reports it. If devm_phy_get returns -EPROBE_DEFER it could be that there is some usb phy but it's not probed before. Other return values should indicate a looking for an "old style USB PHY". Cc: John Youn Cc: Greg Kroah-Hartman Cc: