Hi Greg, Here are the usb-serial updates for 4.6-rc1. These patches have all been in linux-next for a while now without any reported issues. Thanks, Johan The following changes since commit 81f70ba233d5f660e1ea5fe23260ee323af5d53a: Linux 4.5-rc5 (2016-02-20 13:39:35 -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.6-rc1 for you to fetch changes up to 7084fa868b509646fa30773d5d3ef4f26a62eb6f: USB: serial: cp210x: add new access functions for large registers (2016-02-29 19:04:49 +0100) ---------------------------------------------------------------- USB-serial updates for v4.6-rc1 Here are some cp210x register-accessor updates and general usb-serial code clean ups. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- Konstantin Shkolnyy (3): USB: serial: cp210x: add 16-bit register access functions USB: serial: cp210x: add 8-bit and 32-bit register access functions USB: serial: cp210x: add new access functions for large registers Mathieu OTHACEHE (4): USB: serial: fix compare_const_fl.cocci warnings USB: serial: fix returnvar.cocci warnings USB: serial: fix boolinit.cocci warnings USB: serial: fix semicolon.cocci warnings drivers/usb/serial/ch341.c | 2 +- drivers/usb/serial/cp210x.c | 306 +++++++++++++++++++++++---------------- drivers/usb/serial/cyberjack.c | 3 +- drivers/usb/serial/ftdi_sio.c | 10 +- drivers/usb/serial/ftdi_sio.h | 8 +- drivers/usb/serial/garmin_gps.c | 51 ++++--- drivers/usb/serial/iuu_phoenix.c | 4 +- drivers/usb/serial/keyspan.c | 2 +- drivers/usb/serial/kl5kusb105.c | 3 - drivers/usb/serial/mos7840.c | 4 +- drivers/usb/serial/quatech2.c | 2 +- drivers/usb/serial/safe_serial.c | 11 +- 12 files changed, 228 insertions(+), 178 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