Hi Greg, Here are my updates for 4.4. All have been in linux-next for some time. Thanks, Johan The following changes since commit 049e6dde7e57f0054fdc49102e7ef4830c698b46: Linux 4.3-rc4 (2015-10-04 16:57:17 +0100) 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-rc1 for you to fetch changes up to 92944c4520edd35a060cfbdaa7431d4e3c3ebd56: USB: qcserial: update comment for Sierra Wireless MC7304/MC7354 (2015-10-09 12:42:56 +0200) ---------------------------------------------------------------- USB-serial updates for v4.4-rc1 These updates generalise the option DTR/RTS handling so that all usb-wwan-based drivers can use it. This is specifically needed by some Sierra modems, which can now all be handled by qcserial again. Included are also some clean ups of the io_ti firmware handling. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- David Ward (6): USB: option: revert introduction of struct option_private USB: usb_wwan/option: generalize option_send_setup for other drivers USB: qcserial: make AT URCs work for Sierra Wireless devices Revert "USB: qcserial/option: make AT URCs work for Sierra Wireless MC7305/MC7355" Revert "USB: qcserial/option: make AT URCs work for Sierra Wireless MC73xx" USB: qcserial: update comment for Sierra Wireless MC7304/MC7354 Peter E. Berger (6): USB: io_ti: Remove obsolete dev parameter from build_i2c_fw_hdr USB: io_ti: Use serial->interface for messages in download_fw USB: io_ti: Move download and boot mode code out of download_fw USB: io_ti: Move request_firmware from edge_startup to download_fw USB: io_ti: Fix non-standard comment formatting USB: io_ti: Remove extra blank lines separating functions drivers/usb/serial/io_ti.c | 530 ++++++++++++++++++++++++------------------ drivers/usb/serial/option.c | 64 +---- drivers/usb/serial/qcserial.c | 13 ++ drivers/usb/serial/usb-wwan.h | 2 +- drivers/usb/serial/usb_wwan.c | 42 +++- 5 files changed, 352 insertions(+), 299 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