From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH v3 3/7] xen/arm: New callback in uart_driver to retrieve serial information Date: Tue, 06 Aug 2013 18:45:24 +0100 Message-ID: References: <1375373372-15009-4-git-send-email-julien.grall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1375373372-15009-4-git-send-email-julien.grall@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall , xen-devel@lists.xen.org Cc: patches@linaro.org, tim@xen.org, ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On 01/08/2013 17:09, "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. > > Signed-off-by: Julien Grall > CC: Keir Fraser Acked-by: Keir Fraser > > ---