From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752331AbbJJQVi (ORCPT ); Sat, 10 Oct 2015 12:21:38 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:33604 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751866AbbJJQVg (ORCPT ); Sat, 10 Oct 2015 12:21:36 -0400 Date: Sat, 10 Oct 2015 09:21:35 -0700 From: Greg KH To: Linus Torvalds , Andrew Morton Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [GIT PULL] USB driver fixes for 4.3-rc5 Message-ID: <20151010162135.GA14425@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 9ffecb10283508260936b96022d4ee43a7798b4c: Linux 4.3-rc3 (2015-09-27 07:50:08 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.3-rc5 for you to fetch changes up to 72194739f54607bbf8cfded159627a2015381557: usb: Add device quirk for Logitech PTZ cameras (2015-10-04 11:01:13 +0100) ---------------------------------------------------------------- USB fixes for 4.3-rc5 Here are some small USB and PHY fixes and quirk updates for 4.3-rc5. Nothing major here, full details in the shortlog, and all of these have been in linux-next for a while. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Alexander Inyukhin (1): USB: chaoskey read offset bug Greg Kroah-Hartman (2): Merge tag 'fixes-for-v4.3-rc4' of git://git.kernel.org/.../balbi/usb into usb-linus Merge tag 'phy-for-4.3-rc' of git://git.kernel.org/.../kishon/linux-phy into usb-linus Luis de Bethencourt (1): phy: berlin-sata: Fix module autoload for OF platform driver Sudip Mukherjee (1): usb: gadget: bdc: fix memory leak Vincent Palatin (1): usb: Add device quirk for Logitech PTZ cameras Yaniv Gardi (1): phy: qcom-ufs: fix build error when the component is built as a module Yao-Wen Mao (1): USB: Add reset-resume quirk for two Plantronics usb headphones. Yoshihiro Shimoda (2): usb: renesas_usbhs: fix build warning if 64-bit architecture usb: renesas_usbhs: Add support for R-Car H3 huang lin (1): phy: rockchip-usb: power down phy when rockchip phy probe Documentation/devicetree/bindings/usb/renesas_usbhs.txt | 1 + drivers/phy/phy-berlin-sata.c | 1 + drivers/phy/phy-qcom-ufs.c | 11 +++++++++++ drivers/phy/phy-rockchip-usb.c | 6 ++++++ drivers/usb/core/quirks.c | 13 +++++++++++++ drivers/usb/gadget/udc/bdc/bdc_ep.c | 4 +++- drivers/usb/misc/chaoskey.c | 2 +- drivers/usb/renesas_usbhs/common.c | 7 ++++++- include/linux/usb/renesas_usbhs.h | 2 +- 9 files changed, 43 insertions(+), 4 deletions(-)