Hi Greg, Here's my pull-request for v3.19-rc1. All have been in linux-next for a while. Thanks, Johan The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1: Linux 3.18-rc1 (2014-10-19 18:08:38 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-3.19-rc1 for you to fetch changes up to e7181d005e84b15fe3121a8d22840adc3395d496: USB: qcserial: Add support for HP lt4112 LTE/HSPA+ Gobi 4G Modem (2014-11-19 16:17:03 +0100) ---------------------------------------------------------------- USB-serial updates for v3.19-rc1 These changes add a new "simple" driver for Google USB-serial devices and add support for Huawei Gobi modems to qcserial. Included are also some removals of unnecessary atomic allocations and a few spelling fixes. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- Anton Staaf (1): USB: serial: add Google simple serial SubClass support Johan Hovold (3): USB: kobil_sct: replace unnecessary atomic allocation USB: mos7720: replace unnecessary atomic allocations USB: mos7840: replace unnecessary atomic allocations Mark Knibbs (1): USB: serial: keyspan_pda: fix Entrega company name spelling Martin Hauke (1): USB: qcserial: Add support for HP lt4112 LTE/HSPA+ Gobi 4G Modem Documentation/usb/usb-serial.txt | 2 +- drivers/usb/serial/Kconfig | 5 +++-- drivers/usb/serial/keyspan_pda.c | 16 ++++++++-------- drivers/usb/serial/kobil_sct.c | 2 +- drivers/usb/serial/mos7720.c | 4 ++-- drivers/usb/serial/mos7840.c | 4 ++-- drivers/usb/serial/qcserial.c | 33 +++++++++++++++++++++++++++++++++ drivers/usb/serial/usb-serial-simple.c | 10 ++++++++++ 8 files changed, 60 insertions(+), 16 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html