Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751752Ab3F1FRA (ORCPT ); Fri, 28 Jun 2013 01:17:00 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:44877 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750922Ab3F1FQ6 (ORCPT ); Fri, 28 Jun 2013 01:16:58 -0400 Message-ID: <51CD1C0E.5030000@ti.com> Date: Fri, 28 Jun 2013 10:45:58 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Jingoo Han CC: , Greg Kroah-Hartman , Felipe Balbi , Arnd Bergmann , Andrew Morton , , , Tony Lindgren , Grant Likely , Rob Herring , "'Rob Landley'" , Russell King , "'Benoit Cousson'" , Mauro Carvalho Chehab , "'Cesar Eduardo Barros'" , "David S. Miller" , "'Rajendra Nayak'" , Shawn Guo , "'Santosh Shilimkar'" , , , Sekhar Nori , Balaji T K , "'George Cherian'" , , Sylwester Nawrocki Subject: Re: [PATCH v9 1/8] drivers: phy: add generic PHY framework References: <000d01ce73af$62a95a60$27fc0f20$@samsung.com> In-Reply-To: <000d01ce73af$62a95a60$27fc0f20$@samsung.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1402 Lines: 38 On Friday 28 June 2013 08:57 AM, Jingoo Han wrote: > On Wed, 26 Jun 2013 17:17:29 +0530, Kishon Vijay Abraham Iwrote: >> The PHY framework provides a set of APIs for the PHY drivers to >> create/destroy a PHY and APIs for the PHY users to obtain a reference to the >> PHY with or without using phandle. For dt-boot, the PHY drivers should >> also register *PHY provider* with the framework. >> >> PHY drivers should create the PHY by passing id and ops like init, exit, >> power_on and power_off. This framework is also pm runtime enabled. >> >> The documentation for the generic PHY framework is added in >> Documentation/phy.txt and the documentation for dt binding can be found at >> Documentation/devicetree/bindings/phy/phy-bindings.txt >> >> Signed-off-by: Kishon Vijay Abraham I >> Tested-by: Sylwester Nawrocki > > Tested-by: Jingoo Han > > It looks great to me! > > I tested this General PHY framework with Exynos5250 eDP. > It works properly. Thanks for testing this :-) > I will share the patch 'Generic PHY driver for the Exynos SoC DP PHY', soon. > Thanks. Cool. Thanks Kishon -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/