From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2996118AbcHEU2I (ORCPT ); Fri, 5 Aug 2016 16:28:08 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48686 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2995877AbcHEU2A (ORCPT ); Fri, 5 Aug 2016 16:28:00 -0400 Date: Fri, 5 Aug 2016 22:28:12 +0200 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [GIT PULL] More USB driver patches for 4.8-rc1 Message-ID: <20160805202812.GA11842@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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