From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH 4/8] xen/arm: New callback in uart_driver to retrieve serial information Date: Mon, 29 Jul 2013 17:36:01 +0100 Message-ID: <51F699F1.7020302@linaro.org> References: <1374771574-7848-1-git-send-email-julien.grall@linaro.org> <1374771574-7848-5-git-send-email-julien.grall@linaro.org> <1375115349.11701.32.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: <1375115349.11701.32.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, Keir Fraser , patches@linaro.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 07/29/2013 05:29 PM, Ian Campbell wrote: > On Thu, 2013-07-25 at 17:59 +0100, Julien Grall wrote: >> There is no way to retrieve basic informations (base address, size, ....) for >> an UART. This callback will be used later to partially emulate the real UART >> for DOM0 on ARM. > > The serial_info name makes me think it is going to contain the baud > rate, parity bits etc. > > Since this is (I suppose) going to be used by your vuart code perhaps > vuart_info? This name is better, I will rename the function for the next patch series. -- Julien