From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754815AbbCMMCF (ORCPT ); Fri, 13 Mar 2015 08:02:05 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:41723 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752500AbbCMMCC (ORCPT ); Fri, 13 Mar 2015 08:02:02 -0400 From: Kishon Vijay Abraham I To: CC: , Subject: [GIT PULL 00/20] phy: for 4.0 -rc cycle Date: Fri, 13 Mar 2015 17:31:37 +0530 Message-ID: <1426248117-14312-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 pull request for 4.0 -rc cycle. We should thank Axel Lin for reviewing all the PHY drivers and sending fixes. This also includes a fix from Thierry Reding in phy core. Let me know if I have to change something. Thanks Kishon The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539: Linux 4.0-rc1 (2015-02-22 18:21:14 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/for-4.0-rc for you to fetch changes up to b1ff3231b2d4197ef5024f9c57ffc6cfa562590c: phy: omap-usb2: Fix missing clk_prepare call when using old dt name (2015-03-13 17:14:39 +0530) ---------------------------------------------------------------- contains fixes all over drivers/phy ---------------------------------------------------------------- Axel Lin (19): phy: miphy28lp: Avoid calling of_get_child_count() multiple times phy: miphy365x: Avoid calling of_get_child_count() multiple times phy: armada375-usb2: Set drvdata for phy and use it phy: xgene: Remove duplicate code to set ctx->dev phy: miphy28lp: Add missing .owner field in miphy28lp_ops phy: exynos-mipi-video: Fixup the test for state->regmap phy: exynos-mipi-video: Use spin_lock to protct state->regmap rmw operations phy: exynos-dp-video: Kill exynos_dp_video_phy_pwr_isol function phy: hix5hd2-sata: Check return value of platform_get_resource phy: samsung-usb2: Remove NULL terminating entry from phys array phy: ti-pipe3: Simplify ti_pipe3_dpll_wait_lock implementation phy: rockchip-usb: Fixup rockchip_usb_phy_power_on failure path phy: exynos5-usbdrd: Fix off-by-one valid value checking for args->args[0] phy: twl4030-usb: Remove redundant assignment for twl->linkstat phy: miphy365x: Convert to devm_kcalloc and fix wrong sizeof phy: miphy28lp: Convert to devm_kcalloc and fix wrong sizof phy: core: Fixup return value of phy_exit when !pm_runtime_enabled phy: ti/omap: Fix modalias phy: omap-usb2: Fix missing clk_prepare call when using old dt name Thierry Reding (1): phy: Find the right match in devm_phy_destroy() drivers/phy/phy-armada375-usb2.c | 3 ++- drivers/phy/phy-core.c | 11 ++++++----- drivers/phy/phy-exynos-dp-video.c | 24 ++++-------------------- drivers/phy/phy-exynos-mipi-video.c | 11 ++++------- drivers/phy/phy-exynos4210-usb2.c | 1 - drivers/phy/phy-exynos4x12-usb2.c | 1 - drivers/phy/phy-exynos5-usbdrd.c | 2 +- drivers/phy/phy-exynos5250-usb2.c | 1 - drivers/phy/phy-hix5hd2-sata.c | 3 +++ drivers/phy/phy-miphy28lp.c | 13 +++++++------ drivers/phy/phy-miphy365x.c | 12 ++++++------ drivers/phy/phy-omap-control.c | 2 +- drivers/phy/phy-omap-usb2.c | 7 ++++--- drivers/phy/phy-rockchip-usb.c | 6 +++--- drivers/phy/phy-ti-pipe3.c | 12 ++++-------- drivers/phy/phy-twl4030-usb.c | 1 - drivers/phy/phy-xgene.c | 1 - 17 files changed, 45 insertions(+), 66 deletions(-) -- 1.7.9.5