From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH v2 03/19] fdt: Add function to look up a phandle's register address Date: Thu, 14 Jun 2012 17:17:09 -0600 Message-ID: <4FDA70F5.1030303@wwwdotorg.org> References: <1339604395-6621-1-git-send-email-sjg@chromium.org> <1339604395-6621-4-git-send-email-sjg@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1339604395-6621-4-git-send-email-sjg@chromium.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de To: Simon Glass Cc: Devicetree Discuss , U-Boot Mailing List , Jerry Van Baren , Tom Warren List-Id: devicetree@vger.kernel.org On 06/13/2012 10:19 AM, Simon Glass wrote: > This is a commonly-used requirement, so add a function to support it > easily. Uggh. Why would this ever be needed; shouldn't the driver for the node referenced by the phandle fully control its own registers; why would any other driver randomly trample on them? From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 14 Jun 2012 17:17:09 -0600 Subject: [U-Boot] [PATCH v2 03/19] fdt: Add function to look up a phandle's register address In-Reply-To: <1339604395-6621-4-git-send-email-sjg@chromium.org> References: <1339604395-6621-1-git-send-email-sjg@chromium.org> <1339604395-6621-4-git-send-email-sjg@chromium.org> Message-ID: <4FDA70F5.1030303@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06/13/2012 10:19 AM, Simon Glass wrote: > This is a commonly-used requirement, so add a function to support it > easily. Uggh. Why would this ever be needed; shouldn't the driver for the node referenced by the phandle fully control its own registers; why would any other driver randomly trample on them?