From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754112AbbLTAjX (ORCPT ); Sat, 19 Dec 2015 19:39:23 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:44548 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753612AbbLTAjV (ORCPT ); Sat, 19 Dec 2015 19:39:21 -0500 Date: Sat, 19 Dec 2015 16:37:59 -0800 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.4-rc6 Message-ID: <20151220003759.GA17465@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 9f9499ae8e6415cefc4fe0a96ad0e27864353c89: Linux 4.4-rc5 (2015-12-13 17:42:58 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.4-rc6 for you to fetch changes up to e50293ef9775c5f1cf3fcc093037dd6a8c5684ea: USB: fix invalid memory access in hub_activate() (2015-12-18 09:30:34 -0800) ---------------------------------------------------------------- USB fixes for 4.4-rc6 Here are some USB and PHY fixes for 4.4-rc6. All of them resolve some reported problems. Full details in the shortlog. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Alan Stern (1): USB: fix invalid memory access in hub_activate() Arnd Bergmann (1): phy: sun9i-usb: add USB dependency Chunfeng Yun (1): phy: core: Get a refcount to phy in devm_of_phy_get_by_index() Dan Carpenter (1): USB: ipaq.c: fix a timeout loop Greg Kroah-Hartman (1): Merge tag 'phy-for-4.4-rc' of git://git.kernel.org/.../kishon/linux-phy into usb-linus Julia Lawall (7): phy: brcmstb-sata: add missing of_node_put phy: mt65xx-usb3: add missing of_node_put phy: berlin-sata: add missing of_node_put phy: rockchip-usb: add missing of_node_put phy: miphy28lp: add missing of_node_put phy: miphy365x: add missing of_node_put phy: cygnus: pcie: add missing of_node_put drivers/phy/Kconfig | 1 + drivers/phy/phy-bcm-cygnus-pcie.c | 16 ++++++++++++---- drivers/phy/phy-berlin-sata.c | 20 ++++++++++++++------ drivers/phy/phy-brcmstb-sata.c | 17 ++++++++++++----- drivers/phy/phy-core.c | 21 +++++++++++++++------ drivers/phy/phy-miphy28lp.c | 16 +++++++++++----- drivers/phy/phy-miphy365x.c | 16 +++++++++++----- drivers/phy/phy-mt65xx-usb3.c | 20 +++++++++++++------- drivers/phy/phy-rockchip-usb.c | 17 ++++++++++++----- drivers/usb/core/hub.c | 22 +++++++++++++++++++--- drivers/usb/serial/ipaq.c | 3 ++- 11 files changed, 122 insertions(+), 47 deletions(-)