From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kishon Vijay Abraham I Subject: Re: [PATCH v1 1/3] phy: phy-core: allow specifying supply at port level Date: Thu, 26 Mar 2015 03:41:32 +0530 Message-ID: <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> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1426886727-537-2-git-send-email-arun.ramamurthy@broadcom.com> Sender: linux-kernel-owner@vger.kernel.org To: Arun Ramamurthy , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Arnd Bergmann , devicetree@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, linux-kernel@vger.kernel.org, Dmitry Torokhov , Anatol Pomazau , Jonathan Richardson , Scott Branden , Ray Jui , Dmitry Torokhov List-Id: devicetree@vger.kernel.org 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. Thanks Kishon