From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v3 00/13] xen/arm: Resync the SMMU driver with the Linux one Date: Fri, 20 Feb 2015 14:15:10 +0000 Message-ID: <1424441710.30924.263.camel@citrix.com> References: <1422643768-23614-1-git-send-email-julien.grall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1YOoMh-0006gE-TS for xen-devel@lists.xenproject.org; Fri, 20 Feb 2015 14:15:36 +0000 In-Reply-To: <1422643768-23614-1-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 Cc: xen-devel@lists.xenproject.org, tim@xen.org, stefano.stabellini@citrix.com List-Id: xen-devel@lists.xenproject.org On Fri, 2015-01-30 at 18:49 +0000, Julien Grall wrote: I've applied the first four here: fda2934 xen/arm: device: Rename device_type into device_class 100f2a6 xen/dt: Extend dt_device_match to possibly store data 62d4269 xen/arm: vgic: Drop unecessary include asm/device.h 256bdee xen/arm: gic-v2: Change the device name in DT_DEVICE_START In theory #5 (the one which temporarily removes the driver) could go in too but I think it is best to at least batch that up with the reintroduction of the driver. For v4 if you are able to shuffle some of the (almost-)acked helper stuff (e.g. #6, #7, #8 here) to the front then those can likely be applied straight away too. Ian.