From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [RFC PATCH v2 06/22] xen/arm: its: Port ITS driver to xen Date: Wed, 1 Apr 2015 12:34:53 +0100 Message-ID: <1427888093.2115.274.camel@citrix.com> References: <1426775889-29442-1-git-send-email-vijay.kilari@gmail.com> <1426775889-29442-7-git-send-email-vijay.kilari@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1426775889-29442-7-git-send-email-vijay.kilari@gmail.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: vijay.kilari@gmail.com Cc: stefano.stabellini@eu.citrix.com, Prasun.Kapoor@caviumnetworks.com, vijaya.kumar@caviumnetworks.com, julien.grall@linaro.org, tim@xen.org, xen-devel@lists.xen.org, stefano.stabellini@citrix.com, manish.jaggi@caviumnetworks.com List-Id: xen-devel@lists.xenproject.org On Thu, 2015-03-19 at 20:07 +0530, vijay.kilari@gmail.com wrote: > From: Vijaya Kumar K > > This patch just makes ITS driver taken from linux > compiles in xen environment. What is your intention wrt future updates to this driver? Are you intending to keep things in sync and import things from the Linux side (similar to the smmu drviers) or are you taking the Linux code as a starting point and intending that it then be maintained independently as a Xen driver from then on? Ian.