From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH 2/8] pl011: Move registers' definition in a separate file Date: Mon, 29 Jul 2013 17:35:13 +0100 Message-ID: <51F699C1.3000506@linaro.org> References: <1374771574-7848-1-git-send-email-julien.grall@linaro.org> <1374771574-7848-3-git-send-email-julien.grall@linaro.org> <1375115051.11701.27.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1375115051.11701.27.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Stefano.Stabellini@eu.citrix.com, patches@linaro.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 07/29/2013 05:24 PM, Ian Campbell wrote: > Should we prefix them with PL011 or something? This header is intended to be used only in the C drivers and early printk. But I can prefix by UART... which is the real name for the registers. I didn't choose this solution to avoid lots of changes in the PL011 driver. -- Julien