From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753968AbbL2Uq6 (ORCPT ); Tue, 29 Dec 2015 15:46:58 -0500 Received: from mail.kernel.org ([198.145.29.136]:46902 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753613AbbL2Uq4 (ORCPT ); Tue, 29 Dec 2015 15:46:56 -0500 Date: Tue, 29 Dec 2015 14:46:52 -0600 From: Rob Herring To: Kishon Vijay Abraham I Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, rogerq@ti.com Subject: Re: [PATCH v4 9/9] phy: omap-usb2: use *syscon* framework API to power on/off the PHY Message-ID: <20151229204652.GA28118@rob-hp-laptop> References: <1450688053-3429-1-git-send-email-kishon@ti.com> <1450688053-3429-10-git-send-email-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1450688053-3429-10-git-send-email-kishon@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 21, 2015 at 02:24:13PM +0530, Kishon Vijay Abraham I wrote: > Deprecate using phy-omap-control driver to power on/off the PHY, > and use *syscon* framework to do the same. This handles > powering on/off the PHY for the USB2 PHYs used in various TI SoCs. > > Signed-off-by: Kishon Vijay Abraham I > --- > Documentation/devicetree/bindings/phy/ti-phy.txt | 8 +- > drivers/phy/phy-omap-usb2.c | 92 ++++++++++++++++++---- > include/linux/phy/omap_usb.h | 23 ++++++ > 3 files changed, 105 insertions(+), 18 deletions(-) Acked-by: Rob Herring