From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755806AbbLGNvP (ORCPT ); Mon, 7 Dec 2015 08:51:15 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:50950 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753916AbbLGNvO (ORCPT ); Mon, 7 Dec 2015 08:51:14 -0500 From: Kishon Vijay Abraham I To: CC: Subject: [GIT PULL 0/9] phy: for 4.4 -rc Date: Mon, 7 Dec 2015 19:21:01 +0530 Message-ID: <1449496270-1731-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 this -rc cycle. Bulk of the changes are with respect to adding of_node_put in the PHY drivers, a fix in PHY core and a patch to fix randconfig error. Consider merging it in this -rc cycle. Let me know if I have to change something. Thanks Kishon The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-4.4-rc for you to fetch changes up to 708744628ba96ed4dfcac74a985eb66ad551f164: phy: core: Get a refcount to phy in devm_of_phy_get_by_index() (2015-12-07 18:44:02 +0530) ---------------------------------------------------------------- phy: for 4.4 -rc *) Add missing of_node_put in a bunch of PHY drivers *) Add get_device in devm_of_phy_get_by_index() *) Fix randconfig build error in sun9i usb driver ---------------------------------------------------------------- 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() 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 ++++++++++++----- 9 files changed, 101 insertions(+), 43 deletions(-) -- 1.7.9.5