The following changes since commit e65805251f2db69c9f67ed8062ab82526be5a374:
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2016-07-25 21:35:03 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.8-rc1 for you to fetch changes up to 0bf048abebb6e69be3c1630878419d80944c3cfd: staging: emxx_udc: allow modular build (2016-07-26 08:47:08 -0700) ---------------------------------------------------------------- More USB patches for 4.8-rc1 Here are a few more straggler patches for USB for 4.8-rc1. Most of these are for the usb-serial driver tree. All of those have been in linux-next for a long time, but missed my previous pull request to you. The remaining change is to fix up a staging tree build error, due to some USB gadget driver changes that went in. I put it in this tree as it was for a USB driver and people are reporting the build error on your tree. All of these have been in linux-next for this week, and longer for the usb-serial changes. Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org> ---------------------------------------------------------------- Arnd Bergmann (1): staging: emxx_udc: allow modular build Daniele Palmas (1): USB: serial: option: add support for Telit LE910 PID 0x1206 Greg Kroah-Hartman (1): Merge tag 'usb-serial-4.8-rc1' of git://git.kernel.org/.../johan/usb-serial into usb-testing Mathieu OTHACEHE (4): USB: serial: ti_usb_3410_5052: remove useless comments USB: serial: ti_usb_3410_5052: use __packed USB: serial: ti_usb_3410_5052: remove ti_usb_3410_5052.h USB: serial: ti_usb_3410_5052: use functions rather than macros Muhammad Falak R Wani (1): USB: serial: cp210x: use kmemdup Oliver Neukum (1): USB: serial: use variable for status drivers/staging/emxx_udc/Kconfig | 2 +- drivers/staging/emxx_udc/emxx_udc.c | 36 ++++- drivers/usb/serial/cp210x.c | 4 +- drivers/usb/serial/generic.c | 18 ++- drivers/usb/serial/option.c | 3 + drivers/usb/serial/ti_usb_3410_5052.c | 271 ++++++++++++++++++++++++++++++---- drivers/usb/serial/ti_usb_3410_5052.h | 259 -------------------------------- 7 files changed, 293 insertions(+), 300 deletions(-) delete mode 100644 drivers/usb/serial/ti_usb_3410_5052.h