From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752642AbbCYWRW (ORCPT ); Wed, 25 Mar 2015 18:17:22 -0400 Received: from mail-ig0-f170.google.com ([209.85.213.170]:38176 "EHLO mail-ig0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752005AbbCYWRS (ORCPT ); Wed, 25 Mar 2015 18:17:18 -0400 MIME-Version: 1.0 In-Reply-To: <55133294.4040705@ti.com> References: <1426886727-537-1-git-send-email-arun.ramamurthy@broadcom.com> <1426886727-537-2-git-send-email-arun.ramamurthy@broadcom.com> <55133294.4040705@ti.com> Date: Wed, 25 Mar 2015 15:17:17 -0700 Message-ID: Subject: Re: [PATCH v1 1/3] phy: phy-core: allow specifying supply at port level From: Dmitry Torokhov To: Kishon Vijay Abraham I Cc: Arun Ramamurthy , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Arnd Bergmann , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, "linux-kernel@vger.kernel.org" , Anatol Pomazau , Jonathan Richardson , Scott Branden , Ray Jui , Dmitry Torokhov Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 25, 2015 at 3:11 PM, Kishon Vijay Abraham I wrote: > Hi, > > On Saturday 21 March 2015 02:55 AM, Arun Ramamurthy wrote: >> Multi-port phy's may have per-port power supplies. Let's change phy core >> to first attempt to look up the supply at the port level, and then, if >> not found, check parent device. > > Why not just have every port provide the power supply if it needs? > I don't think checking for parent device should be present in the phy-core at > all. We need to do that if we want to keep compatibility with the current DTSes: before this patch the supply would be always looked up on device and not port level. Thanks, Dmitry