From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751610AbcFWGC3 (ORCPT ); Thu, 23 Jun 2016 02:02:29 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:35601 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751533AbcFWGC2 (ORCPT ); Thu, 23 Jun 2016 02:02:28 -0400 From: Kishon Vijay Abraham I To: CC: , Subject: [GIT PULL] phy: for 4.7 -rc cycle Date: Thu, 23 Jun 2016 11:32:18 +0530 Message-ID: <1466661744-3629-1-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, Please find the 2nd pull request for the -rc cycle. This contains minor fixes in various phy drivers. I've listed the changes in the tag message. Consider merging it in this -rc cyle. Please let me know if I have to change something. Thanks Kishon The following changes since commit 31b2a32f708bb33b3f35b03ce3d2cb31f7d1e684: phy: ti-pipe3: Program the DPLL even if it was already locked (2016-06-03 12:06:41 +0530) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-4.7-rc5 for you to fetch changes up to 04e59a0211ff012ba60c00baca673482570784e9: phy-sun4i-usb: Fix irq free conditions to match request conditions (2016-06-22 11:33:46 +0530) ---------------------------------------------------------------- phy: for 4.7-rc5 *) Fix in sun4i-usb phy driver to properly handle the return value of gpiod_to_irq *) Fix a sparse warning in sun4i-usb phy driver *) Fix bcm-ns-usb2 phy driver to check the correct variable *) Fix spurious interrupts during VBUS change in rcar-gen3-usb2 phy driver Signed-off-by: Kishon Vijay Abraham I ---------------------------------------------------------------- Ben Dooks (1): phy-sun4i-usb: fix missing __iomem * Dan Carpenter (1): phy: bcm-ns-usb2: checking the wrong variable Hans de Goede (1): phy-sun4i-usb: Fix irq free conditions to match request conditions Quentin Schulz (1): phy: phy-sun4i-usb: Fix optional gpios failing probe Wei Yongjun (1): phy: rockchip-dp: fix return value check in rockchip_dp_phy_probe() Yoshihiro Shimoda (1): phy: rcar-gen3-usb2: fix unexpected repeat interrupts of VBUS change drivers/phy/phy-bcm-ns-usb2.c | 4 ++-- drivers/phy/phy-rcar-gen3-usb2.c | 14 +------------- drivers/phy/phy-rockchip-dp.c | 2 +- drivers/phy/phy-sun4i-usb.c | 14 +++++++------- 4 files changed, 11 insertions(+), 23 deletions(-) -- 1.7.9.5