Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757810AbbDWObu (ORCPT ); Thu, 23 Apr 2015 10:31:50 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:52918 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752597AbbDWObp (ORCPT ); Thu, 23 Apr 2015 10:31:45 -0400 Date: Thu, 23 Apr 2015 10:31:42 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Arun Ramamurthy cc: Jonathan Corbet , Tejun Heo , Kyungmin Park , Sylwester Nawrocki , Mauro Carvalho Chehab , Kukjin Kim , Kishon Vijay Abraham I , Greg Kroah-Hartman , Tony Prisk , Jean-Christophe Plagniol-Villard , Tomi Valkeinen , Arnd Bergmann , Felipe Balbi , Mathias Nyman , Paul Bolle , Thomas Pugliese , Srinivas Kandagatla , Masanari Iida , David Mosberger , Peter Griffin , Gregory CLEMENT , Laurent Pinchart , Kevin Hao , Jean Delvare , , , , , , , , , Dmitry Torokhov , Anatol Pomazau , Jonathan Richardson , Scott Branden , Ray Jui , Subject: Re: [PATCHv3 0/4] add devm_of_phy_get_by_index and update platform drivers In-Reply-To: <1429743853-10254-1-git-send-email-arun.ramamurthy@broadcom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1218 Lines: 35 On Wed, 22 Apr 2015, Arun Ramamurthy wrote: > This patch set adds a new API to get phy by index when multiple > phys are present. This patch is based on discussion with Arnd Bergmann > about dt bindings for multiple phys. > > History: > v1: > - Removed null pointers on Dmitry's suggestion > - Improved documentation in commit messages > - Exported new phy api > v2: > - EHCI and OHCI platform Kconfigs select Generic Phy > to fix build errors in certain configs. > v3: > - Made GENERIC_PHY an invisible option so > that other configs can select it > - Added stubs for devm_of_phy_get_by_index > - Reformated code > > Arun Ramamurthy (4): > phy: phy-core: Make GENERIC_PHY an invisible option > phy: core: Add devm_of_phy_get_by_index to phy-core > usb: ehci-platform: Use devm_of_phy_get_by_index > usb: ohci-platform: Use devm_of_phy_get_by_index For patches 3 and 4: Acked-by: Alan Stern -- 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/