[GIT PULL] USB-serial fixes for v4.4-rc8

2015-12-31 Thread Johan Hovold
[ Resend with Subject added... ] Hi Greg, Here's a device id for 4.4-rc8 unless you prefer to wait until 4.5-rc1. Thanks, Johan The following changes since commit 74bf8efb5fa6e958d2d7c7917b8bb672085ec0c6: Linux 4.4-rc7 (2015-12-27 18:17:37 -0800) are available in the git repository at:

[no subject]

2015-12-31 Thread Johan Hovold
The following changes since commit 74bf8efb5fa6e958d2d7c7917b8bb672085ec0c6: Linux 4.4-rc7 (2015-12-27 18:17:37 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.4-rc8 for you to fetch changes up to

Re: rndis/cdc_ether usb device causing Oops in 4.4rc1+ with NULL dereference

2015-12-31 Thread Oliver Neukum
On Thu, 2015-12-31 at 07:22 +0300, Vasily Galkin wrote: > rm *rc1*dmesgAfter switching from 4.3 to 4.4rc-s plugging device ID 1076:8002 > GCT Semiconductor, Inc. LU150 LTE Modem [Yota LU150] causes kernel Oops. > > The Oops is always reproducible when this device is plugged or system is >

[GIT PULL] USB-serial updates for v4.5-rc1

2015-12-31 Thread Johan Hovold
Hi Greg, Here are the usb-serial updates for 4.5-rc1. These patches have all been in linux-next for a while except for the new mxu11x0 driver (that has passed the 0-day testing). Thanks, Johan The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: Linux 4.4-rc1

Re: ftdi_sio bug: setting two custom baud rates in a row fails

2015-12-31 Thread Edwin Olson
Hi, When setting custom baud rates with the ftdi_sio module using "method #3" (setting the custom_divisor via TIOCSSERIAL), subsequent changes to *another custom baud rate* do not take effect. For example, if I change from baud rate 460800 (a "standard" rate) to 50 (a custom rate), it works

[PATCH] staging: android: sync.c: Changed the ways nullptrs were being checked

2015-12-31 Thread Chase Metzger
Removed all checkpatch.pl CHECKs that suggested to check NULL by !obj instead of obj == NULL. Signed-off-by: Chase Metzger --- drivers/staging/android/sync.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git

musb module names in 4.4.0-rc7

2015-12-31 Thread Andreas Färber
Hi Felipe, Using the openSUSE kernel config [1] I've noticed the following modules get built for recent RCs: /lib/modules/4.4.0-rc7-1.g276c9f4-lpae/kernel/drivers/usb/musb> ls am35x.ko musb_am335x.ko musb_dsps.ko musb_hdrc.ko omap2430.ko sunxi.ko In my case I was testing on a sun9i based

[PATCH] usb: core: devio.c: Removed unnecessary space

2015-12-31 Thread Chase Metzger
Removed an unnecessary space between a function name and arguments. Signed-off-by: Chase Metzger --- drivers/usb/core/devio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c index 38ae877c..0bcd45e