From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH RFC 17/35] pl011: Initialize serial from ACPI SPCR table Date: Thu, 5 Feb 2015 11:42:40 +0000 Message-ID: <1423136560.24924.82.camel@citrix.com> References: <1423058539-26403-1-git-send-email-parth.dixit@linaro.org> <1423058539-26403-18-git-send-email-parth.dixit@linaro.org> <54D295C9.9040205@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54D295C9.9040205@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 Cc: Naresh Bhat , tim@xen.org, xen-devel@lists.xen.org, stefano.stabellini@citrix.com, jbeulich@suse.com, parth.dixit@linaro.org, christoffer.dall@linaro.org List-Id: xen-devel@lists.xenproject.org On Wed, 2015-02-04 at 21:57 +0000, Julien Grall wrote: > I believe that most of the SPCR parsing should be generic, so maybe you > could extend the DEVICE interface to handle the ACPI case. Extending DT_DEVICE would be confusing IMHO. The answer is probably a similar but parallel ACPI_DEVICE mechanism, perhaps sharing some underlying infrastructure with DT_DEVICE. Ian.